Adding name, desc and url.
[AMDJ.git] / README.md
blob8d3b45ad02e75741a177355f8ef73e15ef05fc56
1 AMDJ
2 ====
4 A set of routines for ordering a sparse matrix prior to Cholesky
5 factorization. A translation of
6 [AMD](http://www.cise.ufl.edu/research/sparse/amd/) into Java by
7 Richard Lincoln.
9 License and Copyright
10 ---------------------
12 Copyright (C) 2009-2011 Timothy A. Davis, Patrick R. Amestoy,
13 and Iain S. Duff.  
14 Copyright (C) 2011-2012 Richard Lincoln
16 AMDJ is free software; you can redistribute it and/or modify it under
17 the terms of the GNU Lesser General Public License as published by
18 the Free Software Foundation; either version 2.1 of the License, or
19 (at your option) any later version.
21 [![Build Status](https://secure.travis-ci.org/rwl/AMDJ.png)](http://travis-ci.org/rwl/AMDJ)