OR-Tools  9.6
RankOneUpdateFactorization

Detailed Description

Definition at line 135 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
 
double DeterministicTimeSinceLastReset () const
 
void ResetDeterministicTime ()
 

Constructor & Destructor Documentation

◆ RankOneUpdateFactorization()

Definition at line 139 of file rank_one_update.h.

Member Function Documentation

◆ Clear()

void Clear ( )
inline

Definition at line 145 of file rank_one_update.h.

◆ DeterministicTimeSinceLastReset()

double DeterministicTimeSinceLastReset ( ) const
inline

Definition at line 236 of file rank_one_update.h.

◆ LeftSolve()

void LeftSolve ( DenseRow y) const
inline

Definition at line 157 of file rank_one_update.h.

◆ LeftSolveWithNonZeros()

void LeftSolveWithNonZeros ( ScatteredRow y) const
inline

Definition at line 167 of file rank_one_update.h.

◆ num_entries()

EntryIndex num_entries ( ) const
inline

Definition at line 228 of file rank_one_update.h.

◆ ResetDeterministicTime()

void ResetDeterministicTime ( )
inline

Definition at line 237 of file rank_one_update.h.

◆ RightSolve()

void RightSolve ( DenseColumn d) const
inline

Definition at line 192 of file rank_one_update.h.

◆ RightSolveWithNonZeros()

void RightSolveWithNonZeros ( ScatteredColumn d) const
inline

Definition at line 203 of file rank_one_update.h.

◆ set_hypersparse_ratio()

void set_hypersparse_ratio ( double  value)
inline

Definition at line 142 of file rank_one_update.h.

◆ Update()

void Update ( const RankOneUpdateElementaryMatrix update_matrix)
inline

Definition at line 151 of file rank_one_update.h.


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