Tomographer  v2.0
Tomographer C++ Framework Documentation
tools Directory Reference
+ Directory dependency graph for tools:

Files

file  conststr.h [code]
 A constexpr string type, suitable for basic compile-time string processing.
 
file  cxxutil.h [code]
 Some C++ utilities, with a tad of C++11 tricks.
 
file  eigen_assert_exception.h [code]
 Define tools for Eigen's eigen_assert() to throw an exception instead of assert'ing.
 
file  eigenutil.h [code]
 Basic utilities for dealing with Eigen matrices and other types.
 
file  ezmatio.h [code]
 Utilities for reading MATLAB "*.mat" data files. See Tomographer::MAT.
 
file  fmt.h [code]
 Utilities for formatting strings.
 
file  loggers.h [code]
 Utilities for logging messages.
 
file  needownoperatornew.h [code]
 Managing the need for specific overrides to operator new() for some types (especially Eigen types)
 
file  signal_handler.h [code]
 Basic common code for intercepting a signal and basic interfacing to C++.
 
file  signal_status_report.h [code]
 Basic common code for intercepting a signal to print status information of a task manager.