xerus
a general purpose tensor library
performanceData.h File Reference

Header file for the PerformanceData class. More...

#include <string>
#include <vector>
#include "misc/timeMeasure.h"
#include "misc/histogram.h"
#include "basic.h"
#include "tensorNetwork.h"

Go to the source code of this file.

Classes

class  xerus::PerformanceData
 Storage class for the performance data collected during an algorithm (typically iteration count, time and residual) More...
 
struct  xerus::PerformanceData::DataPoint
 
class  xerus::TTNetwork< isOperator >
 Specialized TensorNetwork class used to represent TTTensor and TToperators. More...
 

Namespaces

 xerus
 The main namespace of xerus.
 

Typedefs

typedef TTNetwork< true > xerus::TTOperator
 
typedef TTNetwork< false > xerus::TTTensor
 

Variables

PerformanceData xerus::NoPerfData
 

Detailed Description

Header file for the PerformanceData class.

Definition in file performanceData.h.