KesMatrixSetDim
Interface Definition
KesReturnCode KesMatrixSetDim(KesMatrix A, int nRows, int nCols);
Interface Description
Sets the global dimension of the matrix.
Parameters
Parameter |
Type |
Description |
Input/Output |
|---|---|---|---|
A |
KesMatrix |
Handle to the matrix. It cannot be a null pointer. |
Input/Output |
nRows |
int |
Number of global rows in the matrix. |
Input |
nCols |
int |
Number of global columns in the matrix. |
Input |
Parent topic: Functions for Creating Internal Targets