GithubHelp home page GithubHelp logo

wangyu9 / suitesparse.py Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pythonoptimizers/suitesparse.py

0.0 1.0 0.0 2.32 MB

Cython/Python interface to SuiteSparse

License: GNU General Public License v3.0

Python 99.30% COBOL 0.70%

suitesparse.py's Introduction

SuiteSparse.py

Cython/Python interface to SuiteSparse.

You can use any Python/Cython libraries that implement sparse matrices but SuiteSparse.py is really well integrated with CySparse.

SuiteSparse is a huge project written mainly in C and C++. We try to adhere as much as we can to the original libraries and provide both the common and the advanced usages of each sub libraries. Python not being C nor C++, some choices had to be made. See the documentation on how to use this Cython/Python wrapper.

Our whish: if you know Python and know the SuiteSparse library, you'll very quickly be able to use SuiteSparse.py to its fullest.

Announcements

Working on UMFPACK. Not urgent but "easy" and a good start!

Nikolaj

Dependencies

You need to install SuiteSparse. Pay attention to the fact that you need to install the dynamic libraries, not the static ones.

Althought SuiteSparse.py has been optimized to use sparse matrices from CySparse, you don't have to install CySparse! It's strongly recommended but not mandatory.

  • NumPy

Installation

Python version

Cython version

Run tests

Run performance tests

What is implemented?

  • UMFPACK Versions 5.7.1 (Oct 10, 2014)
  • CHOLMOD Versions 3.0.3 (Oct 23, 2014)
  • SPQR
  • KLU
  • BTF
  • AMD
  • CAMD
  • COLAMD
  • CCOLAMD

Release history

  • Version 0.1.0 released on Jan 10, 2016

    Added tests (48) for basic UMFPACK get_LU(). Introduced CHOLMOD.

  • Version 0.0.1 released on Dec 31, 2015

    Added basic UMFPACK for CySparse LLSparseMatrix matrices.

suitesparse.py's People

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.