Matrix

vecxt.matrix.Matrix
object Matrix

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Matrix.type

Members list

Value members

Concrete methods

inline def apply[A](raw: Array[A], dim: RowCol)(using inline boundsCheck: BoundsCheck): Matrix[A]
inline def apply[A](dim: RowCol, raw: Array[A])(using inline boundsCheck: BoundsCheck): Matrix[A]