![]() |
OR-Tools
8.2
|
Definition at line 109 of file basis_representation.h.
Public Member Functions | |
| EtaFactorization () | |
| virtual | ~EtaFactorization () |
| void | Clear () |
| void | Update (ColIndex entering_col, RowIndex leaving_variable_row, const ScatteredColumn &direction) |
| void | LeftSolve (DenseRow *y) const |
| void | SparseLeftSolve (DenseRow *y, ColIndexVector *pos) const |
| void | RightSolve (DenseColumn *d) const |
| EtaFactorization | ( | ) |
Definition at line 137 of file basis_representation.cc.
|
virtual |
Definition at line 139 of file basis_representation.cc.
| void Clear | ( | ) |
Definition at line 141 of file basis_representation.cc.
| void LeftSolve | ( | DenseRow * | y | ) | const |
Definition at line 152 of file basis_representation.cc.
| void RightSolve | ( | DenseColumn * | d | ) | const |
Definition at line 166 of file basis_representation.cc.
| void SparseLeftSolve | ( | DenseRow * | y, |
| ColIndexVector * | pos | ||
| ) | const |
Definition at line 159 of file basis_representation.cc.
| void Update | ( | ColIndex | entering_col, |
| RowIndex | leaving_variable_row, | ||
| const ScatteredColumn & | direction | ||
| ) |
Definition at line 143 of file basis_representation.cc.