Class SphericalConformalMap.sparseMatrix

  • Enclosing class:
    SphericalConformalMap

    public class SphericalConformalMap.sparseMatrix
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int[] colArray  
      (package private) int ncol  
      (package private) int nrow  
      (package private) int[] rowArray  
      (package private) double[] valArray  
    • Constructor Summary

      Constructors 
      Constructor Description
      sparseMatrix​(int[] rowArray, int[] colArray, double[] valArray, int nrow, int ncol)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • rowArray

        int[] rowArray
      • colArray

        int[] colArray
      • valArray

        double[] valArray
      • nrow

        int nrow
      • ncol

        int ncol
    • Constructor Detail

      • sparseMatrix

        public sparseMatrix​(int[] rowArray,
                            int[] colArray,
                            double[] valArray,
                            int nrow,
                            int ncol)