Uses of Class
edu.ufl.cise.amd.tdouble.Damd

Uses of Damd in edu.ufl.cise.amd.tdouble
 

Subclasses of Damd in edu.ufl.cise.amd.tdouble
 class Damd_1
          AMD_1: Construct A+A' for a sparse matrix A and perform the AMD ordering.
 class Damd_2
          AMD_2: performs the AMD ordering on a symmetric sparse matrix A, followed by a postordering (via depth-first search) of the assembly tree using the AMD_postorder routine.
 class Damd_aat
          AMD_aat: compute the symmetry of the pattern of A, and count the number of nonzeros each column of A+A' (excluding the diagonal).
 class Damd_control
          User-callable.
 class Damd_defaults
           
 class Damd_dump
          Debugging routines for AMD.
 class Damd_info
          User-callable.
 class Damd_internal
           
 class Damd_order
          User-callable AMD minimum degree ordering routine.
 class Damd_post_tree
          Post-ordering of a supernodal elimination tree.
 class Damd_postorder
          Perform a postordering (via depth-first search) of an assembly tree.
 class Damd_preprocess
          Sorts, removes duplicate entries, and transposes from the nonzero pattern of a column-form matrix A, to obtain the matrix R.
 class Damd_valid
          Check if a column-form matrix is valid or not.
 



Copyright © 2012. All Rights Reserved.