Beschreibung |
UMFPACK is a set of routines for solving unsymmetric sparse linear systems, Ax=b, using the Unsymmetric MultiFrontal method. Written in ANSI/ISO C, with a MATLAB (Version 6.0 and later) interface. It appears as a built-in routine (for lu, backslash, and forward slash) in MATLAB 6.5. . The new code is typically faster than V2.2.1, uses dynamic memory allocation, and has a symbolic preordering and analysis phase that also reports the upper bounds on the nonzeros in L and U, flop count, and memory usage in the numeric phase. It includes a Matlab interface. V4.0 is for real and complex matrices, rectangular and square, and both non-singular and singular.
|