Module ojalgo

Interface BasisRepresentation

    • Method Detail

      • update

        void update​(MatrixStore<java.lang.Double> basis,
                    int col,
                    SparseArray<java.lang.Double> values)
        Update the inverse to reflect a replaced column in the basis.
        Parameters:
        basis - Full basis, with the column already exchanged.
        col - The index, of the column, that was exchanged.
        values - The (non zero) values of that column.