Definition at line 40 of file rank_one_update.h.
#include <rank_one_update.h>
◆ RankOneUpdateElementaryMatrix()
| operations_research::glop::RankOneUpdateElementaryMatrix::RankOneUpdateElementaryMatrix |
( |
const CompactSparseMatrix * | storage, |
|
|
ColIndex | u_index, |
|
|
ColIndex | v_index, |
|
|
Fractional | u_dot_v ) |
|
inline |
◆ IsSingular()
| bool operations_research::glop::RankOneUpdateElementaryMatrix::IsSingular |
( |
| ) |
const |
|
inline |
◆ LeftMultiply()
| void operations_research::glop::RankOneUpdateElementaryMatrix::LeftMultiply |
( |
DenseRow * | y | ) |
const |
|
inline |
◆ LeftSolve()
| void operations_research::glop::RankOneUpdateElementaryMatrix::LeftSolve |
( |
DenseRow * | y | ) |
const |
|
inline |
◆ LeftSolveWithNonZeros()
| void operations_research::glop::RankOneUpdateElementaryMatrix::LeftSolveWithNonZeros |
( |
ScatteredRow * | y | ) |
const |
|
inline |
◆ num_entries()
| EntryIndex operations_research::glop::RankOneUpdateElementaryMatrix::num_entries |
( |
| ) |
const |
|
inline |
◆ RightMultiply()
| void operations_research::glop::RankOneUpdateElementaryMatrix::RightMultiply |
( |
DenseColumn * | x | ) |
const |
|
inline |
◆ RightSolve()
| void operations_research::glop::RankOneUpdateElementaryMatrix::RightSolve |
( |
DenseColumn * | x | ) |
const |
|
inline |
◆ RightSolveWithNonZeros()
| void operations_research::glop::RankOneUpdateElementaryMatrix::RightSolveWithNonZeros |
( |
ScatteredColumn * | x | ) |
const |
|
inline |
The documentation for this class was generated from the following file: