Go to the source code of this file.
Namespaces | |
| module | operators |
Functions | |
| template<typename StateType > | |
| StateType | operator* (double inScalar, StateType &inState) |
| template<typename StateType > | |
| void | AXPY (double a, StateType &X, StateType &Y) |
| template<typename StateType > | |
| void | Zero (StateType &X) |
| template<typename StateType > | |
| void | Assign (StateType &X, StateType &Y) |
| template<typename StateType > | |
| StateType | Sum (StateType &X, StateType &Y) |
| template<typename StateType > | |
| StateType | Difference (StateType &X, StateType &Y) |