OR-Tools  8.2
EtaMatrix

Detailed Description

Definition at line 52 of file basis_representation.h.

Public Member Functions

 EtaMatrix (ColIndex eta_col, const ScatteredColumn &direction)
 
virtual ~EtaMatrix ()
 
void LeftSolve (DenseRow *y) const
 
void SparseLeftSolve (DenseRow *y, ColIndexVector *pos) const
 
void RightSolve (DenseColumn *d) const
 

Constructor & Destructor Documentation

◆ EtaMatrix()

EtaMatrix ( ColIndex  eta_col,
const ScatteredColumn direction 
)

Definition at line 29 of file basis_representation.cc.

◆ ~EtaMatrix()

~EtaMatrix ( )
virtual

Definition at line 49 of file basis_representation.cc.

Member Function Documentation

◆ LeftSolve()

void LeftSolve ( DenseRow y) const

Definition at line 51 of file basis_representation.cc.

◆ RightSolve()

void RightSolve ( DenseColumn d) const

Definition at line 61 of file basis_representation.cc.

◆ SparseLeftSolve()

void SparseLeftSolve ( DenseRow y,
ColIndexVector pos 
) const

Definition at line 75 of file basis_representation.cc.


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