type_vector.h File Reference

Go to the source code of this file.

Classes

class  libMesh::TypeTensor< T >
 
class  libMesh::VectorValue< T >
 
class  libMesh::TensorValue< T >
 
class  libMesh::TypeVector< T >
 

Namespaces

 libMesh
 

Functions

template<typename T , typename Scalar >
boostcopy::enable_if_c< ScalarTraits< Scalar >::value, TypeVector< typename CompareTypes< T, Scalar >::supertype > >::type libMesh::operator* (const Scalar factor, const TypeVector< T > &v)
 
template<typename T >
libMesh::triple_product (const TypeVector< T > &a, const TypeVector< T > &b, const TypeVector< T > &c)
 
template<typename T >
libMesh::cross_norm_sq (const TypeVector< T > &b, const TypeVector< T > &c)
 
template<typename T >
libMesh::cross_norm (const TypeVector< T > &b, const TypeVector< T > &c)