|
OOPS
|
#include <QNewtonLMP.h>
Public Member Functions | |
| QNewtonLMP (const eckit::Configuration &) | |
| ~QNewtonLMP () | |
| void | push (const VECTOR &, const VECTOR &, const VECTOR &, const double &) |
| void | update (const BMATRIX &B) |
| void | multiply (const VECTOR &, VECTOR &) const |
| void | tmultiply (const VECTOR &, VECTOR &) const |
Private Attributes | |
| unsigned | maxpairs_ |
| unsigned | maxnewpairs_ |
| bool | useoldpairs_ |
| int | maxouter_ |
| int | update_ |
| std::vector< VECTOR > | P_ |
| std::vector< VECTOR > | Ph_ |
| std::vector< VECTOR > | AP_ |
| std::vector< VECTOR > | BAP_ |
| std::vector< double > | rhos_ |
| std::vector< unsigned > | usedpairIndx_ |
| std::vector< VECTOR > | savedP_ |
| std::vector< VECTOR > | savedPh_ |
| std::vector< VECTOR > | savedAP_ |
| std::vector< double > | savedrhos_ |
Definition at line 40 of file QNewtonLMP.h.
|
explicit |
Definition at line 76 of file QNewtonLMP.h.
|
inline |
Definition at line 43 of file QNewtonLMP.h.
| void oops::QNewtonLMP< VECTOR, BMATRIX >::multiply | ( | const VECTOR & | a, |
| VECTOR & | b | ||
| ) | const |
Definition at line 206 of file QNewtonLMP.h.
| void oops::QNewtonLMP< VECTOR, BMATRIX >::push | ( | const VECTOR & | p, |
| const VECTOR & | ph, | ||
| const VECTOR & | ap, | ||
| const double & | rho | ||
| ) |
Definition at line 102 of file QNewtonLMP.h.
| void oops::QNewtonLMP< VECTOR, BMATRIX >::tmultiply | ( | const VECTOR & | a, |
| VECTOR & | b | ||
| ) | const |
Definition at line 231 of file QNewtonLMP.h.
| void oops::QNewtonLMP< VECTOR, BMATRIX >::update | ( | const BMATRIX & | B | ) |
Definition at line 122 of file QNewtonLMP.h.
|
private |
Definition at line 62 of file QNewtonLMP.h.
|
private |
Definition at line 63 of file QNewtonLMP.h.
|
private |
Definition at line 55 of file QNewtonLMP.h.
|
private |
Definition at line 57 of file QNewtonLMP.h.
|
private |
Definition at line 54 of file QNewtonLMP.h.
|
private |
Definition at line 60 of file QNewtonLMP.h.
|
private |
Definition at line 61 of file QNewtonLMP.h.
|
private |
Definition at line 64 of file QNewtonLMP.h.
|
private |
Definition at line 69 of file QNewtonLMP.h.
|
private |
Definition at line 67 of file QNewtonLMP.h.
|
private |
Definition at line 68 of file QNewtonLMP.h.
|
private |
Definition at line 70 of file QNewtonLMP.h.
|
private |
Definition at line 58 of file QNewtonLMP.h.
|
private |
Definition at line 65 of file QNewtonLMP.h.
|
private |
Definition at line 56 of file QNewtonLMP.h.