|
MeVisLab Toolbox Reference
|
#include "mlLinearAlgebraSystem.h"#include "mlLinearAlgebraDefs.h"#include "mlFloatingPointVector.h"Go to the source code of this file.
Classes | |
| class | ml::Tvec7< DT > |
| An seven dimensional vector class for floating point types. More... | |
Namespaces | |
| namespace | ml |
| Main documentation file for ML users and developers. | |
Typedefs | |
Specializations for float, double, and long double. | |
| typedef Tvec7< MLfloat > | ml::Vector7f |
| A vector with seven components of type float. | |
| typedef Tvec7< MLdouble > | ml::Vector7d |
| A vector with seven components of type double. | |
| typedef Tvec7< MLldouble > | ml::Vector7ld |
| A vector with seven components of type long double. | |
| typedef Tvec7< MLdouble > | ml::Vector7 |
| A vector with seven components of type double. | |