Definition at line 229 of file sparse.h.
#include <sparse.h>
◆ MatrixView() [1/2]
| operations_research::glop::MatrixView::MatrixView |
( |
| ) |
|
|
default |
◆ MatrixView() [2/2]
| operations_research::glop::MatrixView::MatrixView |
( |
const SparseMatrix & | matrix | ) |
|
|
inlineexplicit |
◆ column()
| const SparseColumn & operations_research::glop::MatrixView::column |
( |
ColIndex | col | ) |
const |
|
inline |
◆ ComputeInfinityNorm()
| Fractional operations_research::glop::MatrixView::ComputeInfinityNorm |
( |
| ) |
const |
◆ ComputeOneNorm()
| Fractional operations_research::glop::MatrixView::ComputeOneNorm |
( |
| ) |
const |
◆ IsEmpty()
| bool operations_research::glop::MatrixView::IsEmpty |
( |
| ) |
const |
|
inline |
◆ num_cols()
| ColIndex operations_research::glop::MatrixView::num_cols |
( |
| ) |
const |
|
inline |
◆ num_entries()
| EntryIndex operations_research::glop::MatrixView::num_entries |
( |
| ) |
const |
◆ num_rows()
| RowIndex operations_research::glop::MatrixView::num_rows |
( |
| ) |
const |
|
inline |
◆ PopulateFromBasis()
◆ PopulateFromMatrix()
| void operations_research::glop::MatrixView::PopulateFromMatrix |
( |
const SparseMatrix & | matrix | ) |
|
|
inline |
◆ PopulateFromMatrixPair()
| void operations_research::glop::MatrixView::PopulateFromMatrixPair |
( |
const SparseMatrix & | matrix_a, |
|
|
const SparseMatrix & | matrix_b ) |
|
inline |
The documentation for this class was generated from the following files: