|
muMECH
1.0
|
#include "matrixOperations.h"#include "elementaryFunctions.h"#include "macros.h"#include <math.h>Go to the source code of this file.
Namespaces | |
| mumech | |
Functions | |
| void | mumech::ludcmp (double **a, int n, int *indx, double *d) |
| void | mumech::lubksb (double **a, int n, int *indx, double b[]) |