#include <iostream>
#include <cstddef>
#include "EST_rw_status.h"
#include "EST_TVector.h"
#include "instantiate/EST_TMatrixI.h"
Go to the source code of this file.
Classes | |
class | EST_TMatrix< T > |
Template Matrix class. This is an extension of the EST_TVector class to two dimensions. More... | |
Macros | |
#define | TMATRIX_BOUNDS_CHECKING 0 |
#define | A_CHECK a_no_check |
#define | INLINE inline |
#define | fast_a_m_x(R, C) (fast_a_m(R,C)) |
#define TMATRIX_BOUNDS_CHECKING 0 |
Definition at line 53 of file EST_TMatrix.h.
#define A_CHECK a_no_check |
Definition at line 59 of file EST_TMatrix.h.
#define INLINE inline |
Definition at line 62 of file EST_TMatrix.h.
#define fast_a_m_x | ( | R, | |
C | |||
) | (fast_a_m(R,C)) |
Definition at line 76 of file EST_TMatrix.h.