|
Janus 2.0.0
High-performance C++20 dual-mode numerical framework
|
Result structure for quadrature (definite integration). More...
#include <Integrate.hpp>
Public Attributes | |
| Scalar | value |
| Integral value. | |
| double | error = 0.0 |
| Estimated error (only meaningful for numeric backend). | |
Result structure for quadrature (definite integration).
| Scalar | numeric or symbolic scalar type |
| double janus::QuadResult< Scalar >::error = 0.0 |
Estimated error (only meaningful for numeric backend).
| Scalar janus::QuadResult< Scalar >::value |
Integral value.