DefaultMatrixMultiplication

matr.dflt.DefaultMatrixMultiplication
See theDefaultMatrixMultiplication companion object

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Givens

Givens

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]