#include "mlLinearAlgebraSystem.h"
#include "mlLinearAlgebraDefs.h"
#include "mlFloatingPointVector.h"
Go to the source code of this file.
Classes | |
| class | ml::Tvec9< DT > |
| An nine dimensional vector class for floating point types. More... | |
Namespaces | |
| namespace | ml |
Define the namespace name like in the ML. Default is ml. | |
Typedefs | |
Specializations for float, double and long double. | |
| typedef Tvec9< MLfloat > | ml::Vector9f |
| A vector with 9 components of type float. | |
| typedef Tvec9< MLdouble > | ml::Vector9d |
| A vector with 9 components of type double. | |
| typedef Tvec9< MLldouble > | ml::Vector9ld |
| A vector with 9 components of type long double. | |
| typedef Tvec9< MLdouble > | ml::Vector9 |
| A vector with 9 components of type double. | |
Deprecated | |
| typedef Tvec9< MLfloat > | ml::vecf9 |
| typedef Tvec9< MLdouble > | ml::vecd9 |
| typedef Tvec9< MLldouble > | ml::vecld9 |
| typedef Tvec9< MLdouble > | ml::vec9 |
Definition in file mlVector9.h.
1.5.8