|
|
Tiny Vector Matrix library using Expression Templates | Sourceforge Project Page |

Go to the source code of this file.
| #define TVMET_AUTOPROMOTE | ( | T1, | |
| T2 | |||
| ) |
template<> \ struct AutopromoteTraits<T1> { \ typedef T2 value_type; \ };
| #define TVMET_PRECISION | ( | T, | |
| R | |||
| ) |
template<> \ struct PrecisionTraits< T > { \ enum { \ rank = R, \ known = 1 \ }; \ };
|
Author: |