#include <AMD.h>
Inheritance diagram for AMDhat::

Public Methods | |
| AMDhat () | |
| ~AMDhat () | |
Protected Methods | |
| virtual void | renumber (int &N, VecSimple(int) &PE, VecSimple(int) &IW, VecSimple(int) &LEN, int &IWLEN, int &PFREE, VecSimple(int) &NV, VecSimple(int) &NEXT, VecSimple(int) &LAST, VecSimple(int) &HEAD, VecSimple(int) &ELEN, VecSimple(int) &DEGREE, int &NCMPA, VecSimple(int) &W, int &IOVFLO) |
NAME: AMDhat - special version of class "AMD"
DESCRIPTION:
This class implements a special version of approximate minimum degree numbering based on class "AMD".
|
|
See class "AMD". |
|
|
|
|
|
this is the interface to the renumbering strategy implemented in each class derived from "AMD", possibly being a wrapper to FORTRAN functionality. Reimplemented from AMD. |