Central entry point for creating Matrices.
Modules implementing the Matrix
trait should also provide an instance of this type class.
Central entry point for creating Matrices.
Modules implementing the Matrix
trait should also provide an instance of this type class.
- Companion
- object
class Object
trait Matchable
class Any
Value members
Abstract methods
Creates a Matrix containing the specified elements, assuming row-major order. Dimensions will be checked at runtime.
Creates a Matrix containing the specified elements, assuming row-major order. Dimensions will be checked at runtime.