Elemental Banner
  • About
  • Download
  • Documentation
  • Citing
  • Contributing
  • Support
  • Help

Core functionality¶

  • Imported library routines
    • BLAS
    • LAPACK
    • MPI
    • PMRRR
    • libFLAME
  • Environment
    • Build and version information
    • Set up and clean up
    • Blocksize manipulation
    • Default process grid
    • Call stack manipulation
    • Custom exceptions
    • Complex data
    • Scalar manipulation
    • Other typedefs and enums
    • Indexing utilities
  • Sequential matrices
    • Special cases used in Elemental
  • Process grids
  • Distributed matrices
    • AbstractDistMatrix
    • GeneralDistMatrix
    • DistMatrix
  • Matrix views
    • View a full matrix
    • View a submatrix
    • View 1x2 matrices
    • View 2x1 matrices
    • View 2x2 matrices
  • Matrix partitions
    • PartitionUp
    • PartitionDown
    • PartitionLeft
    • PartitionRight
    • PartitionUpDiagonal
    • PartitionUpOffsetDiagonal
    • PartitionDownDiagonal
    • PartitionDownOffsetDiagonal
  • Repartitioning matrices
    • RepartitionUp
    • RepartitionDown
    • RepartitionLeft
    • RepartitionRight
    • RepartitionUpDiagonal
    • RepartitionDownDiagonal
  • Moving partitions
    • SlidePartitionUp
    • SlidePartitionDown
    • SlidePartitionLeft
    • SlidePartitionRight
    • SlidePartitionUpDiagonal
    • SlidePartitionDownDiagonal
  • The “Axpy” interface

Usage documentation

  • Documentation
  • Download

Developer resources

  • Elemental on GitHub
  • Supported compilers/toolchains
  • File archive

© Copyright 2013-2016, Jack Poulson.
Modification of fenicsproject.org [© Copyright 2013, The FEniCS Project].