#include "ell.h"

Functions | |
| int | ell_Nm_check (Nrrd *mat, int doNrrdCheck) |
| int | ell_Nm_tran (Nrrd *ntrn, Nrrd *nmat) |
| int | ell_Nm_mul (Nrrd *nAB, Nrrd *nA, Nrrd *nB) |
| int | _ell_LU_decomp (double *aa, size_t *indx, size_t NN) |
| void | _ell_LU_back_sub (double *aa, size_t *indx, double *bb, size_t NN) |
| int | _ell_inv (double *inv, double *_mat, size_t NN) |
| int | ell_Nm_inv (Nrrd *ninv, Nrrd *nmat) |
| int | ell_Nm_pseudo_inv (Nrrd *ninv, Nrrd *nA) |
| int | ell_Nm_wght_pseudo_inv (Nrrd *ninv, Nrrd *nA, Nrrd *nW) |
| int _ell_inv | ( | double * | inv, | |
| double * | _mat, | |||
| size_t | NN | |||
| ) |
| void _ell_LU_back_sub | ( | double * | aa, | |
| size_t * | indx, | |||
| double * | bb, | |||
| size_t | NN | |||
| ) |
| int _ell_LU_decomp | ( | double * | aa, | |
| size_t * | indx, | |||
| size_t | NN | |||
| ) |
| int ell_Nm_check | ( | Nrrd * | mat, | |
| int | doNrrdCheck | |||
| ) |
1.5.6