Interface BasisRepresentation

All Superinterfaces:
InvertibleFactor<Double>, Structure1D, Structure2D
All Known Implementing Classes:
DecomposedInverse, ProductFormInverse

interface BasisRepresentation extends InvertibleFactor<Double>
  • Method Details

    • reset

      void reset(MatrixStore<Double> basis)
      Until this has been called there is an implicit assumption that the basis is the identity matrix. update(MatrixStore, int, SparseArray) before this method has been called.
    • update

      void update(MatrixStore<Double> basis, int col, SparseArray<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.