CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected] 2010/05/11 11:11:32

Log message:
    Import colamd, needed for upcoming octave update.
    
    The COLAMD column approximate minimum degree ordering algorithm computes a
    permutation vector P such that the LU factorization of A (:,P) tends to be
    sparser than that of A. The Cholesky factorization of (A (:,P))'*(A (:,P)) 
will
    also tend to be sparser than that of A'*A. SYMAMD is a symmetric minimum 
degree
    ordering method based on COLAMD, available as a MATLAB-callable function. It
    constructs a matrix M such that M'*M has the same pattern as A, and then 
uses
    COLAMD to compute a column ordering of M. Colamd and symamd tend to be 
faster
    and generate better orderings than their MATLAB counterparts, colmmd and 
symmmd.
    
    Status:
    
    Vendor Tag: pirofti
    Release Tags:       pirofti_20100511
    
    N ports/math/colamd/Makefile
    N ports/math/colamd/distinfo
    N ports/math/colamd/files/Makefile
    N ports/math/colamd/pkg/DESCR
    N ports/math/colamd/pkg/PFRAG.shared
    N ports/math/colamd/pkg/PLIST
    
    No conflicts created by this import

Reply via email to