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[T <: (Int, Int)](raw: Array[Double], dim: T)(using inline boundsCheck: BoundsCheck)(using ev: TupleOfInts[T] =:= true): Matrix
inline def apply[T <: (Int, Int)](dim: T, raw: Array[Double])(using inline boundsCheck: BoundsCheck)(using ev: TupleOfInts[T] =:= true): Matrix
inline def fromColumns(a: Array[Array[Double]])(using inline boundsCheck: BoundsCheck): Matrix
inline def fromRows(a: Array[Array[Double]])(using inline boundsCheck: BoundsCheck): Matrix