ResultCode (ENUM)ΒΆ

TYPE ResultCode :

The possible result codes for matrix operations.
InOut:

Name

Initial

Comment

OK

0

Success

INVALID_DIMENSION

1

The dimension(s) are invalid

INVALID_STORAGE

2

The matrix storage is 0

SINGULAR_MATRIX

3

The matrix is singular

DIV_BY_ZERO

4

A division by zero is attempted