PDS/homework_1/inc/v1.hpp
Christos Choutouridis f591127e16 A V0 implementation tested against matlab
Supports:
 - HDF5 file load and store
 - Precision timing of the process to stdout
 - logging (verbose mode) to stdout
 - Command line arguments and help
2024-11-18 00:29:04 +02:00

17 lines
175 B
C++

/**
* \file v0.hpp
* \brief
*
* \author
* Christos Choutouridis AEM:8997
* <cchoutou@ece.auth.gr>
*/
#ifndef V1_HPP_
#define V1_HPP_
#endif /* V1_HPP_ */