Definition at line 76 of file matrix_scaler.h.
#include <matrix_scaler.h>
◆ SparseMatrixScaler() [1/2]
| operations_research::glop::SparseMatrixScaler::SparseMatrixScaler |
( |
| ) |
|
◆ SparseMatrixScaler() [2/2]
| operations_research::glop::SparseMatrixScaler::SparseMatrixScaler |
( |
const SparseMatrixScaler & | | ) |
|
|
delete |
◆ Clear()
| void operations_research::glop::SparseMatrixScaler::Clear |
( |
| ) |
|
◆ col_scales()
| const DenseRow & operations_research::glop::SparseMatrixScaler::col_scales |
( |
| ) |
const |
|
inline |
◆ ColScalingFactor()
| Fractional operations_research::glop::SparseMatrixScaler::ColScalingFactor |
( |
ColIndex | col | ) |
const |
◆ ColUnscalingFactor()
| Fractional operations_research::glop::SparseMatrixScaler::ColUnscalingFactor |
( |
ColIndex | col | ) |
const |
◆ Init()
| void operations_research::glop::SparseMatrixScaler::Init |
( |
SparseMatrix * | matrix | ) |
|
◆ operator=()
◆ row_scales()
| const DenseColumn & operations_research::glop::SparseMatrixScaler::row_scales |
( |
| ) |
const |
|
inline |
◆ RowScalingFactor()
| Fractional operations_research::glop::SparseMatrixScaler::RowScalingFactor |
( |
RowIndex | row | ) |
const |
◆ RowUnscalingFactor()
| Fractional operations_research::glop::SparseMatrixScaler::RowUnscalingFactor |
( |
RowIndex | row | ) |
const |
◆ Scale()
◆ ScaleColumnVector()
| void operations_research::glop::SparseMatrixScaler::ScaleColumnVector |
( |
bool | up, |
|
|
DenseColumn * | column_vector ) const |
◆ ScaleRowVector()
| void operations_research::glop::SparseMatrixScaler::ScaleRowVector |
( |
bool | up, |
|
|
DenseRow * | row_vector ) const |
The documentation for this class was generated from the following files: