MatrixInstance
vecxt.MatrixInstance
object MatrixInstance
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
MatrixInstance.type
Members list
Extensions
Extensions
extension [A](m: Matrix[A])
Element retrieval
Element retrieval
Attributes
inline def apply(indexes: Array[RowCol])(using inline boundsCheck: BoundsCheck, ct: ClassTag[A], onz: OneAndZero[A]): Matrix[A]
Returns a matrix of the same dimension, all elements are zero except those selected by the index
Returns a matrix of the same dimension, all elements are zero except those selected by the index
Attributes
Returns a deep copy of the matrix. Copies elements one by one.
Returns a deep copy of the matrix. Copies elements one by one.
Attributes
inline def updateInPlace(row: RangeExtender, col: RangeExtender, to: Array[A])(using inline boundsCheck: BoundsCheck): Unit
In this article