mvblas.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<class TYPE >
TYPE dot (const MV_Vector< TYPE > &x, const MV_Vector< TYPE > &y)
template<class TYPE >
TYPE norm (const MV_Vector< TYPE > &x)
template<class TYPE >
MV_Vector< TYPE > operator* (const MV_Vector< TYPE > &x, const TYPE &a)
template<class TYPE >
MV_Vector< TYPE > operator* (const TYPE &a, const MV_Vector< TYPE > &x)
template<class TYPE >
MV_Vector< TYPE > & operator*= (MV_Vector< TYPE > &x, const TYPE &a)
template<class TYPE >
MV_Vector< TYPE > operator+ (const MV_Vector< TYPE > &x, const MV_Vector< TYPE > &y)
template<class TYPE >
MV_Vector< TYPE > & operator+= (MV_Vector< TYPE > &x, const MV_Vector< TYPE > &y)
template<class TYPE >
MV_Vector< TYPE > operator- (const MV_Vector< TYPE > &x, const MV_Vector< TYPE > &y)
template<class TYPE >
MV_Vector< TYPE > & operator-= (MV_Vector< TYPE > &x, const MV_Vector< TYPE > &y)

Function Documentation

template<class TYPE >
TYPE dot ( const MV_Vector< TYPE > &  x,
const MV_Vector< TYPE > &  y 
) [inline]

Definition at line 138 of file mvblas.h.

template<class TYPE >
TYPE norm ( const MV_Vector< TYPE > &  x  )  [inline]

Definition at line 155 of file mvblas.h.

template<class TYPE >
MV_Vector<TYPE> operator* ( const MV_Vector< TYPE > &  x,
const TYPE &  a 
) [inline]

Definition at line 50 of file mvblas.h.

template<class TYPE >
MV_Vector<TYPE> operator* ( const TYPE &  a,
const MV_Vector< TYPE > &  x 
) [inline]

Definition at line 40 of file mvblas.h.

template<class TYPE >
MV_Vector<TYPE>& operator*= ( MV_Vector< TYPE > &  x,
const TYPE &  a 
) [inline]

Definition at line 31 of file mvblas.h.

template<class TYPE >
MV_Vector<TYPE> operator+ ( const MV_Vector< TYPE > &  x,
const MV_Vector< TYPE > &  y 
) [inline]

Definition at line 69 of file mvblas.h.

template<class TYPE >
MV_Vector<TYPE>& operator+= ( MV_Vector< TYPE > &  x,
const MV_Vector< TYPE > &  y 
) [inline]

Definition at line 102 of file mvblas.h.

template<class TYPE >
MV_Vector<TYPE> operator- ( const MV_Vector< TYPE > &  x,
const MV_Vector< TYPE > &  y 
) [inline]

Definition at line 85 of file mvblas.h.

template<class TYPE >
MV_Vector<TYPE>& operator-= ( MV_Vector< TYPE > &  x,
const MV_Vector< TYPE > &  y 
) [inline]

Definition at line 118 of file mvblas.h.

 All Classes Files Functions Variables Enumerations Enumerator Friends Defines


sparselib
Author(s): Roldan Pozo, Karin A. Remington, Andrew Lumsdaine
autogenerated on Fri Jan 11 09:41:13 2013