Go to the source code of this file.
|
| template<typename T , typename Scalar > |
| std::enable_if< ScalarTraits< Scalar >::value, TypeTensor< typenameCompareTypes< T, Scalar >::supertype > >::type | libMesh::operator* (const Scalar &factor, const TypeTensor< T > &t) |
| |
| template<typename T , typename T2 > |
| TypeVector< typename CompareTypes< T, T2 >::supertype > | libMesh::operator* (const TypeVector< T > &a, const TypeTensor< T2 > &b) |
| |
| template<typename T > |
| bool | libMesh::isfinite (const TypeTensor< T > &var) |
| |
| template<typename T > |
| bool | libMesh::isinf (const TypeTensor< T > &var) |
| |
| template<typename T > |
| bool | libMesh::isnan (const TypeTensor< T > &var) |
| |
| template<typename T , typename T2 > |
| TypeTensor< typename CompareTypes< T, T2 >::supertype > | libMesh::outer_product (const TypeVector< T > &a, const TypeVector< T2 > &b) |
| |