Matrix

vecxt.matrix.Matrix
See theMatrix companion class
object Matrix

Attributes

Companion
class
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], rows: Row, cols: Col, rowStride: Int, colStride: Int, offset: Int)(using inline boundsCheck: BoundsCheck): Matrix[A]
inline def apply[A](raw: Array[A], dim: RowCol)(using inline boundsCheck: BoundsCheck): Matrix[A]
inline def apply[A](raw: Array[A], rows: Row, cols: Col)(using inline boundsCheck: BoundsCheck): Matrix[A]

Assumes column major order.

Assumes column major order.

Attributes

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