Skip to content

arbenson/Elemental

 
 

Repository files navigation

Elemental is a modern C++ library for distributed-memory dense linear algebra. The library was initially released in Elemental: A new framework for distributed memory dense linear algebra and is the key building block for the distributed-memory sparse-direct solver Clique.

Please visit the download page for download instructions.

Documentation

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

Related open-source packages

Implementations:

  1. DPLASMA
  2. PLAPACK
  3. ScaLAPACK (and the add-on, ELPA)

Wrappers:

  1. PETSc
  2. Trilinos

Note that PETSc contains interfaces for both Elemental and Clique.

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
  • doc/: Sphinx documentation
  • examples/: various concise examples of Elemental's functionality
  • experimental/: experimental code which is not yet library quality
  • external/: non-standard external code which Elemental builds on top of
  • include/: Elemental's header files; most of the library resides here
  • LICENSE: the New BSD License file
  • octave/: pedagogical versions of algorithms used in Elemental
  • PUBLICATIONS: publications directly related to this source code
  • README.md: this file
  • REFERENCES: some publications referenced in the creation of this software
  • src/: Elemental's source files; a small portion of the library is here
  • tests/: programs meant to test the accuracy of Elemental
  • TODO: a list of near/long-term goals of the project
  • vagrant/: lightweight preconfigured virtual-machines for Elemental

About

Distributed-memory dense linear algebra

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 92.4%
  • C 7.0%
  • Other 0.6%