OR-Tools  8.2
EtaFactorization

Detailed Description

Definition at line 109 of file basis_representation.h.

Public Member Functions

 EtaFactorization ()
 
virtual ~EtaFactorization ()
 
void Clear ()
 
void Update (ColIndex entering_col, RowIndex leaving_variable_row, const ScatteredColumn &direction)
 
void LeftSolve (DenseRow *y) const
 
void SparseLeftSolve (DenseRow *y, ColIndexVector *pos) const
 
void RightSolve (DenseColumn *d) const
 

Constructor & Destructor Documentation

◆ EtaFactorization()

Definition at line 137 of file basis_representation.cc.

◆ ~EtaFactorization()

~EtaFactorization ( )
virtual

Definition at line 139 of file basis_representation.cc.

Member Function Documentation

◆ Clear()

void Clear ( )

Definition at line 141 of file basis_representation.cc.

◆ LeftSolve()

void LeftSolve ( DenseRow y) const

Definition at line 152 of file basis_representation.cc.

◆ RightSolve()

void RightSolve ( DenseColumn d) const

Definition at line 166 of file basis_representation.cc.

◆ SparseLeftSolve()

void SparseLeftSolve ( DenseRow y,
ColIndexVector pos 
) const

Definition at line 159 of file basis_representation.cc.

◆ Update()

void Update ( ColIndex  entering_col,
RowIndex  leaving_variable_row,
const ScatteredColumn direction 
)

Definition at line 143 of file basis_representation.cc.


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