matr.util
package matr.util
Members list
Type members
Classlikes
object MatrixFactoryCache
Provides a cached lookup of MatrixFactories.
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
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
MatrixFactoryCache.type
object RowMajorIndex
Utility for converting zero-based element position to one-dimensional row-major index and back.
Utility for converting zero-based element position to one-dimensional row-major index and back.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
RowMajorIndex.type
In this article