#include <blitz/meta/metaprog.h>
#include <blitz/numtrait.h>
#include <blitz/tvcross.h>
#include <blitz/meta/dot.h>
#include <blitz/meta/product.h>
#include <blitz/meta/sum.h>
Go to the source code of this file.
|
| template<typename T_numtype1 , typename T_numtype2 , int N_length> |
| | blitz::BZ_PROMOTE (T_numtype1, T_numtype2) dot(const TinyVector< T_numtype1 |
| |
| template<typename T_numtype1 , int N_length> |
| | blitz::BZ_SUMTYPE (T_numtype1) product(const TinyVector< T_numtype1 |
| |
| template<typename T_numtype , int N_length> |
| | blitz::BZ_SUMTYPE (T_numtype) sum(const TinyVector< T_numtype |
| |
|
| N_length & | blitz::a |
| |
| N_length const TinyVector< T_numtype2, N_length > & | blitz::b |
| |