type_vector.h
type_vector.h
Section: C Library Functions (3) Updated: Thu Apr 7 2011 Local index
Up
NAME
type_vector.h -
SYNOPSIS
Classes
class TypeVector< T >
Functions
template<typename T , typename Scalar > boostcopy::enable_if_c< ScalarTraits< Scalar >::value, TypeVector< typename CompareTypes< T, Scalar >::supertype > >::type operator* (const Scalar factor, const TypeVector< T > &v)
Function Documentation
template<typename T , typename Scalar > boostcopy::enable_if_c< ScalarTraits<Scalar>::value, TypeVector<typename CompareTypes<T, Scalar>::supertype> >::type operator* (const Scalarfactor, const TypeVector< T > &v) [inline]
Definition at line 589 of file type_vector.h.
{
return v * 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, TypeVector<typename CompareTypes<T, Scalar>::supertype> >::type operator* (const Scalarfactor, const TypeVector< T > &v) [inline]
-
- Author
-
This document was created by
man2html,
using the manual pages.
Time: 21:57:52 GMT, April 16, 2011