MatrixInstance

vecxt.MatrixInstance

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Extensions

Extensions

extension [A](m: Matrix[A])
def apply(rowRange: RangeExtender, colRange: RangeExtender)(using ClassTag[A]): Matrix[A]
inline def apply(b: RowCol)(using inline boundsCheck: BoundsCheck): A

element retrieval

element retrieval

Attributes

inline def cols: Col
inline def numel: Int
inline def rows: Row
inline def update(loc: RowCol, value: A)(using inline boundsCheck: BoundsCheck): Unit

element update

element update

Attributes