Skip to content

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

License

Notifications You must be signed in to change notification settings

devsim/umfpack_lgpl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 77.7%
  • Fortran 6.3%
  • TeX 4.3%
  • Makefile 4.3%
  • MATLAB 2.9%
  • Python 2.1%
  • Other 2.4%