![]() |
OR-Tools
9.6
|
Definition at line 239 of file markowitz.h.
Public Member Functions | |
| SparseMatrixWithReusableColumnMemory () | |
| void | Reset (ColIndex num_cols) |
| const SparseColumn & | column (ColIndex col) const |
| SparseColumn * | mutable_column (ColIndex col) |
| void | ClearAndReleaseColumn (ColIndex col) |
| void | Clear () |
|
inline |
Definition at line 241 of file markowitz.h.
| void Clear | ( | ) |
Definition at line 901 of file markowitz.cc.
| void ClearAndReleaseColumn | ( | ColIndex | col | ) |
Definition at line 894 of file markowitz.cc.
| const SparseColumn & column | ( | ColIndex | col | ) | const |
Definition at line 873 of file markowitz.cc.
| SparseColumn * mutable_column | ( | ColIndex | col | ) |
Definition at line 879 of file markowitz.cc.
| void Reset | ( | ColIndex | num_cols | ) |
Definition at line 867 of file markowitz.cc.