|
limes 3.1.0
Composable Calculus Expressions for C++20
|
Linear transform: x = a*t + b. More...
#include <integral.hpp>
Collaboration diagram for limes::expr::transforms::linear< T >:Public Member Functions | |
| constexpr | linear (T scale, T shift) noexcept |
| constexpr T | operator() (T t) const noexcept |
Public Attributes | |
| T | a |
| T | b |
Linear transform: x = a*t + b.
Definition at line 620 of file integral.hpp.
|
inlineconstexprnoexcept |
Definition at line 624 of file integral.hpp.
|
inlineconstexprnoexcept |
Definition at line 626 of file integral.hpp.
References limes::expr::transforms::linear< T >::a, and limes::expr::transforms::linear< T >::b.
| T limes::expr::transforms::linear< T >::a |
Definition at line 621 of file integral.hpp.
Referenced by limes::expr::transforms::linear< T >::operator()().
| T limes::expr::transforms::linear< T >::b |
Definition at line 622 of file integral.hpp.
Referenced by limes::expr::transforms::linear< T >::operator()().