Soe.band
From Nemesis
(Difference between revisions)
| Line 6: | Line 6: | ||
=Examples= | =Examples= | ||
| − | Define a band storage scheme for storing the [[soe|system of equations]] and the corresponding [http://www.netlib.org/lapack/ Lapack | + | Define a band storage scheme for storing the [[soe|system of equations]] and the corresponding [http://www.netlib.org/lapack/ Lapack's] routines] to solve it: |
soe.band() | soe.band() | ||
Latest revision as of 21:22, 2 February 2007
The following article describes the use of the soe.band command. This command is used to define a band storage scheme for storing the system of equations. Lapack's computational routines (DGBTRF and DGBTRS) are then used to solve the system.
Contents |
[edit] Syntax
soe.band()
[edit] Examples
Define a band storage scheme for storing the system of equations and the corresponding Lapack's routines] to solve it:
soe.band()
[edit] Comments
An exception is thrown if the system of equations cannot be solved.
[edit] See also
- soe module.
- User guide.