trait
MatrixFactory extends Any
Abstract Value Members
-
abstract
def
getClass(): Class[_]
-
abstract
def
newConst1D[S <: Sys[S]](name: String, v: Vec[Double], units: String = "")(implicit tx: newConst1D.S.Tx): Matrix[S]
-
abstract
def
newConst2D[S <: Sys[S]](name: String, v: Vec[Vec[Double]], units: String = "")(implicit tx: newConst2D.S.Tx): Matrix[S]
-
abstract
def
newConst3D[S <: Sys[S]](name: String, v: Vec[Vec[Vec[Double]]], units: String = "")(implicit tx: newConst3D.S.Tx): Matrix[S]
-
abstract
def
zeros[S <: Sys[S]](ns: Int*)(implicit tx: zeros.S.Tx): Matrix[S]
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
equals(arg0: Any): Boolean
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
toString(): String