MatrixFSpace

slash.matrixf.MatrixFSpace
See theMatrixFSpace companion class
object MatrixFSpace

Attributes

Companion
class
Source
MatrixSpace.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(rowDimension: Int, columnDimension: Int): MatrixFSpace[rowDimension.type, columnDimension.type]

Attributes

Source
MatrixSpace.scala
def apply[M <: Int, N <: Int](rowVectorFSpace: VectorFSpace[M], columnVectorFSpace: VectorFSpace[N]): MatrixFSpace[M, N]

Attributes

Source
MatrixSpace.scala