optimizeLeastSquares
- LeastSquaresResult!T optimizeLeastSquares(LeastSquaresSettings!T settings, size_t m, Slice!(T*) x, Slice!(const(T)*) l, Slice!(const(T)*) u)
- alias optimizeLeastSquares(T : double) = optimizeLeastSquaresD
- alias optimizeLeastSquares(T : float) = optimizeLeastSquaresS
- LeastSquaresResult!double optimizeLeastSquaresD(LeastSquaresSettings!double settings, size_t m, Slice!(double*) x, Slice!(const(double)*) l, Slice!(const(double)*) u, Slice!(double*) work, Slice!(lapackint*) iwork, LeastSquaresFunction!double f, LeastSquaresJacobian!double g, LeastSquaresThreadManager tm)
- LeastSquaresResult!float optimizeLeastSquaresS(LeastSquaresSettings!float settings, size_t m, Slice!(float*) x, Slice!(const(float)*) l, Slice!(const(float)*) u, Slice!(float*) work, Slice!(lapackint*) iwork, LeastSquaresFunction!float f, LeastSquaresJacobian!float g, LeastSquaresThreadManager tm)
mir optim least_squares
aliasesenumsfunctionsstructs
Low level extern(D) instatiation.