C++ main module for gpm Package
1.0
|
#include "CORE_List.h"
#include "types.h"
#include <vector>
#include "CORE_SharedPointersList.h"
#include "CORE_String.h"
#include "CORE_Vector.h"
#include "CORE_Matrix.hpp"
Go to the source code of this file.
Classes | |
class | CORE_Matrix< T > |
this class describes a vector of boost vectors More... | |
Typedefs | |
typedef CORE_Matrix< tBoolean > | CORE_BooleanMatrix |
typedef CORE_Matrix< tCharacter > | CORE_CharacterMatrix |
typedef CORE_Matrix< int > | CORE_IntMatrix |
typedef CORE_Matrix< tReal > | CORE_RealMatrix |
typedef CORE_Matrix< tComplex > | CORE_ComplexMatrix |
typedef CORE_Matrix< tFlag > | CORE_FlagMatrix |
typedef CORE_Matrix< tShort > | CORE_ShortMatrix |
typedef CORE_Matrix< tString > | CORE_StringMatrix |
typedef CORE_Matrix< tInteger > | CORE_IntegerMatrix |
typedef CORE_Matrix < tRelativeInteger > | CORE_RelativeIntegerMatrix |
typedef CORE_Matrix<tBoolean> CORE_BooleanMatrix |
typedef CORE_Matrix<tCharacter> CORE_CharacterMatrix |
typedef CORE_Matrix<tComplex> CORE_ComplexMatrix |
typedef CORE_Matrix<tFlag> CORE_FlagMatrix |
typedef CORE_Matrix<tInteger> CORE_IntegerMatrix |
typedef CORE_Matrix<int> CORE_IntMatrix |
typedef CORE_Matrix<tReal> CORE_RealMatrix |
typedef CORE_Matrix<tShort> CORE_ShortMatrix |
typedef CORE_Matrix<tString> CORE_StringMatrix |
TYPEDEF_SPTR | ( | CORE_BooleanMatrix | ) |
TYPEDEF_SPTR | ( | CORE_CharacterMatrix | ) |
TYPEDEF_SPTR | ( | CORE_IntMatrix | ) |
TYPEDEF_SPTR | ( | CORE_RealMatrix | ) |
TYPEDEF_SPTR | ( | CORE_ComplexMatrix | ) |
TYPEDEF_SPTR | ( | CORE_FlagMatrix | ) |
TYPEDEF_SPTR | ( | CORE_RelativeIntegerMatrix | ) |
TYPEDEF_SPTR | ( | CORE_IntegerMatrix | ) |
TYPEDEF_SPTR | ( | CORE_StringMatrix | ) |
TYPEDEF_SPTR | ( | CORE_ShortMatrix | ) |