xerus
a general purpose tensor library
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 Cxerus::internal::IndexedTensorReadOnly< xerus::Tensor >
 Cstd::exceptionSTL class
 Cxerus::misc::generic_errorThe xerus exception class
 Cxerus::ADFVariantWrapper class for all ADF variants
 Cxerus::ADFVariant::InternalSolver< MeasurmentSet >
 Cxerus::ALSVariantWrapper class for all ALS variants (dmrg etc.)
 Cxerus::ALSVariant::ALSAlgorithmicData
 Cxerus::ALSVariant::ALSAlgorithmicData::ContractedTNCache
 Cxerus::GeometricCGVariantWrapper class for all geometric (ie. Riemannian) CG variants
 Cxerus::HOSVDRetractionRetraction that performs a HOSVD to project back onto the Manifold
 Cxerus::IndexClass used to represent indices that can be used to write tensor calculations in index notation
 Cxerus::internal::CholmodCommonWrapper object for the cholmod_common struct to automatically call the constructor and destructor
 Cxerus::internal::CholmodCommon::RestrictedAccess
 Cxerus::internal::CholmodSparseWrapper class for the cholmod sparse matrix objects
 Cxerus::internal::IndexedTensorListInternal representation of a tuple of indexed Tensor s
 Cxerus::internal::IndexedTensorReadOnly< tensor_type >Internal representation of an readable indexed Tensor or TensorNetwork
 Cxerus::internal::IndexedTensorWritable< tensor_type >Abstract internal representation of an read and writeable indexed Tensor or TensorNetwork
 Cxerus::internal::IndexedTensor< xerus::Tensor >
 Cxerus::internal::IndexedTensor< tensor_type >Internal representation of an readable and writeable indexed Tensor or TensorNetwork
 Cxerus::internal::IndexedTensorMoveable< tensor_type >Internal representation of an read and write and moveable indexed Tensor or TensorNetwork
 Cxerus::InternalSolver
 Cxerus::MeasurmentComparator< MeasurmentSet >
 Cxerus::misc::internal::bfdResolverClass to load symbols and resolve address pointers
 Cxerus::misc::internal::bfdResolver::storedBfdRelevant information belonging to a single bfd
 Cxerus::misc::internal::LogFlag< lvl >
 Cxerus::misc::LimitExtractor< ft_type >Classes that can extract an estimate of the limit of a sequence
 Cxerus::misc::RichardsonExtrapolation< ft_type >Limit extraction using the richardson extrapolation
 Cxerus::misc::ShanksTransformation< ft_type >Limit extraction using the shanks transformation aka Aitken process
 Cxerus::misc::LogHistogramA logarithmic histogram, i.e. the size of all buckets is given by a constant factor [x - x*base)
 Cxerus::PerformanceDataStorage class for the performance data collected during an algorithm (typically iteration count, time and residual)
 Cxerus::PerformanceData::DataPoint
 Cxerus::RankOneMeasurementSet
 Cxerus::SinglePointMeasurementSetClass used to represent a single point measurments
 Cxerus::SteepestDescentVariantWrapper class for all steepest descent variants
 Cxerus::TensorClass that handles simple (non-decomposed) tensors in a dense or sparse representation
 Cxerus::TensorFactorisationAbstract super class for all tensor factorisations
 Cxerus::CQHelper class to allow an intuitive syntax for an rank revealing orthogonal factorisation
 Cxerus::QCHelper class to allow an intuitive syntax for an rank revealing orthogonal factorisation
 Cxerus::QRHelper class to allow an intuitive syntax for QR factorisations
 Cxerus::RQHelper class to allow an intuitive syntax for RQ factorisations
 Cxerus::SVDHelper class to allow an intuitive syntax for SVD factorisations
 Cxerus::TensorNetworkVery general class used to represent arbitary tensor networks
 Cxerus::TTNetwork< false >
 Cxerus::internal::TTStack< isOperator >Internal class used to represent stacks of (possibly multiply) applications of TTOperators to either a TTTensor or TTOperator
 Cxerus::TTNetwork< isOperator >Specialized TensorNetwork class used to represent TTTensor and TToperators
 Cxerus::TensorNetwork::LinkClass representing a link from a TensorNode to another node or an external index
 Cxerus::TensorNetwork::TensorNodeUsed by the class TensorNetwork to store the componentent tensors defining the network
 Cxerus::TTTangentVectorClass to compactly represent tangent vectors of the manifold of constant TT-rank
 Cxerus::UQMeasurementSet