MatrixFactoryCache

matr.util.MatrixFactoryCache

Provides a cached lookup of MatrixFactories.

Implementations of MatrixFactory should use it to avoid creating a new MatrixFactory each time a new Matrix.Builder is created.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

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