Definition at line 37 of file lu_factorization.h.
#include <lu_factorization.h>
◆ LuFactorization() [1/2]
| operations_research::glop::LuFactorization::LuFactorization |
( |
| ) |
|
◆ LuFactorization() [2/2]
| operations_research::glop::LuFactorization::LuFactorization |
( |
const LuFactorization & | | ) |
|
|
delete |
◆ Clear()
| void operations_research::glop::LuFactorization::Clear |
( |
| ) |
|
◆ ComputeDeterminant()
| Fractional operations_research::glop::LuFactorization::ComputeDeterminant |
( |
| ) |
const |
◆ ComputeFactorization()
◆ ComputeInfinityNormConditionNumber()
◆ ComputeInitialBasis()
◆ ComputeInverseInfinityNorm()
| Fractional operations_research::glop::LuFactorization::ComputeInverseInfinityNorm |
( |
| ) |
const |
◆ ComputeInverseInfinityNormUpperBound()
| Fractional operations_research::glop::LuFactorization::ComputeInverseInfinityNormUpperBound |
( |
| ) |
const |
◆ ComputeInverseOneNorm()
| Fractional operations_research::glop::LuFactorization::ComputeInverseOneNorm |
( |
| ) |
const |
◆ ComputeLowerTimesUpper()
| void operations_research::glop::LuFactorization::ComputeLowerTimesUpper |
( |
SparseMatrix * | product | ) |
const |
|
inline |
◆ ComputeOneNormConditionNumber()
◆ DeterministicTimeOfLastFactorization()
| double operations_research::glop::LuFactorization::DeterministicTimeOfLastFactorization |
( |
| ) |
const |
◆ DualEdgeSquaredNorm()
| Fractional operations_research::glop::LuFactorization::DualEdgeSquaredNorm |
( |
RowIndex | row | ) |
const |
◆ GetColumnOfU()
| const SparseColumn & operations_research::glop::LuFactorization::GetColumnOfU |
( |
ColIndex | col | ) |
const |
◆ GetColumnPermutation()
| const ColumnPermutation & operations_research::glop::LuFactorization::GetColumnPermutation |
( |
| ) |
const |
|
inline |
◆ GetFillInPercentage()
| double operations_research::glop::LuFactorization::GetFillInPercentage |
( |
const CompactSparseMatrixView & | matrix | ) |
const |
◆ inverse_col_perm()
| const ColumnPermutation & operations_research::glop::LuFactorization::inverse_col_perm |
( |
| ) |
const |
|
inline |
◆ IsIdentityFactorization()
| bool operations_research::glop::LuFactorization::IsIdentityFactorization |
( |
| ) |
|
|
inline |
◆ LeftSolve()
| void operations_research::glop::LuFactorization::LeftSolve |
( |
DenseRow * | y | ) |
const |
◆ LeftSolveLWithNonZeros() [1/2]
| void operations_research::glop::LuFactorization::LeftSolveLWithNonZeros |
( |
ScatteredRow * | y | ) |
const |
◆ LeftSolveLWithNonZeros() [2/2]
| bool operations_research::glop::LuFactorization::LeftSolveLWithNonZeros |
( |
ScatteredRow * | y, |
|
|
ScatteredColumn * | result_before_permutation ) const |
◆ LeftSolveUForUnitRow()
| ColIndex operations_research::glop::LuFactorization::LeftSolveUForUnitRow |
( |
ColIndex | col, |
|
|
ScatteredRow * | y ) const |
◆ LeftSolveUWithNonZeros()
| void operations_research::glop::LuFactorization::LeftSolveUWithNonZeros |
( |
ScatteredRow * | y | ) |
const |
◆ NumberOfEntries()
| EntryIndex operations_research::glop::LuFactorization::NumberOfEntries |
( |
| ) |
const |
◆ operator=()
◆ RightSolve()
| void operations_research::glop::LuFactorization::RightSolve |
( |
DenseColumn * | x | ) |
const |
◆ RightSolveLForColumnView()
| void operations_research::glop::LuFactorization::RightSolveLForColumnView |
( |
const ColumnView & | b, |
|
|
ScatteredColumn * | x ) const |
◆ RightSolveLForScatteredColumn()
◆ RightSolveLWithNonZeros()
| void operations_research::glop::LuFactorization::RightSolveLWithNonZeros |
( |
ScatteredColumn * | x | ) |
const |
◆ RightSolveLWithPermutedInput()
| void operations_research::glop::LuFactorization::RightSolveLWithPermutedInput |
( |
const DenseColumn & | a, |
|
|
ScatteredColumn * | x ) const |
◆ RightSolveSquaredNorm()
| Fractional operations_research::glop::LuFactorization::RightSolveSquaredNorm |
( |
const ColumnView & | a | ) |
const |
◆ RightSolveUWithNonZeros()
| void operations_research::glop::LuFactorization::RightSolveUWithNonZeros |
( |
ScatteredColumn * | x | ) |
const |
◆ row_perm()
| const RowPermutation & operations_research::glop::LuFactorization::row_perm |
( |
| ) |
const |
|
inline |
◆ SetColumnPermutationToIdentity()
| void operations_research::glop::LuFactorization::SetColumnPermutationToIdentity |
( |
| ) |
|
|
inline |
◆ SetParameters()
| void operations_research::glop::LuFactorization::SetParameters |
( |
const GlopParameters & | parameters | ) |
|
|
inline |
◆ StatString()
| std::string operations_research::glop::LuFactorization::StatString |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: