![]() |
KerMor
0.9
Model order reduction for nonlinear dynamical systems and nonlinear approximation
|
#include <mex.h>
#include <math.h>
#include <omp.h>
Go to the source code of this file.
Functions | |
void | sumsq (double *xsq, double *x, int n, int m) |
void | mexFunction (int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) |
void mexFunction | ( | int | nlhs, |
mxArray * | plhs[], | ||
int | nrhs, | ||
const mxArray * | prhs[] | ||
) |
Definition at line 6 of file evaluateMex.c.
Referenced by mexFunction().