Skip to content
/ LELA Public
forked from Singular/LELA

Library for exact linear algebra, a C++ template-library based originally on LinBox intended for F4-like implementations

License

Notifications You must be signed in to change notification settings

martani/LELA

Repository files navigation

Library for Exact Linear Algebra (LELA)
=======================================

LELA is a C++ template-library for computations in (normally) exact
linear algebra. It is flexible in two respects:
  - the choice of ring over which to compute
  - the choice of vector- and matrix-representation, i.e. dense vs. sparse

LELA uses C++ templates to provide the best feasible performance for
each of the above choices. It also includes wrappers for some other
libraries, such as M4RI (see http://m4ri.sourceforge.net/) and CBLAS
to make use of highly specialised implementations available in certain
cases. All of these dependencies are optional; if the libraries are
not present, LELA will fall back to its own routines at a cost of some
performance.

An introductory tutorial on the use of LELA may be found in the file
doc/tutorial.html

LELA was originally derived from LinBox (see http://www.linalg.org/).

About

Library for exact linear algebra, a C++ template-library based originally on LinBox intended for F4-like implementations

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 71.6%
  • XML 12.3%
  • C 10.8%
  • Objective-C 3.5%
  • Shell 1.8%