The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
LeastSquaresThreadManager
mir
optim
least_squares
Thread manager delegate type for low level
extern(D)
API.
import mir.optim.least_squares;
alias
LeastSquaresThreadManager
=
void
delegate
(
uint
count
,
scope
LeastSquaresTask
task
)
@
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
Thread manager delegate type for low level extern(D) API.