Computes the saxpy ("scalar a x plus b") operation: (
) between two values.
More...
#include <linear_algebra.hpp>
template<typename _F, typename _S, typename _RT, typename _AT>
struct slip::saxpy< _F, _S, _RT, _AT >
Computes the saxpy ("scalar a x plus b") operation: (
) between two values.
- Author
- Benoit Tremblais <tremblais_AT_sic.univ-poitiers.fr>
- Date
- 2008/10/05
- Since
- 1.0.0
- Version
- 0.0.1
- Parameters
-
__x | The first value. |
__y | The second value. |
- Returns
- The saxpy value.
- Complexity: 2 flops
Definition at line 162 of file linear_algebra.hpp.
template<typename _F , typename _S , typename _RT , typename _AT >
template<typename _F , typename _S , typename _RT , typename _AT >
template<typename _F , typename _S , typename _RT , typename _AT >
_RT slip::saxpy< _F, _S, _RT, _AT >::operator() |
( |
const _F & |
__x, |
|
|
const _S & |
__y |
|
) |
| const |
|
inline |
template<typename _F , typename _S , typename _RT , typename _AT >
The documentation for this struct was generated from the following file: