NTPoly
Data Types List
Here are the data types with brief descriptions:
[detail level 12]
 NchebyshevsolversmoduleA Module For Computing Matrix functions based on Chebyshev polynomials
 Cchebyshevpolynomial_tA datatype that represents a Chebyshev polynomial
 NdistributedmatrixmemorypoolmoduleA module for handling scratch memory for distributed matrix multiplication
 Cdistributedmatrixmemorypool_tA memory pool datatype that can be reused for matrix matrix multiplication. this is to prevent excessive alloc/dealloc
 NdistributedsparsematrixmoduleA Module For Performing Distributed Sparse Matrix Operations
 Cdistributedsparsematrix_tA datatype for a distributed blocked CSR matrix
 NerrormoduleA (under development) module to do handle error passing
 Cerror_tA type that can be passed around to accumulate errors
 NfixedsolversmoduleParameters for a fixed size polynomial solver
 Cfixedsolverparameters_tA class for passing parameters to an iterative solver
 NhermitesolversmoduleA module for computing matrix functions based on Hermite polynomials. The Physicist variety
 Chermitepolynomial_tA datatype that represents a Hermite polynomial
 NiterativesolversmoduleA Module For Storing The Parameters For Iterative Solvers
 Citerativesolverparameters_tA class for passing parameters to an iterative solver
 NmatrixgathermoduleModule for gathering matrices across processes
 Cgatherhelper_tA data structure to stores internal information about a gather call
 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
 Cmatrixmemorypool_tA memory pool datatype that can be reused for matrix matrix multiplication. this is to prevent excessive alloc/dealloc
 NNTPolyC++ interface to NTPoly
 CChebyshevPolynomialA Class For Computing Matrix functions based on Chebyshev polynomials
 CDensityMatrixSolversA Class For Solving Chemistry Systems Based On Sparse Matrices
 CDistributedMatrixMemoryPool
 CDistributedSparseMatrixA Module For Performing Distributed Sparse Matrix Operations
 CEigenBoundsA class for computing eigen bounds matrices
 CExponentialSolversA Module For Computing General Matrix Exponentials
 CFixedSolverParametersA class to store all the parameters used for solvers
 CGeometryOptimizationA Class For Solving Chemistry Systems Based On Sparse Matrices
 CHermitePolynomialA Class For Computing Matrix functions based on Hermite polynomials
 CInverseSolversA class for inverting matrices
 CIterativeSolverParametersA class to store all the parameters used for solvers
 CLinearSolversA class for solving matrix equations
 CLoadBalancerA data structure for storing permutations
 CMatrixMemoryPool
 CMinimizerSolversA class for computing the density matrix based on minimization methods
 CPermutationA data structure for storing permutations
 CPolynomialA Class For Computing General Matrix Polynomials
 CRootSolversA Class For Computing General Matrix Roots
 CSignSolversA Class For Computing The Matrix Sign Function
 CSolverBaseA class that serves as the base class for all the solvers
 CSparseMatrixA datatype for storing a CSR matrix
 CSquareRootSolversA Class For Computing The Square Root of a Matrix
 CTrigonometrySolversA Module For Computing Trigonometric functions of a Matrix
 CTripletA Class For Storing Triplets of Integer, Integer, Double
 CTripletList
 NpermutationmoduleModule for load balancing the matrix multiplication calculation
 Cpermutation_tA data structure for storing permutations
 NpolynomialsolversmoduleA Module For Computing General Matrix Polynomials
 Cpolynomial_tA datatype that represents a polynomial
 NsparsematrixiteratormoduleA module for an iterator that allows one to easily iterate over elements
 Csparsematrixiterator_tA datatype for iterating over a CSR matrix
 NsparsematrixmoduleA module for handling locally stored CSR matrices
 Csparsematrix_tA datatype for storing a CSR matrix
 NtripletlistmoduleA Module For Storing Lists of triplets
 Ctripletlist_tA data type for a list of triplets. As this is related to matrix multiplication, the referencing indices are rows and columns
 NtripletmoduleA Module For Storing Triplets of Integer, Integer, Double
 Ctriplet_tA data type for a triplet of integer, integer, double. As this is related to matrix multiplication, the referencing indices are rows and columns