dlevmar

Undocumented in source.

Members

Aliases

DLevmarCallback
alias DLevmarCallback = void function(double* p, double* hx, int m, int n, void* adata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DLevmarJacobian
alias DLevmarJacobian = void function(double* p, double* j, int m, int n, void* adata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

dAx_eq_b_BK
int dAx_eq_b_BK(double* A, double* B, double* x, int m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dAx_eq_b_Chol
int dAx_eq_b_Chol(double* A, double* B, double* x, int m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dAx_eq_b_LU
int dAx_eq_b_LU(double* A, double* B, double* x, int m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dAx_eq_b_LU_noLapack
int dAx_eq_b_LU_noLapack(double* A, double* B, double* x, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dAx_eq_b_PLASMA_Chol
int dAx_eq_b_PLASMA_Chol(double* A, double* B, double* x, int m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dAx_eq_b_QR
int dAx_eq_b_QR(double* A, double* B, double* x, int m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dAx_eq_b_QRLS
int dAx_eq_b_QRLS(double* A, double* B, double* x, int m, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dAx_eq_b_SVD
int dAx_eq_b_SVD(double* A, double* B, double* x, int m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dlevmar_R2
double dlevmar_R2(DLevmarCallback func, double* p, double* x, int m, int n, void* adata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dlevmar_bc_der
int dlevmar_bc_der(DLevmarCallback func, DLevmarJacobian jacf, double* p, double* x, int m, int n, double* lb, double* ub, double* dscl, int itmax, double* opts, double* info, double* work, double* covar, void* adata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dlevmar_bc_dif
int dlevmar_bc_dif(DLevmarCallback func, double* p, double* x, int m, int n, double* lb, double* ub, double* dscl, int itmax, double* opts, double* info, double* work, double* covar, void* adata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dlevmar_blec_der
int dlevmar_blec_der(DLevmarCallback func, DLevmarJacobian jacf, double* p, double* x, int m, int n, double* lb, double* ub, double* A, double* b, int k, double* wghts, int itmax, double* opts, double* info, double* work, double* covar, void* adata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dlevmar_blec_dif
int dlevmar_blec_dif(DLevmarCallback func, double* p, double* x, int m, int n, double* lb, double* ub, double* A, double* b, int k, double* wghts, int itmax, double* opts, double* info, double* work, double* covar, void* adata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dlevmar_bleic_der
int dlevmar_bleic_der(DLevmarCallback func, DLevmarJacobian jacf, double* p, double* x, int m, int n, double* lb, double* ub, double* A, double* b, int k1, double* C, double* d, int k2, int itmax, double* opts, double* info, double* work, double* covar, void* adata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dlevmar_bleic_dif
int dlevmar_bleic_dif(DLevmarCallback func, double* p, double* x, int m, int n, double* lb, double* ub, double* A, double* b, int k1, double* C, double* d, int k2, int itmax, double* opts, double* info, double* work, double* covar, void* adata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dlevmar_blic_der
int dlevmar_blic_der(DLevmarCallback func, DLevmarJacobian jacf, double* p, double* x, int m, int n, double* lb, double* ub, double* C, double* d, int k2, int itmax, double* opts, double* info, double* work, double* covar, void* adata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dlevmar_blic_dif
int dlevmar_blic_dif(DLevmarCallback func, double* p, double* x, int m, int n, double* lb, double* ub, double* C, double* d, int k2, int itmax, double* opts, double* info, double* work, double* covar, void* adata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dlevmar_chkjac
void dlevmar_chkjac(DLevmarCallback func, DLevmarJacobian jacf, double* p, int m, int n, void* adata, double* err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dlevmar_corcoef
double dlevmar_corcoef(double* covar, int m, int i, int j)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dlevmar_der
int dlevmar_der(DLevmarCallback func, DLevmarJacobian jacf, double* p, double* x, int m, int n, int itmax, double* opts, double* info, double* work, double* covar, void* adata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dlevmar_dif
int dlevmar_dif(DLevmarCallback func, double* p, double* x, int m, int n, int itmax, double* opts, double* info, double* work, double* covar, void* adata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dlevmar_lec_der
int dlevmar_lec_der(DLevmarCallback func, DLevmarJacobian jacf, double* p, double* x, int m, int n, double* A, double* b, int k, int itmax, double* opts, double* info, double* work, double* covar, void* adata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dlevmar_lec_dif
int dlevmar_lec_dif(DLevmarCallback func, double* p, double* x, int m, int n, double* A, double* b, int k, int itmax, double* opts, double* info, double* work, double* covar, void* adata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dlevmar_leic_der
int dlevmar_leic_der(DLevmarCallback func, DLevmarJacobian jacf, double* p, double* x, int m, int n, double* A, double* b, int k1, double* C, double* d, int k2, int itmax, double* opts, double* info, double* work, double* covar, void* adata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dlevmar_leic_dif
int dlevmar_leic_dif(DLevmarCallback func, double* p, double* x, int m, int n, double* A, double* b, int k1, double* C, double* d, int k2, int itmax, double* opts, double* info, double* work, double* covar, void* adata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dlevmar_lic_der
int dlevmar_lic_der(DLevmarCallback func, DLevmarJacobian jacf, double* p, double* x, int m, int n, double* C, double* d, int k2, int itmax, double* opts, double* info, double* work, double* covar, void* adata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dlevmar_lic_dif
int dlevmar_lic_dif(DLevmarCallback func, double* p, double* x, int m, int n, double* C, double* d, int k2, int itmax, double* opts, double* info, double* work, double* covar, void* adata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dlevmar_stddev
double dlevmar_stddev(double* covar, int m, int i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta