#include <IMatrix.h>
Inheritance diagram for IMatrix3d:


Use this most often so you don't have to declare the size of the IMatrix all the time.
Definition at line 53 of file IMatrix.h.
Public Member Functions | |
| IMatrix3d () | |
| Constructors. | |
| IMatrix3d (TNT::Matrix< Interval< double > > m) | |
| Construct an IMatrix3d from a TNT Matrix of Interval<double>s. | |
| IMatrix3d (gmMatrix3 mindim, gmMatrix3 maxdim) | |
| Construct an IMatrix3d using two gmMatrix3s as the opposite corners. | |
| IMatrix3d (gmMatrix3 x) | |
| Contruct an IMatrix3d from a gmMatrix3. | |
| IMatrix3d (Interval< double > xx, Interval< double > xy, Interval< double > xz, Interval< double > yx, Interval< double > yy, Interval< double > yz, Interval< double > zx, Interval< double > zy, Interval< double > zz) | |
| Construct the IMatrix3d the hard way - one Interval element at a time. | |
| IMatrix3d (Interval< double > x) | |
| Construct an IMatrix3d using a single Interval as value of all elements. | |
| IMatrix3d (double d) | |
| Construct an IMatrix3d using a double as the value of all elements. | |
| IMatrix3d (IMatrix x) | |
| Construct an IMatrix3d from a more general IMatrix. | |
Static Public Member Functions | |
| IMatrix3d | identity () |
| Static member functions. | |
|
|
Constructors.
Definition at line 172 of file IMatrix.cpp. Referenced by identity(), and IMatrix3d(). |
|
|
Construct an IMatrix3d from a TNT Matrix of Interval<double>s.
Definition at line 176 of file IMatrix.cpp. |
|
||||||||||||
|
Construct an IMatrix3d using two gmMatrix3s as the opposite corners.
Definition at line 191 of file IMatrix.cpp. |
|
|
Contruct an IMatrix3d from a gmMatrix3.
Definition at line 205 of file IMatrix.cpp. References IMatrix3d(). |
|
||||||||||||||||||||||||||||||||||||||||
|
Construct the IMatrix3d the hard way - one Interval element at a time.
Definition at line 211 of file IMatrix.cpp. |
|
|
Construct an IMatrix3d using a single Interval as value of all elements.
Definition at line 228 of file IMatrix.cpp. References IMatrix3d(). |
|
|
Construct an IMatrix3d using a double as the value of all elements.
Definition at line 234 of file IMatrix.cpp. References IMatrix3d(). |
|
|
Construct an IMatrix3d from a more general IMatrix.
Definition at line 243 of file IMatrix.cpp. |
|
|
Static member functions.
Definition at line 251 of file IMatrix.cpp. References IMatrix3d(). Referenced by Mover::dinvjac(), and Mover::hess(). |
1.3.4