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
typecastx.c File Reference
#include "mex.h"
#include <string.h>
Include dependency graph for typecastx.c:

Go to the source code of this file.

Classes

struct  mxArray_Tag
 

Macros

#define mwIndex   int
 
#define mwSignedIndex   int
 
#define mwSize   int
 
#define VariableType_Temporary   4
 

Functions

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

Macro Definition Documentation

#define mwIndex   int

Definition at line 100 of file typecastx.c.

#define mwSignedIndex   int

Definition at line 101 of file typecastx.c.

#define mwSize   int

Definition at line 102 of file typecastx.c.

Referenced by mexFunction().

#define VariableType_Temporary   4

Definition at line 107 of file typecastx.c.

Referenced by mexFunction().

Function Documentation

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

Definition at line 180 of file typecastx.c.

References mxArray_Tag.ClassID, mxArray_Tag.flags, k, mwSize, mxCreateSharedDataCopy(), mxArray_Tag.ndim, mxArray_Tag.VariableType, and VariableType_Temporary.

Here is the call graph for this function:

mxArray* mxCreateSharedDataCopy ( const mxArray *  mx)

Referenced by mexFunction().

Here is the caller graph for this function: