|
RFFGen
|
Requires that multiplication with double and int can be performed either by in-place multiplication or by multiplication from the left. More...
Classes | |
| struct | RFFGen::Concepts::MultiplyWithArithmeticFromLeftConcept |
| Requires that multiplication with double and int can be performed either by in-place multiplication or by multiplication from the left. More... | |
Functions | |
| unspecified | RFFGen::Concepts::operator* (double, MultiplyWithArithmeticFromLeftConcept) |
| Multiplication from the left. Return type is not checked to support lazy evaluation. | |
| unspecified | RFFGen::Concepts::operator* (int, MultiplyWithArithmeticFromLeftConcept) |
| Multiplication from the left. Return type is not checked to support lazy evaluation. | |
Requires that multiplication with double and int can be performed either by in-place multiplication or by multiplication from the left.
1.8.6