Submatrices of numerical operators. More...
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) |
Submatrices of numerical operators.
1.8.8