KmlScasolverMatrixDestroy
Destroy the matrix handle created by the KmlScasolverMatrixCreate function.
Interface Definition
C interface:
int KmlScasolverMatrixDestroy(KmlScasolverMatrix **pMatrix);
Parameters
Parameter |
Type |
Description |
Input/Output |
|---|---|---|---|
pMatrix |
KmlScasolverMatrix ** |
Matrix handle created by KmlScasolverMatrixCreate. |
Input/Output |
Return Value
Return Value |
Type |
Description |
|---|---|---|
KMLSS_NO_ERROR |
int |
Normal execution. |
KMLSS_INTERNAL_ERROR |
int |
Internal error. |
KMLSS_NULL_ARGUMENT |
int |
The value of pMatrix is null. |
Dependencies
#include "kml_scadss.h"
Parent topic: Matrix Functions