DefaultMatrixOps

matr.dflt.DefaultMatrixOps
See theDefaultMatrixOps companion trait

Attributes

Companion
trait
Graph
Supertypes
Self type

Members list

Givens

Inherited givens

given defaultDeterminant[R <: Int, C <: Int, T](using Numeric[T], IsSquare[R, C]): Determinant[R, C, T]

Attributes

Inherited from:
DefaultDeterminant
given defaultInverse[R <: Int, C <: Int, T](using Aux[T, T, T], Aux[T, T, T], Numeric[T], MatrixFactory[R, C, T], IsSquare[R, C]): Inverse[R, C, T]

Attributes

Inherited from:
DefaultInverse
given defaultMatrixAddition[R <: Int, C <: Int, T](using Numeric[T], MatrixFactory[R, C, T]): MatrixAddition[R, C, T]

Attributes

Inherited from:
DefaultMatrixAddition
given defaultMatrixEquality[R <: Int, C <: Int, T]: MatrixEquality[R, C, T]

Attributes

Inherited from:
DefaultMatrixEquality
given defaultMatrixMultiplication[R <: Int, C <: Int, L <: Int, T, U, X](using ValueOf[R], ValueOf[C], ValueOf[L], Aux[T, U, X], Numeric[X], MatrixFactory[R, L, X]): MatrixMultiplication[R, C, L, T, U, X]

Attributes

Inherited from:
DefaultMatrixMultiplication
given defaultMatrixSubtraction[R <: Int, C <: Int, T](using Numeric[T], MatrixFactory[R, C, T]): MatrixSubtraction[R, C, T]

Attributes

Inherited from:
DefaultMatrixSubtraction
given defaultSubmatrix[RowIdxTL <: Int, ColIdxTL <: Int, RowIdxBR <: Int, ColIdxBR <: Int, R <: Int, C <: Int, T](using ValueOf[(RowIdxBR - RowIdxTL) + 1], ValueOf[(ColIdxBR - ColIdxTL) + 1], ValueOf[RowIdxTL], ValueOf[ColIdxTL], WindowWithinShape[RowIdxTL, ColIdxTL, RowIdxBR, ColIdxBR, R, C], NonNegativeDimensions[(RowIdxBR - RowIdxTL) + 1, (ColIdxBR - ColIdxTL) + 1]): Submatrix[RowIdxTL, ColIdxTL, RowIdxBR, ColIdxBR, R, C, T]

Attributes

Inherited from:
DefaultSubmatrix
given defaultTranspose[R <: Int, C <: Int, T](using ValueOf[R], ValueOf[C], NonNegativeDimensions[C, R]): Transpose[R, C, T]

Attributes

Inherited from:
DefaultTranspose