|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
Implementation detail of assignScalar(). More...
#include <Teuchos_MatrixMarket_assignScalar.hpp>
Static Public Member Functions | |
| static void | assign (Scalar &val, const typename Teuchos::ScalarTraits< Scalar >::magnitudeType &real, const typename Teuchos::ScalarTraits< Scalar >::magnitudeType &imag) |
Implementation detail of assignScalar().
We define a class because template functions can't (in the current C++ standard) have default template parameters.
Definition at line 60 of file Teuchos_MatrixMarket_assignScalar.hpp.
| static void Teuchos::MatrixMarket::details::ScalarAssigner< Scalar, isComplex >::assign | ( | Scalar & | val, |
| const typename Teuchos::ScalarTraits< Scalar >::magnitudeType & | real, | ||
| const typename Teuchos::ScalarTraits< Scalar >::magnitudeType & | imag | ||
| ) | [static] |
1.7.6.1