![]() |
OR-Tools
9.6
|
Definition at line 275 of file markowitz.h.
Public Member Functions | |
| Markowitz () | |
| ABSL_MUST_USE_RESULT Status | ComputeLU (const CompactSparseMatrixView &basis_matrix, RowPermutation *row_perm, ColumnPermutation *col_perm, TriangularMatrix *lower, TriangularMatrix *upper) |
| ABSL_MUST_USE_RESULT Status | ComputeRowAndColumnPermutation (const CompactSparseMatrixView &basis_matrix, RowPermutation *row_perm, ColumnPermutation *col_perm) |
| void | Clear () |
| double | DeterministicTimeOfLastFactorization () const |
| std::string | StatString () const |
| void | SetParameters (const GlopParameters ¶meters) |
|
inline |
Definition at line 277 of file markowitz.h.
| void Clear | ( | ) |
Definition at line 172 of file markowitz.cc.
| Status ComputeLU | ( | const CompactSparseMatrixView & | basis_matrix, |
| RowPermutation * | row_perm, | ||
| ColumnPermutation * | col_perm, | ||
| TriangularMatrix * | lower, | ||
| TriangularMatrix * | upper | ||
| ) |
Definition at line 152 of file markowitz.cc.
| Status ComputeRowAndColumnPermutation | ( | const CompactSparseMatrixView & | basis_matrix, |
| RowPermutation * | row_perm, | ||
| ColumnPermutation * | col_perm | ||
| ) |
Definition at line 30 of file markowitz.cc.
| double DeterministicTimeOfLastFactorization | ( | ) | const |
Definition at line 556 of file markowitz.cc.
|
inline |
Definition at line 315 of file markowitz.h.
|
inline |
Definition at line 312 of file markowitz.h.