Class IterativeASS.SchurComplementSolver

    • Field Detail

      • myCountE

        private final int myCountE
      • myFullDim

        private final int myFullDim
      • myIterationRows

        private final Equation[] myIterationRows
    • Constructor Detail

      • SchurComplementSolver

        SchurComplementSolver()
    • Method Detail

      • get

        public java.lang.Double get​(int row,
                                    int col)
        Specified by:
        get in interface MatrixStore<java.lang.Double>
      • getColDim

        public int getColDim()
        Specified by:
        getColDim in interface Structure2D
        Returns:
        The number of columns
      • getRowDim

        public int getRowDim()
        Specified by:
        getRowDim in interface Structure2D
        Returns:
        The number of rows
      • add

        void add​(int j,
                 Access1D<java.lang.Double> column,
                 double rhs)
      • remove

        void remove​(int i)