18 #ifdef MONITOR_OPERATIONS 28 [[maybe_unused]]
int sysres = system(
"rm sum_monitor.txt prod_monitor.txt");
32 inline const FileDeleter deleter;
36 SumMonitor(
size_t t_nArgs,
int t_mode)
43 std::fstream fout(
"sum_monitor.txt", std::ios::app);
45 fout << (std::clock() - time) * 1000. / CLOCKS_PER_SEC <<
' ' 56 bool indicial {
false };
57 bool simple {
false };
63 ProdMonitor(
size_t t_nArgs,
int t_mode)
81 std::fstream fout(
"prod_monitor.txt", std::ios::app);
83 fout << (std::clock() - time) * 1000. / CLOCKS_PER_SEC <<
' ' 96 bool indicial {
false };
98 bool simple {
false };
Namespace for csl library.
Definition: abreviation.h:34
Type
Enum of the different types of Abstract (i.e. list of all possible specializations).
Definition: enum.h:47
Definition: diagonalization.h:32
Some of csl enumerations.
Base classes for all exprs in the program.
Expression type/.
Definition: abstract.h:1573