![]() |
KerMor
0.9
Model order reduction for nonlinear dynamical systems and nonlinear approximation
|
#include "mex.h"#include "matrix.h"#include <math.h>#include "../kermorpp.h"#include "mstream.h"#include <streambuf>#include <iostream>
Go to the source code of this file.
Functions | |
| 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 17 of file mexTest.cpp.
References kermorpp.KernelExpansion.evaluate(), and kermorpp.KernelExpansion.loadFrom().
