Return value of BrentSolver::solve()
More...
#include <mitsuba/core/brent.h>
mitsuba::BrentSolver::Result::Result |
( |
bool |
success, |
|
|
size_t |
iterations, |
|
|
Float |
x, |
|
|
Float |
y |
|
) |
| |
|
inline |
Create a new result instance.
std::string mitsuba::BrentSolver::Result::toString |
( |
| ) |
const |
|
inline |
Return a string representation of the result.
size_t mitsuba::BrentSolver::Result::iterations |
bool mitsuba::BrentSolver::Result::success |
Float mitsuba::BrentSolver::Result::x |
Float mitsuba::BrentSolver::Result::y |
The documentation for this struct was generated from the following file: