|
limes 3.1.0
Composable Calculus Expressions for C++20
|
#include <const.hpp>
Public Types | |
| using | value_type = T |
Public Member Functions | |
| constexpr | Zero () noexcept=default |
| constexpr T | eval (std::span< T const >) const noexcept |
| constexpr T | evaluate (std::span< T const > args) const noexcept |
| template<std::size_t Dim> | |
| constexpr auto | derivative () const noexcept |
| std::string | to_string () const |
Static Public Attributes | |
| static constexpr std::size_t | arity_v = 0 |
| using limes::expr::Zero< T >::value_type = T |
|
constexprdefaultnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
Definition at line 29 of file const.hpp.
Referenced by limes::expr::Zero< T >::evaluate().
|
inlineconstexprnoexcept |
Definition at line 34 of file const.hpp.
References limes::expr::Zero< T >::eval().
|
inline |
|
staticconstexpr |