- Companion
- class
Type members
Inherited 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])
- Inherited from
- DefaultMatrixFactory
Givens
Inherited 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]
- Inherited from
- DefaultMatrixFactory