#include "mathdefs.h"
#include "vmfuncs.h"
Go to the source code of this file.
Classes | |
class | gtm::TVector< T > |
Namespaces | |
namespace | gtm |
Defines | |
#define | ROW_VECTOR 0x01 |
Vector type IDs. | |
#define | COL_VECTOR 0x02 |
#define COL_VECTOR 0x02 |
Definition at line 33 of file vector.h.
Referenced by gtm::TMatrix< T >::operator=(), gtm::TVector< T >::operator=(), and gtm::TVector< T >::operator~().
#define ROW_VECTOR 0x01 |
Vector type IDs.
Definition at line 32 of file vector.h.
Referenced by gtm::TVector< T >::operator=(), and gtm::TVector< T >::operator~().