#include <iostream>
#include "EST_bool.h"
#include "EST_rw_status.h"
#include "instantiate/EST_TVectorI.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... | |
class | EST_TList< T > |
class | EST_TVector< T > |
Template vector. More... | |
Macros | |
#define | TVECTOR_BOUNDS_CHECKING 0 |
#define | A_CHECK a_no_check |
#define | INLINE inline |
#define | fast_a_v_x(C) (fast_a_v(C)) |
Functions | |
template<class T > | |
EST_TVector< T > & | set (EST_TVector< T > &v, const EST_TList< T > &s) |
assignment operator: fill track with values in list s . More... | |
Variables | |
const int | EST_CURRENT |
const int | EST_ALL |
#define TVECTOR_BOUNDS_CHECKING 0 |
Definition at line 63 of file EST_TVector.h.
#define A_CHECK a_no_check |
Definition at line 69 of file EST_TVector.h.
#define INLINE inline |
Definition at line 72 of file EST_TVector.h.
#define fast_a_v_x | ( | C | ) | (fast_a_v(C)) |
Definition at line 84 of file EST_TVector.h.
EST_TVector<T>& set | ( | EST_TVector< T > & | v, |
const EST_TList< T > & | s | ||
) |
assignment operator: fill track with values in list s
.
Definition at line 46 of file EST_Tvectlist.cc.
const int EST_CURRENT |
Definition at line 48 of file EST_matrix_support.cc.
const int EST_ALL |
Definition at line 49 of file EST_matrix_support.cc.