devsim / umfpack_lgpl

This is a fork of UMFPACK 5.1 from the SuiteSparse Library. Version 5.1 was the last version available under the LGPL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a fork of UMFPACK from SuiteSparse Version 3.0.0.

This was the last version of UMFPACK (5.1) and AMD under the LGPL version 2.1.

This is to allow the dynamic linking of this package following the terms of the license. Please see the COPYING file for more details.

The umfpack/blaswrapper directory is in development and will be a dll shim making it possible to easily switch the BLAS/LAPACK libraries.

The build system for this project is CMAKE. The symbol visibility specified in the CMakeLists.txt files is hidden. These symbols will be exposed as necessary to get a working implementation.

Since this is a fork from a large repository, it is most efficient to do a shallow clone:

git clone -depth 1 https://github.com/tcaduser/umfpack_lgpl.git

About

This is a fork of UMFPACK 5.1 from the SuiteSparse Library. Version 5.1 was the last version available under the LGPL.

License:GNU Lesser General Public License v2.1


Languages

Language:C 77.9%Language:Fortran 6.3%Language:TeX 4.3%Language:Makefile 4.3%Language:MATLAB 2.9%Language:Python 2.1%Language:Shell 1.4%Language:Roff 0.5%Language:CMake 0.4%Language:sed 0.1%Language:D 0.0%Language:Awk 0.0%