Class SphericalConformalMap.sparseMatrix

java.lang.Object
gov.nih.mipav.model.algorithms.SphericalConformalMap.sparseMatrix
Enclosing class:
SphericalConformalMap

public class SphericalConformalMap.sparseMatrix extends Object
  • 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)