type_tensor.h
type_tensor.h
Section: C Library Functions (3) Updated: Thu Apr 7 2011 Local index
Up
NAME
type_tensor.h -
SYNOPSIS
Classes
class TypeTensor< T >
Functions
template<typename T , typename Scalar > boostcopy::enable_if_c< ScalarTraits< Scalar >::value, TypeTensor< typename CompareTypes< T, Scalar >::supertype > >::type operator* (const Scalar factor, const TypeTensor< T > &t)
Function Documentation
template<typename T , typename Scalar > boostcopy::enable_if_c< ScalarTraits<Scalar>::value, TypeTensor<typename CompareTypes<T, Scalar>::supertype> >::type operator* (const Scalarfactor, const TypeTensor< T > &t) [inline]
Definition at line 665 of file type_tensor.h.
Referenced by Elem::is_ancestor_of().
{
return t * factor;
}
Author
Generated automatically by Doxygen for libMesh from the source code.
Index
- NAME
-
- SYNOPSIS
-
- Classes
-
- Functions
-
- Function Documentation
-
- template<typename T , typename Scalar > boostcopy::enable_if_c< ScalarTraits<Scalar>::value, TypeTensor<typename CompareTypes<T, Scalar>::supertype> >::type operator* (const Scalarfactor, const TypeTensor< T > &t) [inline]
-
- Author
-
This document was created by
man2html,
using the manual pages.
Time: 21:57:52 GMT, April 16, 2011