The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
LeastSquaresJacobianBetterC
mir
optim
least_squares
import mir.optim.least_squares;
alias
LeastSquaresJacobianBetterC
(
T
)
=
void
function
(
scope
void
*
context
,
size_t
m
,
size_t
n
,
const
(
T
)*
x
,
T
*
J
)
@
system
nothrow @
nogc
pure
Meta
Source
See Implementation
mir
optim
least_squares
aliases
LeastSquaresFunction
LeastSquaresFunctionBetterC
LeastSquaresJacobian
LeastSquaresJacobianBetterC
LeastSquaresTask
LeastSquaresTaskBetterC
LeastSquaresThreadManager
LeastSquaresThreadManagerBetterC
mir_least_squares_init
mir_least_squares_reset
mir_optimize_least_squares
enums
LeastSquaresStatus
functions
leastSquaresStatusString
mir_least_squares_init_d
mir_least_squares_init_s
mir_least_squares_iwork_length
mir_least_squares_reset_d
mir_least_squares_reset_s
mir_least_squares_status_string
mir_least_squares_work_length
mir_optimize_least_squares_d
mir_optimize_least_squares_s
optimize
optimizeLeastSquares
optimizeLeastSquaresD
optimizeLeastSquaresS
structs
LeastSquaresResult
LeastSquaresSettings