Module ojalgo

Class RawDecomposition

    • Field Detail

      • myColDim

        private int myColDim
      • myInternalData

        private double[][] myInternalData
      • myInternalStore

        private RawStore myInternalStore
      • myRowDim

        private int myRowDim
    • Constructor Detail

      • RawDecomposition

        RawDecomposition()
    • Method Detail

      • make

        static RawStore make​(int nbRows,
                             int nbCols)
      • getColDim

        public int getColDim()
        Returns:
        The number of columns
      • getRowDim

        public int getRowDim()
        Returns:
        The number of rows
      • checkSymmetry

        protected boolean checkSymmetry()
      • getInternalData

        protected double[][] getInternalData()
      • getInternalStore

        protected RawStore getInternalStore()
      • newRawStore

        RawStore newRawStore​(int m,
                             int n)
      • reset

        double[][] reset​(Structure2D template,
                         boolean transpose)
      • wrap

        RawStore wrap​(double[][] data)