OR-Tools  8.2
RankOneUpdateFactorization

Detailed Description

Definition at line 133 of file rank_one_update.h.

Public Member Functions

 RankOneUpdateFactorization ()
 
void set_hypersparse_ratio (double value)
 
void Clear ()
 
void Update (const RankOneUpdateElementaryMatrix &update_matrix)
 
void LeftSolve (DenseRow *y) const
 
void LeftSolveWithNonZeros (ScatteredRow *y) const
 
void RightSolve (DenseColumn *d) const
 
void RightSolveWithNonZeros (ScatteredColumn *d) const
 
EntryIndex num_entries () const
 

Constructor & Destructor Documentation

◆ RankOneUpdateFactorization()

Definition at line 137 of file rank_one_update.h.

Member Function Documentation

◆ Clear()

void Clear ( )
inline

Definition at line 143 of file rank_one_update.h.

◆ LeftSolve()

void LeftSolve ( DenseRow y) const
inline

Definition at line 155 of file rank_one_update.h.

◆ LeftSolveWithNonZeros()

void LeftSolveWithNonZeros ( ScatteredRow y) const
inline

Definition at line 164 of file rank_one_update.h.

◆ num_entries()

EntryIndex num_entries ( ) const
inline

Definition at line 222 of file rank_one_update.h.

◆ RightSolve()

void RightSolve ( DenseColumn d) const
inline

Definition at line 188 of file rank_one_update.h.

◆ RightSolveWithNonZeros()

void RightSolveWithNonZeros ( ScatteredColumn d) const
inline

Definition at line 198 of file rank_one_update.h.

◆ set_hypersparse_ratio()

void set_hypersparse_ratio ( double  value)
inline

Definition at line 140 of file rank_one_update.h.

◆ Update()

void Update ( const RankOneUpdateElementaryMatrix update_matrix)
inline

Definition at line 149 of file rank_one_update.h.


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