Package gov.nih.mipav.model.algorithms
Class SphericalConformalMap.sparseMatrix
java.lang.Object
gov.nih.mipav.model.algorithms.SphericalConformalMap.sparseMatrix
- Enclosing class:
SphericalConformalMap
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionsparseMatrix(int[] rowArray, int[] colArray, double[] valArray, int nrow, int ncol) -
Method Summary
-
Field Details
-
rowArray
int[] rowArray -
colArray
int[] colArray -
valArray
double[] valArray -
nrow
int nrow -
ncol
int ncol
-
-
Constructor Details
-
sparseMatrix
public sparseMatrix(int[] rowArray, int[] colArray, double[] valArray, int nrow, int ncol)
-