blitz  Version 1.0.2
blitz::_bz_returntype< T_ret > Class Template Reference

#include <tvecglobs.h>

Collaboration diagram for blitz::_bz_returntype< T_ret >:
Collaboration graph

Static Public Member Functions

template<typename T_numtype1 , typename T_numtype2 , int N_length>
static T_ret dot (const TinyVector< T_numtype1, N_length > &a, const TinyVector< T_numtype2, N_length > &b)
 
template<typename T_numtype1 , int N_length>
static T_ret product (const TinyVector< T_numtype1, N_length > &a)
 
template<typename T_numtype , int N_length>
static T_ret sum (const TinyVector< T_numtype, N_length > &a)
 

Member Function Documentation

template<typename T_ret >
template<typename T_numtype1 , typename T_numtype2 , int N_length>
static T_ret blitz::_bz_returntype< T_ret >::dot ( const TinyVector< T_numtype1, N_length > &  a,
const TinyVector< T_numtype2, N_length > &  b 
)
inlinestatic
template<typename T_ret >
template<typename T_numtype1 , int N_length>
static T_ret blitz::_bz_returntype< T_ret >::product ( const TinyVector< T_numtype1, N_length > &  a)
inlinestatic
template<typename T_ret >
template<typename T_numtype , int N_length>
static T_ret blitz::_bz_returntype< T_ret >::sum ( const TinyVector< T_numtype, N_length > &  a)
inlinestatic

The documentation for this class was generated from the following file: