Report a bug
If you spot a problem with this page, click here to create a GitHub issue.
Improve this page
Quickly fork, edit online, and submit a pull request for this page.
Requires a signed-in GitHub account. This works well for small changes.
If you'd like to make larger changes you may want to consider using
a local clone.
mir.cpp_export.numeric
This module contans extern C++ wrappers for mir.numeric.
- export pure nothrow @nogc @safe mir_find_root_result!float
mir_find_root
(floatax
, floatbx
, floatfax
, floatfbx
, floatlowerBound
, floatupperBound
, uintmaxIterations
, uintsteps
, scope CFunction!floatf
, scope const(void)*f_ctx
, scope CTolerance!floattolerance
, scope const(void)*tolerance_ctx
);
export pure nothrow @nogc @safe mir_find_root_result!doublemir_find_root
(doubleax
, doublebx
, doublefax
, doublefbx
, doublelowerBound
, doubleupperBound
, uintmaxIterations
, uintsteps
, scope CFunction!doublef
, scope const(void)*f_ctx
, scope CTolerance!doubletolerance
, scope const(void)*tolerance_ctx
);
export pure nothrow @nogc @safe mir_find_root_result!realmir_find_root
(realax
, realbx
, realfax
, realfbx
, reallowerBound
, realupperBound
, uintmaxIterations
, uintsteps
, scope CFunction!realf
, scope const(void)*f_ctx
, scope CTolerance!realtolerance
, scope const(void)*tolerance_ctx
); - Wrapper for findRoot
Copyright © 2016-2022 by Ilya Yaroshenko | Page generated by
Ddoc on Tue Jan 11 06:37:07 2022