trait DefaultMatrixFactory
- Companion
- object
Type members
Classlikes
class Builder[R <: Int, C <: Int, T](using num: Numeric[T])(using `x$2`: R > 0 && C > 0 =:= true)(using vr: ValueOf[R], vc: ValueOf[C]) extends Builder[R, C, T] with Matrix[R, C, T]
Givens
Givens
given defaultMatrixFactory[R <: Int, C <: Int, T](using val num: Numeric[T])(using `x$2`: R > 0 && C > 0 =:= true)(using val vr: ValueOf[R], val vc: ValueOf[C]): MatrixFactory[R, C, T]