MatrixSpace

slash.matrix.MatrixSpace
See theMatrixSpace companion class
object MatrixSpace

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): MatrixSpace[rowDimension.type, columnDimension.type]

Attributes

Source
MatrixSpace.scala
def apply[M <: Int, N <: Int](rowVectorSpace: VectorSpace[M], columnVectorSpace: VectorSpace[N]): MatrixSpace[M, N]

Attributes

Source
MatrixSpace.scala