MBO
 All Data Structures Files Functions Variables Typedefs Enumerations Modules Pages
Typedefs | Functions
MboNumSubMatrix.h File Reference

Submatrices of numerical operators. More...

#include <MboExport.h>
#include <MboIndices.h>
#include <MboAmplitude.h>
#include <MboNumOp.h>

Go to the source code of this file.

Typedefs

typedef struct MboNumSubMatrix_t * MboNumSubMatrix
 Data type for sub matrices. More...
 

Functions

MBO_EXPORT MBO_STATUS mboNumSubMatrixCreate (MboNumOp op, MboGlobInd rmin, MboGlobInd rmax, MboGlobInd cmin, MboGlobInd cmax, MboNumSubMatrix *submat)
 Create a sub matrix from an existing MboNumOp. More...
 
MBO_EXPORT void mboNumSubMatrixDestroy (MboNumSubMatrix *m)
 
MBO_EXPORT void mboNumSubMatrixSetTile (MboNumSubMatrix m, MboGlobInd rmin, MboGlobInd rmax, MboGlobInd cmin, MboGlobInd cmax)
 
MBO_EXPORT MBO_STATUS mboNumSubMatrixMatVec (struct MboAmplitude alpha, MboNumSubMatrix m, struct MboAmplitude *x, struct MboAmplitude beta, struct MboAmplitude *y)
 

Detailed Description

Submatrices of numerical operators.

See also
MboNumOp, mboNumOpCompile, MboTensorOp