![]() |
OR-Tools
8.2
|
Public Member Functions | |
| MatrixView () | |
| MatrixView (const SparseMatrix &matrix) | |
| void | PopulateFromMatrix (const SparseMatrix &matrix) |
| void | PopulateFromMatrixPair (const SparseMatrix &matrix_a, const SparseMatrix &matrix_b) |
| void | PopulateFromBasis (const MatrixView &matrix, const RowToColMapping &basis) |
| bool | IsEmpty () const |
| RowIndex | num_rows () const |
| ColIndex | num_cols () const |
| const SparseColumn & | column (ColIndex col) const |
| EntryIndex | num_entries () const |
| Fractional | ComputeOneNorm () const |
| Fractional | ComputeInfinityNorm () const |
|
inline |
|
inlineexplicit |
|
inline |
| Fractional ComputeInfinityNorm | ( | ) | const |
| Fractional ComputeOneNorm | ( | ) | const |
|
inline |
|
inline |
|
inline |