OR-Tools  9.6
EtaFactorization

Detailed Description

Definition at line 112 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 140 of file basis_representation.cc.

◆ ~EtaFactorization()

~EtaFactorization ( )
virtual

Definition at line 142 of file basis_representation.cc.

Member Function Documentation

◆ Clear()

void Clear ( )

Definition at line 144 of file basis_representation.cc.

◆ LeftSolve()

void LeftSolve ( DenseRow y) const

Definition at line 155 of file basis_representation.cc.

◆ RightSolve()

void RightSolve ( DenseColumn d) const

Definition at line 169 of file basis_representation.cc.

◆ SparseLeftSolve()

void SparseLeftSolve ( DenseRow y,
ColIndexVector pos 
) const

Definition at line 162 of file basis_representation.cc.

◆ Update()

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

Definition at line 146 of file basis_representation.cc.


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