![]() |
OR-Tools
8.2
|
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 |
EtaMatrix | ( | ColIndex | eta_col, |
const ScatteredColumn & | direction | ||
) |
Definition at line 29 of file basis_representation.cc.
|
virtual |
Definition at line 49 of file basis_representation.cc.
void LeftSolve | ( | DenseRow * | y | ) | const |
Definition at line 51 of file basis_representation.cc.
void RightSolve | ( | DenseColumn * | d | ) | const |
Definition at line 61 of file basis_representation.cc.
void SparseLeftSolve | ( | DenseRow * | y, |
ColIndexVector * | pos | ||
) | const |
Definition at line 75 of file basis_representation.cc.