xerus
a general purpose tensor library
|
Files | |
file | allocator.cpp [code] |
Implementation of the custom new and delete operators based on a bucket-allocator idea. | |
file | callStack.cpp [code] |
Implementation of the callstack functionality and respective helper class bfdResolver. | |
file | exceptions.cpp [code] |
Implementation of the generic_error class. | |
file | histogram.cpp [code] |
Implementation of the histogram classes. | |
file | missingFunctions.cpp [code] |
Implementation of the non-trivial non-template functions in the missingFunctions header. | |
file | namedLogger.cpp [code] |
Implementation of the log-buffer functionality and declaration of global logging objects. | |
file | performanceAnalysis.cpp [code] |
Implementation of performanceAnalysis::get_analysis. | |
file | random.cpp [code] |
Implementation of the non-template basic string functionality defined in stringUtilities.h. | |
file | simpleNumerics.cpp [code] |
Implementation of the Romberg integration, polynomial class and limit extractors. | |
file | standard.cpp [code] |
compilation unit for the version constants | |
file | stringUtilities.cpp [code] |
Implementation of the non-template basic string functionality defined in stringUtilities.h. | |
file | timeMeasure.cpp [code] |
Implementation of the TimeMeasure class. | |