KerMor  0.9
Model order reduction for nonlinear dynamical systems and nonlinear approximation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
evaluateMex.c File Reference
#include <mex.h>
#include <math.h>
#include <omp.h>
Include dependency graph for evaluateMex.c:

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[])
 

Function Documentation

void mexFunction ( int  nlhs,
mxArray *  plhs[],
int  nrhs,
const mxArray *  prhs[] 
)

Definition at line 32 of file evaluateMex.c.

References k, l, and sumsq().

Here is the call graph for this function:

void sumsq ( double xsq,
double x,
int  n,
int  m 
)

Definition at line 6 of file evaluateMex.c.

Referenced by mexFunction().

Here is the caller graph for this function: