slevmar

Undocumented in source.

Members

Aliases

SLevmarCallback
alias SLevmarCallback = void function(float* p, float* 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.
SLevmarJacobian
alias SLevmarJacobian = void function(float* p, float* 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

sAx_eq_b_BK
int sAx_eq_b_BK(float* A, float* B, float* 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.
sAx_eq_b_Chol
int sAx_eq_b_Chol(float* A, float* B, float* 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.
sAx_eq_b_LU
int sAx_eq_b_LU(float* A, float* B, float* 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.
sAx_eq_b_LU_noLapack
int sAx_eq_b_LU_noLapack(float* A, float* B, float* 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.
sAx_eq_b_PLASMA_Chol
int sAx_eq_b_PLASMA_Chol(float* A, float* B, float* 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.
sAx_eq_b_QR
int sAx_eq_b_QR(float* A, float* B, float* 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.
sAx_eq_b_QRLS
int sAx_eq_b_QRLS(float* A, float* B, float* 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.
sAx_eq_b_SVD
int sAx_eq_b_SVD(float* A, float* B, float* 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.
slevmar_R2
float slevmar_R2(SLevmarCallback func, float* p, float* 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.
slevmar_bc_der
int slevmar_bc_der(SLevmarCallback func, SLevmarJacobian jacf, float* p, float* x, int m, int n, float* lb, float* ub, float* dscl, int itmax, float* opts, float* info, float* work, float* 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.
slevmar_bc_dif
int slevmar_bc_dif(SLevmarCallback func, float* p, float* x, int m, int n, float* lb, float* ub, float* dscl, int itmax, float* opts, float* info, float* work, float* 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.
slevmar_blec_der
int slevmar_blec_der(SLevmarCallback func, SLevmarJacobian jacf, float* p, float* x, int m, int n, float* lb, float* ub, float* A, float* b, int k, float* wghts, int itmax, float* opts, float* info, float* work, float* 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.
slevmar_blec_dif
int slevmar_blec_dif(SLevmarCallback func, float* p, float* x, int m, int n, float* lb, float* ub, float* A, float* b, int k, float* wghts, int itmax, float* opts, float* info, float* work, float* 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.
slevmar_bleic_der
int slevmar_bleic_der(SLevmarCallback func, SLevmarJacobian jacf, float* p, float* x, int m, int n, float* lb, float* ub, float* A, float* b, int k1, float* C, float* d, int k2, int itmax, float* opts, float* info, float* work, float* 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.
slevmar_bleic_dif
int slevmar_bleic_dif(SLevmarCallback func, float* p, float* x, int m, int n, float* lb, float* ub, float* A, float* b, int k1, float* C, float* d, int k2, int itmax, float* opts, float* info, float* work, float* 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.
slevmar_blic_der
int slevmar_blic_der(SLevmarCallback func, SLevmarJacobian jacf, float* p, float* x, int m, int n, float* lb, float* ub, float* C, float* d, int k2, int itmax, float* opts, float* info, float* work, float* 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.
slevmar_blic_dif
int slevmar_blic_dif(SLevmarCallback func, float* p, float* x, int m, int n, float* lb, float* ub, float* C, float* d, int k2, int itmax, float* opts, float* info, float* work, float* 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.
slevmar_chkjac
void slevmar_chkjac(SLevmarCallback func, SLevmarJacobian jacf, float* p, int m, int n, void* adata, float* err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
slevmar_corcoef
float slevmar_corcoef(float* 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.
slevmar_der
int slevmar_der(SLevmarCallback func, SLevmarJacobian jacf, float* p, float* x, int m, int n, int itmax, float* opts, float* info, float* work, float* 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.
slevmar_dif
int slevmar_dif(SLevmarCallback func, float* p, float* x, int m, int n, int itmax, float* opts, float* info, float* work, float* 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.
slevmar_lec_der
int slevmar_lec_der(SLevmarCallback func, SLevmarJacobian jacf, float* p, float* x, int m, int n, float* A, float* b, int k, int itmax, float* opts, float* info, float* work, float* 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.
slevmar_lec_dif
int slevmar_lec_dif(SLevmarCallback func, float* p, float* x, int m, int n, float* A, float* b, int k, int itmax, float* opts, float* info, float* work, float* 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.
slevmar_leic_der
int slevmar_leic_der(SLevmarCallback func, SLevmarJacobian jacf, float* p, float* x, int m, int n, float* A, float* b, int k1, float* C, float* d, int k2, int itmax, float* opts, float* info, float* work, float* 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.
slevmar_leic_dif
int slevmar_leic_dif(SLevmarCallback func, float* p, float* x, int m, int n, float* A, float* b, int k1, float* C, float* d, int k2, int itmax, float* opts, float* info, float* work, float* 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.
slevmar_lic_der
int slevmar_lic_der(SLevmarCallback func, SLevmarJacobian jacf, float* p, float* x, int m, int n, float* C, float* d, int k2, int itmax, float* opts, float* info, float* work, float* 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.
slevmar_lic_dif
int slevmar_lic_dif(SLevmarCallback func, float* p, float* x, int m, int n, float* C, float* d, int k2, int itmax, float* opts, float* info, float* work, float* 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.
slevmar_locscale
void slevmar_locscale(SLevmarCallback func, float* p, float* x, int m, int n, void* adata, int howto, float* locscl, float** residptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
slevmar_outlid
int slevmar_outlid(float* r, int n, float thresh, float* ls, char* outlmap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
slevmar_stddev
float slevmar_stddev(float* 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