Go to the source code of this file.
Macros | |
#define | Instantiate_TMatrix(TYPE) template class EST_TMatrix< TYPE >; |
#define | Declare_TMatrix_T(TYPE, TAG) |
#define | Declare_TMatrix_Base_T(TYPE, DEFAULT, ERROR, TAG) |
#define | Declare_TMatrix_Class_T(TYPE, DEFAULT, ERROR, TAG) |
#define | Declare_TMatrix(TYPE) Declare_TMatrix_T(TYPE,TYPE) |
#define | Declare_TMatrix_Base(TYPE, DEFAULT, ERROR) Declare_TMatrix_Base_T(TYPE,DEFAULT,ERROR,TYPE) |
#define | Declare_TMatrix_Class(TYPE, DEFAULT, ERROR) Declare_TMatrix_Class_T(TYPE,DEFAULT,ERROR,TYPE) |
#define Instantiate_TMatrix | ( | TYPE | ) | template class EST_TMatrix< TYPE >; |
Instantiate rules for matrix template.
Definition at line 49 of file EST_TMatrixI.h.
#define Declare_TMatrix_T | ( | TYPE, | |
TAG | |||
) |
Definition at line 52 of file EST_TMatrixI.h.
#define Declare_TMatrix_Base_T | ( | TYPE, | |
DEFAULT, | |||
ERROR, | |||
TAG | |||
) |
Definition at line 53 of file EST_TMatrixI.h.
#define Declare_TMatrix_Class_T | ( | TYPE, | |
DEFAULT, | |||
ERROR, | |||
TAG | |||
) |
Definition at line 55 of file EST_TMatrixI.h.
#define Declare_TMatrix | ( | TYPE | ) | Declare_TMatrix_T(TYPE,TYPE) |
Definition at line 57 of file EST_TMatrixI.h.
#define Declare_TMatrix_Base | ( | TYPE, | |
DEFAULT, | |||
ERROR | |||
) | Declare_TMatrix_Base_T(TYPE,DEFAULT,ERROR,TYPE) |
Definition at line 58 of file EST_TMatrixI.h.
#define Declare_TMatrix_Class | ( | TYPE, | |
DEFAULT, | |||
ERROR | |||
) | Declare_TMatrix_Class_T(TYPE,DEFAULT,ERROR,TYPE) |
Definition at line 59 of file EST_TMatrixI.h.