Module ojalgo

Class IterativeASS.SchurComplementSolver

  • All Implemented Interfaces:
    MatrixTask<java.lang.Double>, SolverTask<java.lang.Double>
    Enclosing class:
    IterativeASS

    final class IterativeASS.SchurComplementSolver
    extends MutableSolver
    The equation system body is the (negated) Schur complement (of the Q-matrix in the full KKT-system).
    • Field Detail

      • myCountE

        private final int myCountE
      • myFullDim

        private final int myFullDim
      • myIterationRows

        private final Equation[] myIterationRows
    • Constructor Detail

      • SchurComplementSolver

        SchurComplementSolver()
    • Method Detail

      • add

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

        double[] getRHS()
      • remove

        void remove​(int i)