Skip to content

aeigis88/Elemental

 
 

Repository files navigation

Elemental is a modern C++ library for distributed-memory dense and sparse-direct linear algebra. The library was initially released in Elemental: A new framework for distributed memory dense linear algebra and has recently absorbed the functionality from the sparse-direct solver Clique.

Please visit the download page for download instructions, but note that 0.85 wil be the first release containing sparse-direct support.

Documentation

The documentation for the development version of Elemental is built using Sphinx.

Related open-source packages

Implementations (in alphabetical order):

Wrappers:

Note that PETSc contains an interface for some of Elemental's functionality.

Elemental's root directory

This is the root directory of the entire project, and it contains:

  • AUTHORS: the list of source code contributors
  • cmake/: auxiliary files for CMake configuration
  • CMakeLists.txt: the CMake configuration file
  • examples/: various concise examples of Elemental's functionality
  • experimental/: experimental code which is not yet library quality
  • external/: external code which Elemental (optionally) builds on top of
  • include/: Elemental's C++ and C header files, as well as a python interface
  • LICENSE: the New BSD License file
  • octave/: pedagogical versions of algorithms used in Elemental (at the moment, just a rank-one modification of an LU factorization)
  • PUBLICATIONS: publications directly related to this source code
  • README.md: this file
  • REFERENCES: some publications referenced in the creation of this software
  • sanbox/: A makefile and test driver meant to be modified for testing an installation of the library
  • src/: Elemental's source files
  • tests/: programs meant to test the accuracy/correctness of Elemental
  • TODO: an incomplete list of near/long-term goals of the project
  • vagrant/: lightweight preconfigured virtual-machines for Elemental

About

Distributed-memory dense and sparse-direct linear algebra

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 77.4%
  • Python 13.3%
  • C 8.8%
  • TeX 0.3%
  • MATLAB 0.2%
  • Ruby 0.0%