![]() |
Bimetric 3+1 toolkit for spherical symmetry
|
Vector and Matrix classes. More...
Go to the source code of this file.
Data Structures | |
class | Vector< T > |
A vector (or an array) of elements. More... | |
class | Matrix< T > |
A matrix (a two-dimensional array) of elements. More... | |
Defines | |
#define | assertBounds(v, e) |
Typedefs | |
typedef const Vector< Real > | VecReal_I |
typedef Vector< Real > | VecReal |
typedef Vector< Real > | VecReal_O |
typedef Vector< Real > | VecReal_IO |
typedef Vector< Int > | VecInt |
typedef const Matrix< Real > | MatReal_I |
typedef Matrix< Real > | MatReal |
typedef Matrix< Real > | MatReal_O |
typedef Matrix< Real > | MatReal_IO |