Author: qboosh Date: Wed Dec 26 12:49:45 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - desc for CCOLAMD not COLAMD - ghost soname symlink - added ChangeLog to doc - LGPL v2.1+
---- Files affected: SPECS: CCOLAMD.spec (1.8 -> 1.9) ---- Diffs: ================================================================ Index: SPECS/CCOLAMD.spec diff -u SPECS/CCOLAMD.spec:1.8 SPECS/CCOLAMD.spec:1.9 --- SPECS/CCOLAMD.spec:1.8 Fri Dec 7 18:22:17 2007 +++ SPECS/CCOLAMD.spec Wed Dec 26 13:49:40 2007 @@ -4,7 +4,7 @@ Name: CCOLAMD Version: 2.7.1 Release: 3 -License: LGPL +License: LGPL v2.1+ Group: Libraries Source0: http://www.cise.ufl.edu/research/sparse/ccolamd/%{name}-%{version}.tar.gz # Source0-md5: 04b0b27fae6795612ce779a3f6381cb7 @@ -16,28 +16,24 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -The COLAMD column approximate minimum degree ordering algorithm +The CCOLAMD 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 +A'*A. CSYMAMD is a symmetric minimum degree ordering method based on +CCOLAMD, 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. +CCOLAMD to compute a column ordering of M. %description -l pl.UTF-8 Przybliżony algorytm porządkowania minimalnego stopnia dla kolumn -(COLAMD) oblicza wektor permutacji P taki, że rozkład LU A (:,P) jest +CCOLAMD oblicza wektor permutacji P taki, że rozkład LU A (:,P) jest bardziej rzadki niż A. Rozkład Cholesky'ego (A (:,P))'*(A (:,P)) także -jest rzadszy niż A'*A. SYMAND to przybliżony algorytm porządkowania -minimalnego stopnia dla macierzy symetrycznych oparty na COLAMD, +jest rzadszy niż A'*A. CSYMAND to przybliżony algorytm porządkowania +minimalnego stopnia dla macierzy symetrycznych oparty na CCOLAMD, dostępny jako funkcja do wywołania z MATLAB-a. Tworzy macierz M taką, -że M'*M ma ten sam wzór co A, a następnie używa algorytmu COLAMD do -obliczenia porządku kolumn M. COLAMD i SYMAMD są szybsze i generują -lepsze uporządkowania niż ich odpowiedniki z MATLAB-a: colmmd i -symmmd. +że M'*M ma ten sam wzór co A, a następnie używa algorytmu CCOLAMD do +obliczenia porządku kolumn M. %package devel Summary: Header files for CCOLAMD library @@ -94,8 +90,9 @@ %files %defattr(644,root,root,755) -%doc README.txt +%doc README.txt Doc/ChangeLog %attr(755,root,root) %{_libdir}/libccolamd.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libccolamd.so.0 %files devel %defattr(644,root,root,755) @@ -113,6 +110,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.9 2007-12-26 12:49:40 qboosh +- desc for CCOLAMD not COLAMD +- ghost soname symlink +- added ChangeLog to doc +- LGPL v2.1+ + Revision 1.8 2007-12-07 17:22:17 baggins - rel 3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/CCOLAMD.spec?r1=1.8&r2=1.9&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
