Go to the source code of this file.
|
| | libMesh |
| | The libMesh namespace provides an interface to certain functionality in the library.
|
| |
|
| template<unsigned int N, typename T , typename Scalar > |
| boostcopy::enable_if_c< ScalarTraits< Scalar >::value, TypeNTensor< N, typename CompareTypes< Scalar, T >::supertype > >::type | libMesh::operator* (const Scalar &, const TypeNTensor< N, T > &) |
| |
| template<unsigned int N, typename T , typename Scalar > |
| boostcopy::enable_if_c< ScalarTraits< Scalar >::value, TypeNTensor< N, typename CompareTypes< Scalar, T >::supertype > >::type | libMesh::operator/ (const Scalar &, const TypeNTensor< N, T > &) |
| |