NTPoly
Modules List
Here is a list of all documented modules with brief descriptions:
 NchebyshevsolversmoduleA Module For Computing Matrix functions based on Chebyshev polynomials
 NdatatypesmoduleA module to store specifications for basic data types
 NdensematrixmoduleThis module allows one to convert a sparse matrix to a dense matrix. It also supports dense the dense versions of core matrix routines. This module is used in situations where matrices become too dense for good sparse matrix performance
 NdensitymatrixsolversmoduleA Module For Solving Quantum Chemistry Systems using Purification
 NdistributedmatrixmemorypoolmoduleA module for handling scratch memory for distributed matrix multiplication
 NdistributedsparsematrixalgebramoduleA Module For Performing Distributed Sparse Matrix Algebra Operations
 NdistributedsparsematrixmoduleA Module For Performing Distributed Sparse Matrix Operations
 NeigenboundsmoduleA module for computing estimates of the bounds of a matrix's spectrum
 NerrormoduleA (under development) module to do handle error passing
 NexponentialsolversmoduleA Module For Computing Matrix Exponentials and Logarithms
 NfixedsolversmoduleParameters for a fixed size polynomial solver
 NgemmtasksmoduleThis module contains some enumerators which name the tasks for Gemm
 NgeometryoptimizationmoduleA Module For Geometry Optimization
 NhermitesolversmoduleA module for computing matrix functions based on Hermite polynomials. The Physicist variety
 NinversesolversmoduleA Module For Computing The Inverse of a Matrix
 NiterativesolversmoduleA Module For Storing The Parameters For Iterative Solvers
 NlinearsolversmoduleSolve the matrix equation AX = B
 NloadbalancermoduleModule for load balancing the matrix multiplication calculation
 NloggingmoduleA module for writing data to the log file
 NmatrixgathermoduleModule for gathering matrices across processes
 NmatrixmarketmoduleThis module contains helpers for processing matrix market files
 NmatrixmemorypoolmoduleA module for handling scratch memory for matrix multiplication. The purpose of this module is to avoid having to allocate memory on the heap during a matrix multiply, and to manage the underlying hash table
 NminimizersolversmoduleA Module For Solving Systems Quantum Chemistry Systems Using Minimization
 NntmpimoduleThis module wraps the MPI include statement because on certain platforms just writing "USE MPI" does not work
 NNTPolyC++ interface to NTPoly
 NparameterconvertermoduleConvert between different types of parameters
 NpermutationmoduleModule for load balancing the matrix multiplication calculation
 NpolynomialsolversmoduleA Module For Computing General Matrix Polynomials
 NprocessgridmoduleA module to manage the process grid
 NrootsolversmoduleA Module For Computing General Matrix Roots
 NsignsolversmoduleA Module For Computing The Matrix Sign Function
 NsparsematrixalgebramoduleA module for performing linear algebra using sparse matrices
 NsparsematrixiteratormoduleA module for an iterator that allows one to easily iterate over elements
 NsparsematrixmoduleA module for handling locally stored CSR matrices
 NsparsevectormoduleA module for handling compressed vectors. Compressed vectors are stored in two lists. The first is a list of indices, the second a list of values. This module can add two of those vectors together
 NsquarerootsolversmoduleA Module For Computing The Square Root of a Matrix
 NtimermoduleA module to do timings
 NtrigonometrysolversmoduleA Module For Computing Trigonometric functions of a Matrix
 NtripletlistmoduleA Module For Storing Lists of triplets
 NtripletmoduleA Module For Storing Triplets of Integer, Integer, Double