Tiny Vector Matrix library using Expression Templates | Sourceforge Project Page |
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
#define TVMET_AUTOPROMOTE | ( | T1, | |||
T2 | ) |
Value:
template<> \ struct AutopromoteTraits<T1> { \ typedef T2 value_type; \ };
#define TVMET_PRECISION | ( | T, | |||
R | ) |
Value:
template<> \ struct PrecisionTraits< T > { \ enum { \ rank = R, \ known = 1 \ }; \ };
Author: |