Soe.band

From Nemesis
Revision as of 21:14, 2 February 2007 by Fotis (Talk | contribs)

(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

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 (DGETRF and DGTRS) 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