xerus
a general purpose tensor library
|
Cxerus::internal::IndexedTensorReadOnly< xerus::Tensor > | |
▼Cstd::exception | STL class |
Cxerus::misc::generic_error | The xerus exception class |
Cxerus::ADFVariant | Wrapper class for all ADF variants |
Cxerus::ADFVariant::InternalSolver< MeasurmentSet > | |
Cxerus::ALSVariant | Wrapper class for all ALS variants (dmrg etc.) |
Cxerus::ALSVariant::ALSAlgorithmicData | |
Cxerus::ALSVariant::ALSAlgorithmicData::ContractedTNCache | |
Cxerus::GeometricCGVariant | Wrapper class for all geometric (ie. Riemannian) CG variants |
Cxerus::HOSVDRetraction | Retraction that performs a HOSVD to project back onto the Manifold |
Cxerus::Index | Class used to represent indices that can be used to write tensor calculations in index notation |
Cxerus::internal::CholmodCommon | Wrapper object for the cholmod_common struct to automatically call the constructor and destructor |
Cxerus::internal::CholmodCommon::RestrictedAccess | |
Cxerus::internal::CholmodSparse | Wrapper class for the cholmod sparse matrix objects |
Cxerus::internal::IndexedTensorList | Internal 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::bfdResolver | Class to load symbols and resolve address pointers |
Cxerus::misc::internal::bfdResolver::storedBfd | Relevant 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::LogHistogram | A logarithmic histogram, i.e. the size of all buckets is given by a constant factor [x - x*base) |
Cxerus::PerformanceData | Storage class for the performance data collected during an algorithm (typically iteration count, time and residual) |
Cxerus::PerformanceData::DataPoint | |
Cxerus::RankOneMeasurementSet | |
Cxerus::SinglePointMeasurementSet | Class used to represent a single point measurments |
Cxerus::SteepestDescentVariant | Wrapper class for all steepest descent variants |
Cxerus::Tensor | Class that handles simple (non-decomposed) tensors in a dense or sparse representation |
▼Cxerus::TensorFactorisation | Abstract super class for all tensor factorisations |
Cxerus::CQ | Helper class to allow an intuitive syntax for an rank revealing orthogonal factorisation |
Cxerus::QC | Helper class to allow an intuitive syntax for an rank revealing orthogonal factorisation |
Cxerus::QR | Helper class to allow an intuitive syntax for QR factorisations |
Cxerus::RQ | Helper class to allow an intuitive syntax for RQ factorisations |
Cxerus::SVD | Helper class to allow an intuitive syntax for SVD factorisations |
▼Cxerus::TensorNetwork | Very 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::Link | Class representing a link from a TensorNode to another node or an external index |
Cxerus::TensorNetwork::TensorNode | Used by the class TensorNetwork to store the componentent tensors defining the network |
Cxerus::TTTangentVector | Class to compactly represent tangent vectors of the manifold of constant TT-rank |
Cxerus::UQMeasurementSet |