#include <tvm/solver/abstract/HierarchicalLeastSquareSolver.h>
|
| template<typename Derived > |
| static bool | willReallocate (const Eigen::DenseBase< Derived > &M, int rows, int cols=1) |
| |
◆ ImpactFromChanges() [1/2]
| tvm::solver::abstract::HierarchicalLeastSquareSolver::ImpactFromChanges::ImpactFromChanges |
( |
int |
nLvl | ) |
|
◆ ImpactFromChanges() [2/2]
| tvm::solver::abstract::HierarchicalLeastSquareSolver::ImpactFromChanges::ImpactFromChanges |
( |
const std::vector< bool > & |
eq, |
|
|
std::vector< bool > & |
ineq, |
|
|
bool |
bounds |
|
) |
| |
◆ any()
| bool tvm::solver::abstract::HierarchicalLeastSquareSolver::ImpactFromChanges::any |
( |
| ) |
const |
|
inline |
◆ operator||() [1/2]
| ImpactFromChanges tvm::solver::abstract::HierarchicalLeastSquareSolver::ImpactFromChanges::operator|| |
( |
bool |
b | ) |
|
◆ operator||() [2/2]
◆ orAssign()
◆ willReallocate()
template<typename Derived >
| bool tvm::solver::abstract::HierarchicalLeastSquareSolver::ImpactFromChanges::willReallocate |
( |
const Eigen::DenseBase< Derived > & |
M, |
|
|
int |
rows, |
|
|
int |
cols = 1 |
|
) |
| |
|
inlinestatic |
◆ bounds_
| bool tvm::solver::abstract::HierarchicalLeastSquareSolver::ImpactFromChanges::bounds_ = false |
◆ equalityConstraints_
| std::vector<bool> tvm::solver::abstract::HierarchicalLeastSquareSolver::ImpactFromChanges::equalityConstraints_ |
◆ inequalityConstraints_
| std::vector<bool> tvm::solver::abstract::HierarchicalLeastSquareSolver::ImpactFromChanges::inequalityConstraints_ |
◆ newLevels_
| int tvm::solver::abstract::HierarchicalLeastSquareSolver::ImpactFromChanges::newLevels_ = 0 |
The documentation for this struct was generated from the following file: