xerus
a general purpose tensor library
|
▼ include | |
▼ xerus | |
► algorithms | |
► misc | |
basic.h | Header file for shorthand notations that are xerus specific but used throughout the library |
blasLapackWrapper.h | Header file for the blas and lapack wrapper functions |
cholmod_wrapper.h | Header file for suitesparse wrapper functions |
contractionHeuristic.h | Header file for the class managing the contraction heuristics |
index.h | Header file for the Index class |
indexedTensor.h | Header file for the IndexedTensor class |
indexedTensor_tensor_factorisations.h | Header file for the classes defining factorisations of Tensors |
indexedTensorList.h | Header file defining lists of indexed tensors |
indexedTensorMoveable.h | Header file for the IndexedTensorMoveable class |
indexedTensorReadOnly.h | Header file for the IndexedTensorReadOnly class |
indexedTensorWritable.h | Header file for the IndexedTensorWritable class |
measurments.h | Header file for the different measurment classes |
misc.h | Default include file for the misc (ie. non-tensor) functionality |
performanceData.h | Header file for the PerformanceData class |
sparseTimesFullContraction.h | Header file for sparse matrix times dense matrix wrapper functions |
tensor.h | Header file for the Tensor class |
tensorLogger.h | Header file that defines the logging behaviour of the internal debug log-levels used in the library |
tensorNetwork.h | Header file for the TensorNetwork class |
ttNetwork.h | Header file for the TTNetwork class (and thus TTTensor and TTOperator) |
ttStack.h | Header file for the TTStack class |
xerus.h | Default include file for the xerus library |
▼ src | |
▼ xerus | |
► algorithms | |
► misc | |
basic.cpp | Implementation of the array deleter classes |
blasLapackWrapper.cpp | Implementation of the blas and lapack wrapper functions |
cholmod_wrapper.cpp | Implementation of the suitesparse wrapper functions |
contractionHeuristic.cpp | Implementation of some basic greedy contraction heuristics |
index.cpp | Implementation of the Index class |
indexedTensor.cpp | Implementation of the IndexedTensor class |
indexedTensor_tensor_evaluate.cpp | Implementation of the (indexed) Tensor evaluation (ie. generlized transpositions) |
indexedTensor_tensor_factorisations.cpp | Implementation of the Tensor factorizations |
indexedTensor_tensor_solve.cpp | Implementation of the indexed tensor / operator |
indexedTensorList.cpp | Implementation of the IndexedTensorList |
indexedTensorMoveable.cpp | Implementation of the IndexedTensorMoveable class |
indexedTensorReadOnly.cpp | Implementation of the IndexedTensorReadOnly class |
indexedTensorWritable.cpp | Implementation of the IndexedTensorWritable class |
link.cpp | Implementation of the TensorNetwork::Link class |
measurments.cpp | Implementation of the measurment classes class |
performanceData.cpp | Implementation of the PerformanceData class |
sparseTimesFullContraction.cpp | Implementation of sparse matrix times dense matrix wrapper functions |
tensor.cpp | Implementation of the Tensor class |
tensor_specializations.cpp | |
tensorNetwork.cpp | Implementation of the TensorNetwork class |
tensorNode.cpp | Implementation of the TensorNetwork::TensorNode class |
ttNetwork.cpp | Implementation of the TTNetwork class (and thus TTTensor and TTOperator) |
ttStack.cpp | Implementation of the TTStack classes |