|
| template<class Vector > |
| bool | isReorganizationNeeded (const Vector &r, const Vector &r0) const |
| |
| template<class SetType > |
| bool | isReorganizationNeeded (const SetType &result) const |
| |
| template<class Matrix , class Vector > |
| void | reorganize (Matrix &B, Matrix &invB, Vector &r, Matrix &, Vector &) const |
| |
| template<class SetType > |
| void | reorganize (SetType &result) const |
| |
| template<class Matrix , class Vector > |
| bool | reorganizeIfNeeded (Matrix &B, Matrix &invB, Vector &r, Matrix &C, Vector &r0) const |
| |
| template<class SetType > |
| void | reorganizeIfNeeded (SetType &result) const |
| | makes reorganization if needed. return true if reorganization was performed More...
|
| |
| template<class SetType > |
| bool | isC1ReorganizationNeeded (const SetType &result) const |
| |
| template<class Matrix > |
| bool | isC1ReorganizationNeeded (const Matrix &R, const Matrix &R0) const |
| |
| template<class Matrix > |
| void | reorganizeC1 (Matrix &B, Matrix &invB, Matrix &R, Matrix &, Matrix &) const |
| |
| template<class SetType > |
| void | reorganizeC1 (SetType &result) const |
| |
| template<class Matrix > |
| bool | reorganizeC1IfNeeded (Matrix &B, Matrix &invB, Matrix &R, Matrix &C, Matrix &R0) const |
| |
| template<class SetType > |
| bool | reorganizeC1IfNeeded (SetType &result) const |
| | makes reorganization if needed. return true if reorganization was performed More...
|
| |
| std::string | name () const |
| |
| void | reorganize (Matrix1 &B, Matrix2 &invB, Vector &r, Matrix1 &C, Vector &r0) const |
| |
| void | reorganizeC2 (Matrix &B, Matrix &invB, HessianT &R, Matrix &C, HessianT &R0) const |
| |
| void | setFactor (double A_factor) |
| | sets c0,c1,c2 factors to new value More...
|
| |
| void | setC0Factor (double A_factor) |
| | sets new value of c0Factor; More...
|
| |
| void | setC1Factor (double A_factor) |
| | sets new value of c1Factor; More...
|
| |
| void | setC2Factor (double A_factor) |
| | sets new value of c2Factor; More...
|
| |
| double | getC0Factor () const |
| | returns current value of c0Factor; More...
|
| |
| double | getC1Factor () const |
| | returns current value of c1Factor; More...
|
| |
| double | getC2Factor () const |
| | returns current value of c2Factor; More...
|
| |
| void | onoffReorganization (bool flag) |
| | sets the flag which controls possibility of reorganization to new value More...
|
| |
| bool | isReorganizationEnabled () const |
| | returns current value of the flag which controls possibility of reorganization More...
|
| |
| std::string | toString () const |
| |
| template<class VectorT , class MatrixT > |
| void | computeBinvB (MatrixT &B, MatrixT &invB, const VectorT &) const |
| |
| template<class Matrix1 , class Matrix2 , class Vector > |
| bool | reorganizeIfNeeded (Matrix1 &, Matrix2 &, Vector &, Matrix1 &, Vector &) const |
| |
| template<class Matrix , class Hessian > |
| bool | reorganizeC2IfNeeded (Matrix &, Matrix &, Hessian &, Matrix &, Hessian &) const |
| |
| void | disableReorganization () |
| |
template<typename BasePolicy = DefaultPolicy>
class capd::dynset::QRReorganization< BasePolicy >
During reorganization we orthogonalize B.