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