sym_getMatrix

To get the constraint matrix.

Calling Sequence

sym_getMatrix()

Description

This routine is used to get the constraint matrix as sparse matrix in a standard row-ordered format.

If there was an error it prints to Scilab console.

Arguments

This function takes no arguments

Return value

It returns a row-ordered sparse matrix.

Examples

ans=sym_getMatrix()

Authors

  • Sai Kiran Naragam