Soe.band
From Nemesis
(Difference between revisions)
| (One intermediate revision by one user not shown) | |||
| Line 1: | Line 1: | ||
The following article describes the use of the <tt>soe.band</tt> command. | The following article describes the use of the <tt>soe.band</tt> command. | ||
| − | This command is used to define a band storage scheme for storing the [[soe|system of equations]]. [http://www.netlib.org/lapack/ Lapack's] computational routines ([http://www.netlib.org/lapack/double/ | + | This command is used to define a band storage scheme for storing the [[soe|system of equations]]. [http://www.netlib.org/lapack/ Lapack's] computational routines ([http://www.netlib.org/lapack/double/dgbtrf.f DGBTRF] and [http://www.netlib.org/lapack/double/dgbtrs.f DGBTRS]) are then used to solve the system. |
=Syntax= | =Syntax= | ||
| 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.