ComplexSparseMatrixSparseArrayValues Field |
Jagged array containing sparse array values.
This array must have the same shape as Index.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public Complex[][] Values
Public Values As Complex()()
public:
array<array<Complex>^>^ Values
val mutable Values: Complex[][]
Field Value
Type:
ComplexSee Also