The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
LeastSquaresTaskBetterC
mir
optim
least_squares
import mir.optim.least_squares;
alias
LeastSquaresTaskBetterC
=
void
function
(
scope
const
LeastSquaresTask
,
uint
totalThreads
,
uint
threadId
,
uint
i
)
@
safe
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