- Companion:
- class
Type members
Classlikes
This is basically an unsorted coordinate matrix.
This is basically an unsorted coordinate matrix.
- Value parameters:
- cols
if negative, result will automatically infer size
- initNnz
initial number of nonzero entries
- rows
if negative, result will automatically infer size
- Companion:
- object
Value members
Inherited methods
def apply[R, @specialized(Double, Int, Float, Long) V](rows: R*)(implicit rl: LiteralRow[R, V], man: ClassTag[V], zero: Zero[V]): CSCMatrix[V]
Static constructor for a literal matrix.
Static constructor for a literal matrix.
- Inherited from:
- MatrixConstructors