Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::glop::SparseMatrixWithReusableColumnMemory Class Reference

Detailed Description

Definition at line 252 of file markowitz.h.

#include <markowitz.h>

Public Member Functions

 SparseMatrixWithReusableColumnMemory ()=default
 SparseMatrixWithReusableColumnMemory (const SparseMatrixWithReusableColumnMemory &)=delete
SparseMatrixWithReusableColumnMemoryoperator= (const SparseMatrixWithReusableColumnMemory &)=delete
void Reset (ColIndex num_cols)
const SparseColumncolumn (ColIndex col) const
SparseColumnmutable_column (ColIndex col)
void ClearAndReleaseColumn (ColIndex col)
void Clear ()

Constructor & Destructor Documentation

◆ SparseMatrixWithReusableColumnMemory() [1/2]

operations_research::glop::SparseMatrixWithReusableColumnMemory::SparseMatrixWithReusableColumnMemory ( )
default

◆ SparseMatrixWithReusableColumnMemory() [2/2]

operations_research::glop::SparseMatrixWithReusableColumnMemory::SparseMatrixWithReusableColumnMemory ( const SparseMatrixWithReusableColumnMemory & )
delete

Member Function Documentation

◆ Clear()

void operations_research::glop::SparseMatrixWithReusableColumnMemory::Clear ( )

Definition at line 921 of file markowitz.cc.

◆ ClearAndReleaseColumn()

void operations_research::glop::SparseMatrixWithReusableColumnMemory::ClearAndReleaseColumn ( ColIndex col)

Definition at line 914 of file markowitz.cc.

◆ column()

const SparseColumn & operations_research::glop::SparseMatrixWithReusableColumnMemory::column ( ColIndex col) const

Definition at line 893 of file markowitz.cc.

◆ mutable_column()

SparseColumn * operations_research::glop::SparseMatrixWithReusableColumnMemory::mutable_column ( ColIndex col)

Definition at line 899 of file markowitz.cc.

◆ operator=()

SparseMatrixWithReusableColumnMemory & operations_research::glop::SparseMatrixWithReusableColumnMemory::operator= ( const SparseMatrixWithReusableColumnMemory & )
delete

◆ Reset()

void operations_research::glop::SparseMatrixWithReusableColumnMemory::Reset ( ColIndex num_cols)

Definition at line 887 of file markowitz.cc.


The documentation for this class was generated from the following files: