IS_INITIALIZED

This procedure checks if the matrix environment is initialized.

Usage

The IS_INITIALIZED stored procedure has the following syntax:
IS_INTIALIZED()
Returns
BOOLEAN TRUE if the matrix environment is initialized; FALSE otherwise.

Examples

CALL nzm..IS_INITIALIZED();

 IS_INITIALIZED
----------------
 t
(1 row)