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]): 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
In this article