History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
68eab4fafd64 | ashtari | minor clean up and comments in main | Oct 30 2019 | |||
c28ef38a3d97 | ashtari | minor cleanup | Oct 30 2019 | |||
c87fe4198ea2 | ashtari | Function declarations separated from their definition | Oct 30 2019 | |||
b4f2ca9e5615 | ashtari | decider function added for dumper | Oct 30 2019 | |||
e02064f1ff35 | ashtari | some comments added | Oct 30 2019 | |||
bb028a2a4569 | ashtari | DumperSeries family commented and cleaned up | Oct 30 2019 | |||
0e8672e3de6b | ashtari | We checked Series family to be destructed by deleting pointer. So constructor… | Oct 30 2019 | |||
d45396e49a2b | ashtari | Series and daughters cleaned up and commented | Oct 30 2019 | |||
7bb1044d13e5 | ashtari | Series.cc added and CMakeLists modified | Oct 30 2019 | |||
d024dff192dd | ashtari | compute functions in daughters of Series modified based on SUM and expression | Oct 30 2019 | |||
ebb41d628b2b | ashtari | defult values 0 implemented fir current value and index | Oct 30 2019 | |||
13b376790877 | ashtari | Function SUM added to the Series class | Oct 30 2019 | |||
47fa3efd128e | ashtari | Merge branch 'master' of ssh://c4science. | Oct 30 2019 | |||
2c2812f81381 | ashtari | virtual function expression added to Series and defined in daughters | Oct 30 2019 | |||
2d3e88cc890e | sieber | titles added to graphs | Oct 30 2019 | |||
99efe00589ed | sieber | py file updated to include deifferent delimiter types | Oct 30 2019 | |||
372fbc9b55ad | sieber | abs replaced by std::abs | Oct 30 2019 | |||
dfab541456cd | ashtari | members current number and current value added to Series class | Oct 30 2019 | |||
b6527d445c25 | ashtari | WriteSeries modified: the computed value was missed to be written | Oct 30 2019 | |||
8dfafdbdfaaf | ashtari | WriteSeries factorized | Oct 30 2019 | |||
908aa030ab6b | ashtari | and else case added to setSeparator | Oct 30 2019 | |||
f31c5570ab70 | ashtari | precision in WriteSeries is now gotten in constructor | Oct 30 2019 | |||
89f20491151f | ashtari | code cleanup | Oct 29 2019 | |||
38ed9943d025 | ashtari | code cleanup - repeated includes | Oct 29 2019 | |||
d1e9841588da | ashtari | just declarations left in hh file of series (daughters) | Oct 29 2019 | |||
6df60cb52e1c | ashtari | printseries constructor definition is now in the cc file | Oct 29 2019 | |||
690f84340112 | ashtari | PritSeries shows percent size in front of error | Oct 29 2019 | |||
f0870d1d33ec | ashtari | setprecision is not virtual anymore and defined in cc file of dumperseries | Oct 29 2019 | |||
fe22f3e7dc09 | ashtari | minor modification in set precision | Oct 29 2019 | |||
69da536c2dba | ashtari | minor cleanup in PrientSeries | Oct 29 2019 | |||
f3e853266ee1 | ashtari | PrintSeries factorixed | Oct 29 2019 | |||
14a9191205f1 | ashtari | PrintSeries modified such that always starts from 1 | Oct 29 2019 | |||
28b65ea37d39 | ashtari | virtual destructor wrote for DumperSeries | Oct 29 2019 | |||
90ded6d7ddf7 | ashtari | repeated inclide cmath omitted | Oct 29 2019 | |||
f50aa0624aec | ashtari | repeated inclide cmath omitted | Oct 29 2019 | |||
058dab668fdf | sieber | python post-processing implemented | Oct 29 2019 | |||
d8827e38db7c | ashtari | conflict resolution | Oct 29 2019 | |||
835c219d6227 | ashtari | setprecision | Oct 29 2019 | |||
cc38db1f842f | ashtari | setprecision | Oct 29 2019 | |||
bb3d22ac6345 | sieber | bug fixed | Oct 29 2019 | |||
1e1f4aaa8650 | ashtari | setprecision | Oct 29 2019 | |||
62b0308f245b | sieber | setprecision implemented | Oct 29 2019 | |||
ec4a4a24862f | sieber | setprecision implemented | Oct 29 2019 | |||
e529da846b0b | ashtari | syntax error modified | Oct 29 2019 | |||
b8590b8d3869 | ashtari | syntax error modified | Oct 29 2019 | |||
20fe66b5468c | ashtari | member precision and its default added | Oct 29 2019 | |||
14271f5fcff9 | ashtari | virtual function declaration in DumpSeries modified | Oct 29 2019 | |||
150e5ec8f462 | ashtari | setPrecision added to DumperSeries | Oct 29 2019 | |||
89df56ff5b0c | ashtari | code cleanup | Oct 29 2019 | |||
e60d7244ba53 | ashtari | code cleanup | Oct 29 2019 | |||
6578a9b9e695 | sieber | Merge branch 'master' of ssh://c4science. | Oct 29 2019 | |||
5310d3649314 | sieber | minor changes | Oct 29 2019 | |||
f50b0f546d7d | ashtari | Conflict resolution | Oct 29 2019 | |||
c0ecd784dee5 | ashtari | Conflict resolution | Oct 29 2019 | |||
847a8b9f2282 | ashtari | Tiniy modification in PrientSeries | Oct 29 2019 | |||
dec20ea1a90c | ashtari | Tiniy modification in PrientSeries | Oct 29 2019 | |||
9895c4af9058 | sieber | Merge branch 'master' of ssh://c4science. | Oct 29 2019 | |||
5565053cba38 | sieber | updated exercises 3 and 4 | Oct 29 2019 | |||
07f54e8e34e7 | sieber | changes to main to include exercises 3 and 4 | Oct 29 2019 | |||
f6b4a0ecf3c6 | ashtari | Exercises 1 and 2 checked successfully for correctness. | Oct 29 2019 | |||
0cbcc9b94614 | ashtari | series class and two daughters just looks nicer | Oct 29 2019 | |||
34e9433f3007 | ashtari | Merge branch 'master' of ssh://c4science. | Oct 29 2019 | |||
834122ed649a | ashtari | conflict resolution in main | Oct 29 2019 | |||
786a201c8894 | sieber | write series initial implementation | Oct 29 2019 | |||
5d33850426a8 | sieber | stringstream implemented | Oct 29 2019 | |||
d0b64c780910 | sieber | write_series files created | Oct 29 2019 | |||
cdc9df3c8bf9 | ashtari | a function added to decide which series is intended | Oct 29 2019 | |||
5beb4c314f58 | ashtari | comments added to main | Oct 29 2019 | |||
aeb46d8c14ad | ashtari | conflict resolution | Oct 29 2019 | |||
0fdcd4cbc0c8 | ashtari | First evaluation of classes as well as pointer manipulation added as comment in… | Oct 29 2019 | |||
0da0ae3aed79 | sieber | comments added to main | Oct 29 2019 | |||
0c36122e44d8 | sieber | dumper_series and print_series partially implemented | Oct 28 2019 | |||
4268e38ce8f8 | sieber | dumper_series and print_series partially implemented | Oct 28 2019 | |||
c80f4e6789a7 | ashtari | handling pointer to a Series object implemented and checked in main | Oct 28 2019 | |||
937969d85e5b | ashtari | copute_pi tested in main and works properly | Oct 28 2019 | |||
e4b49ee84faf | ashtari | compute_pi.cc created and filled | Oct 28 2019 | |||
3db6582fa567 | ashtari | compute_pi.hh created and filled | Oct 28 2019 | |||
e0daf5ea4c3b | ashtari | arithmetic modified to return 0 when N=0 is entered | Oct 28 2019 | |||
fb5c3f5f3167 | ashtari | unnecessary line in CMakeLists file removed and tested to work | Oct 28 2019 | |||
3f682a92bf2d | sieber | inputs argument setup for main.cc | Oct 28 2019 | |||
f15f2a577aae | sieber | arithmetic serie implemented | Oct 26 2019 | |||
e0ede28646e4 | sieber | series.cc deleted and series.hh modified | Oct 24 2019 | |||
87f7ccc20f17 | ashtari | Library of classes added to CMake | Oct 24 2019 | |||
02dd12c64564 | sieber | cc and hh files created | Oct 24 2019 | |||
e53e92aa6be0 | ashtari | trouble | Oct 24 2019 | |||
3a80646e9dd4 | sieber | main.cc modified | Oct 24 2019 | |||
3b0294ca3369 | ashtari | removing unnecessary files | Oct 24 2019 | |||
9abdc8ec5cc4 | sieber | main.cc with hello world | Oct 24 2019 | |||
6ccd561dc901 | sieber | small changes to directory structure | Oct 24 2019 | |||
7568c112e7e5 | ashtari | CMake files updated | Oct 24 2019 | |||
f97b87c5d2a6 | sieber | series.cc and series.hh files added | Oct 24 2019 | |||
ccca4b3a0312 | sieber | Homework2 directory structure created | Oct 24 2019 |
c4science · Help