JavaScript is disabled on your browser.
Nested Class Summary
Nested classes/interfaces inherited from interface org.ojalgo.structure.Structure2D
Structure2D.IntRowColumn , Structure2D.Logical <S extends Structure2D ,B extends Structure2D.Logical <S ,B >>, Structure2D.LongRowColumn , Structure2D.ReducibleTo1D <R extends Structure1D >, Structure2D.Reshapable , Structure2D.RowColumnKey <R ,C >, Structure2D.RowColumnMapper <R ,C >
Method Summary
All Methods Instance Methods Abstract Methods
void
Until this has been called there is an implicit assumption that the basis is the identity matrix.
void
Update the inverse to reflect a replaced column in the basis.
Methods inherited from interface org.ojalgo.structure.Structure2D
count , countColumns , countRows , firstInColumn , firstInRow , getColDim , getMaxDim , getMinDim , getRowDim , isEmpty , isFat , isScalar , isSquare , isTall , isVector , limitOfColumn , limitOfRow , size
Method Details
update
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.