Uses of Class
com.imsl.math.ComplexSparseMatrix.SparseArray
Packages that use ComplexSparseMatrix.SparseArray
-
Uses of ComplexSparseMatrix.SparseArray in com.imsl.math
Methods in com.imsl.math that return ComplexSparseMatrix.SparseArrayModifier and TypeMethodDescriptionComplexSparseMatrix.toSparseArray()Returns the sparse matrix in theSparseArrayform.Constructors in com.imsl.math with parameters of type ComplexSparseMatrix.SparseArrayModifierConstructorDescriptionComplexSparseMatrix(ComplexSparseMatrix.SparseArray sparseArray) Constructs a complex sparse matrix from aSparseArrayobject.