TVM  0.9.4
tvm::solver::abstract::LeastSquareSolver::ImpactFromChanges Struct Reference

#include <tvm/solver/abstract/LeastSquareSolver.h>

Public Member Functions

ImpactFromChanges operator|| (bool b)
 
ImpactFromChanges operator|| (const ImpactFromChanges &other)
 
ImpactFromChangesorAssign (const ImpactFromChanges &other)
 
bool any () const
 

Static Public Member Functions

template<typename Derived >
static bool willReallocate (const Eigen::DenseBase< Derived > &M, int rows, int cols=1)
 

Public Attributes

bool equalityConstraints_ = false
 
bool inequalityConstraints_ = false
 
bool bounds_ = false
 
bool objectives_ = false
 

Member Function Documentation

◆ any()

bool tvm::solver::abstract::LeastSquareSolver::ImpactFromChanges::any ( ) const
inline

◆ operator||() [1/2]

ImpactFromChanges tvm::solver::abstract::LeastSquareSolver::ImpactFromChanges::operator|| ( bool  b)

◆ operator||() [2/2]

ImpactFromChanges tvm::solver::abstract::LeastSquareSolver::ImpactFromChanges::operator|| ( const ImpactFromChanges other)

◆ orAssign()

ImpactFromChanges& tvm::solver::abstract::LeastSquareSolver::ImpactFromChanges::orAssign ( const ImpactFromChanges other)

this = this || other

◆ willReallocate()

template<typename Derived >
bool tvm::solver::abstract::LeastSquareSolver::ImpactFromChanges::willReallocate ( const Eigen::DenseBase< Derived > &  M,
int  rows,
int  cols = 1 
)
inlinestatic

Member Data Documentation

◆ bounds_

bool tvm::solver::abstract::LeastSquareSolver::ImpactFromChanges::bounds_ = false

◆ equalityConstraints_

bool tvm::solver::abstract::LeastSquareSolver::ImpactFromChanges::equalityConstraints_ = false

◆ inequalityConstraints_

bool tvm::solver::abstract::LeastSquareSolver::ImpactFromChanges::inequalityConstraints_ = false

◆ objectives_

bool tvm::solver::abstract::LeastSquareSolver::ImpactFromChanges::objectives_ = false

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