#include "Phalanx_ConfigDefs.hpp"
#include "Sacado.hpp"
Go to the source code of this file.
Classes | |
class | MyVector< T > |
class | MyTensor< T > |
Functions | |
template<class T , class U > | |
MyVector< typename Sacado::Promote< T, U >::type > | operator* (const MyVector< T > &v, const U &sc) |
template<class T , class U > | |
MyVector< typename Sacado::Promote< T, U >::type > | operator* (const T &sc, const MyVector< U > &u) |
template<class T , class U > | |
MyVector< typename Sacado::Promote< T, U >::type > | operator* (const MyVector< T > &v, const MyVector< U > &u) |
template<class T , class U > | |
MyVector< typename Sacado::Promote< T, U >::type > | operator/ (const MyVector< T > &v, const MyVector< U > &u) |
template<class T , class U > | |
MyVector< typename Sacado::Promote< T, U >::type > | operator+ (const MyVector< T > &v, const MyVector< U > &u) |
template<class T , class U > | |
MyVector< typename Sacado::Promote< T, U >::type > | operator- (const MyVector< T > &v, const MyVector< U > &u) |
template<typename T > | |
std::ostream & | operator<< (std::ostream &os, const MyVector< T > &v) |
MyVector< typename Sacado::Promote<T,U>::type> operator* | ( | const MyVector< T > & | v, | |
const MyVector< U > & | u | |||
) | [inline] |
MyVector< typename Sacado::Promote<T,U>::type> operator* | ( | const T & | sc, | |
const MyVector< U > & | u | |||
) | [inline] |
MyVector< typename Sacado::Promote<T,U>::type> operator* | ( | const MyVector< T > & | v, | |
const U & | sc | |||
) | [inline] |
MyVector< typename Sacado::Promote<T,U>::type> operator+ | ( | const MyVector< T > & | v, | |
const MyVector< U > & | u | |||
) | [inline] |
MyVector< typename Sacado::Promote<T,U>::type> operator- | ( | const MyVector< T > & | v, | |
const MyVector< U > & | u | |||
) | [inline] |
MyVector< typename Sacado::Promote<T,U>::type> operator/ | ( | const MyVector< T > & | v, | |
const MyVector< U > & | u | |||
) | [inline] |
std::ostream& operator<< | ( | std::ostream & | os, | |
const MyVector< T > & | v | |||
) | [inline] |