Soe.band

From Nemesis
(Difference between revisions)
Jump to: navigation, search
 
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/dgetrf.f DGETRF] and [http://www.netlib.org/lapack/double/dgetrs.f DGTRS]) are then used to solve the system.
+
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=

Revision as of 21:19, 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

Syntax

soe.band()

Examples

Define a band storage scheme for storing the system of equations and the corresponding Lapack's routines] to solve it:

soe.band()

Comments

An exception is thrown if the system of equations cannot be solved.

See also

Personal tools