Go to the source code of this file.
|
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 > |
T | libMesh::triple_product (const TypeVector< T > &a, const TypeVector< T > &b, const TypeVector< T > &c) |
|
template<typename T > |
T | libMesh::cross_norm_sq (const TypeVector< T > &b, const TypeVector< T > &c) |
|
template<typename T > |
T | libMesh::cross_norm (const TypeVector< T > &b, const TypeVector< T > &c) |
|