Soe.symm
From Nemesis
The following article describes the use of the soe.symm command. This command is used to define a symmetric packed storage scheme for storing the system of equations. Lapack's computational routines (DSPTRF and DSPTRS) are then used to solve the system.
Contents |
Syntax
soe.symm()
Examples
Define a symmetric packed scheme for storing the system of equations and the corresponding Lapack's routines] to solve it:
soe.symm()
Comments
An exception is thrown if the system of equations cannot be solved.
See also
- soe module.
- User guide.