![]() |
OR-Tools
8.2
|
Definition at line 236 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 238 of file markowitz.h.
| void Clear | ( | ) |
Definition at line 876 of file markowitz.cc.
| void ClearAndReleaseColumn | ( | ColIndex | col | ) |
Definition at line 869 of file markowitz.cc.
| const SparseColumn & column | ( | ColIndex | col | ) | const |
Definition at line 848 of file markowitz.cc.
| SparseColumn * mutable_column | ( | ColIndex | col | ) |
Definition at line 854 of file markowitz.cc.
| void Reset | ( | ColIndex | num_cols | ) |
Definition at line 842 of file markowitz.cc.