#include <itsqr.h>
Inheritance diagram for ITS_QR:

Public Methods | |
| ITS_QR ( int order = TAYLOR_CTRL::GetMaxOrder() ) | |
| Constructor. More... | |
| void | Init ( const PtrODENumeric ODE ) |
| Initializes the method. | |
| virtual void | Compute ( INTERVAL_VECTOR & Ytight, INTERVAL_VECTOR & LocErr, const INTERVAL & h, int order, PtrODENumeric ODE, PtrODESolver Solver ) |
| Computes a tight enclosure. | |
| void | SetQRFunction ( QRFactor f ) |
| Sets a function for computing the Q factor from a QR factorization of a matrix. More... | |
| ~ITS_QR () | |
| Destructor. | |
The ITS_QR class implements the QR factorization method.
|
|
Constructor.
|
|
|
Destructor.
|
|
|
Initializes the method.
Reimplemented from ITS_BASE. |
|
|
Computes a tight enclosure.
Reimplemented from ITS_BASE. |
|
|
Sets a function for computing the Q factor from a QR factorization of a matrix.
|
1.2.0 written by Dimitri van Heesch,
© 1997-2000