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): Matrix
inline def apply[T <: (Int, Int)](dim: T, raw: Array[Double])(using inline boundsCheck: BoundsCheck): Matrix
inline def doubleSpecies: VectorSpecies[Double]
inline def eye(dim: Int): 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
inline def ones(dim: (Int, Int)): Matrix
inline def zeros(dim: (Int, Int)): Matrix