NTPoly
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 Cchebyshevsolversmodule::chebyshevpolynomial_tA datatype that represents a Chebyshev polynomial
 CNTPoly::DistributedMatrixMemoryPool
 Cdistributedmatrixmemorypoolmodule::distributedmatrixmemorypool_tA memory pool datatype that can be reused for matrix matrix multiplication. this is to prevent excessive alloc/dealloc
 CNTPoly::DistributedSparseMatrixA Module For Performing Distributed Sparse Matrix Operations
 Cdistributedsparsematrixmodule::distributedsparsematrix_tA datatype for a distributed blocked CSR matrix
 Cerrormodule::error_tA type that can be passed around to accumulate errors
 CNTPoly::FixedSolverParametersA class to store all the parameters used for solvers
 Cfixedsolversmodule::fixedsolverparameters_tA class for passing parameters to an iterative solver
 Cmatrixgathermodule::gatherhelper_tA data structure to stores internal information about a gather call
 Chermitesolversmodule::hermitepolynomial_tA datatype that represents a Hermite polynomial
 CNTPoly::IterativeSolverParametersA class to store all the parameters used for solvers
 Citerativesolversmodule::iterativesolverparameters_tA class for passing parameters to an iterative solver
 CNTPoly::LoadBalancerA data structure for storing permutations
 CNTPoly::MatrixMemoryPool
 Cmatrixmemorypoolmodule::matrixmemorypool_tA memory pool datatype that can be reused for matrix matrix multiplication. this is to prevent excessive alloc/dealloc
 CNTPoly::PermutationA data structure for storing permutations
 Cpermutationmodule::permutation_tA data structure for storing permutations
 Cpolynomialsolversmodule::polynomial_tA datatype that represents a polynomial
 CNTPoly::SolverBaseA class that serves as the base class for all the solvers
 CNTPoly::ChebyshevPolynomialA Class For Computing Matrix functions based on Chebyshev polynomials
 CNTPoly::DensityMatrixSolversA Class For Solving Chemistry Systems Based On Sparse Matrices
 CNTPoly::EigenBoundsA class for computing eigen bounds matrices
 CNTPoly::ExponentialSolversA Module For Computing General Matrix Exponentials
 CNTPoly::GeometryOptimizationA Class For Solving Chemistry Systems Based On Sparse Matrices
 CNTPoly::HermitePolynomialA Class For Computing Matrix functions based on Hermite polynomials
 CNTPoly::InverseSolversA class for inverting matrices
 CNTPoly::LinearSolversA class for solving matrix equations
 CNTPoly::MinimizerSolversA class for computing the density matrix based on minimization methods
 CNTPoly::PolynomialA Class For Computing General Matrix Polynomials
 CNTPoly::RootSolversA Class For Computing General Matrix Roots
 CNTPoly::SignSolversA Class For Computing The Matrix Sign Function
 CNTPoly::SquareRootSolversA Class For Computing The Square Root of a Matrix
 CNTPoly::TrigonometrySolversA Module For Computing Trigonometric functions of a Matrix
 CNTPoly::SparseMatrixA datatype for storing a CSR matrix
 Csparsematrixmodule::sparsematrix_tA datatype for storing a CSR matrix
 Csparsematrixiteratormodule::sparsematrixiterator_tA datatype for iterating over a CSR matrix
 CNTPoly::TripletA Class For Storing Triplets of Integer, Integer, Double
 Ctripletmodule::triplet_tA data type for a triplet of integer, integer, double. As this is related to matrix multiplication, the referencing indices are rows and columns
 CNTPoly::TripletList
 Ctripletlistmodule::tripletlist_tA data type for a list of triplets. As this is related to matrix multiplication, the referencing indices are rows and columns