MatrixFactory

matr.MatrixFactory
See theMatrixFactory companion trait
object MatrixFactory

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply[R <: Int, C <: Int, T](using mf: MatrixFactory[R, C, T]): MatrixFactory[R, C, T]

Returns the implicitly available MatrixFactory.

Returns the implicitly available MatrixFactory.

Attributes