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