kiwifb / linbox

LinBox - C++ library for exact, high-performance linear algebra

Home Page:http://linalg.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Linbox Library

Build Status

Purpose

The Linbox library provides functionality for exact linear algebra. See doc/mainpage.doxy for more info.

Installation

See doc/install-dev.html for installation from the git lastest version. See doc/install-dist.html for installation from a release tarball. See INSTALL for generic installation information.

Availability

From github.com/linbox-team

Requirements

  • GMP
  • any BLAS (Fortran or C): e.g. ATLAS, OpenBLAS, ...
  • Givaro
  • fflas-ffpack

Optional Dependencies

  • NTL,
  • IML,
  • FLINT,
  • M4RI,
  • M4RIE

See doc/install*html for details.

This library requires the GNU C++ compiler (gcc-4.3 or newer) or any compiler supporting advanced template features.

Contact and discussions

Corrections, suggestions and comments to linbox-use@googlegroups.com

About

LinBox - C++ library for exact, high-performance linear algebra

http://linalg.org

License:GNU Lesser General Public License v2.1


Languages

Language:C++ 76.5%Language:C 20.0%Language:M4 1.4%Language:Makefile 1.1%Language:Shell 0.6%Language:Groff 0.2%Language:Python 0.1%Language:Perl 0.0%