Skip to content

Commit dad083a

Browse files
committed
[major API break]: fdaPDE statistical layer rewritten to exploit new core capabilities, variational solver concept introduced
2 parents 492067e + b3800ef commit dad083a

File tree

240 files changed

+149912
-111940
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

240 files changed

+149912
-111940
lines changed

.clang-format

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ AllowAllParametersOfDeclarationOnNextLine: true
3737

3838
# contract on a single lines the following
3939
AllowShortBlocksOnASingleLine: Always
40-
AllowShortEnumsOnASingleLine: true
40+
AllowShortEnumsOnASingleLine: false
4141
AllowShortFunctionsOnASingleLine: All
4242
AllowShortIfStatementsOnASingleLine: WithoutElse
4343
AllowShortLambdasOnASingleLine: All
@@ -188,8 +188,6 @@ SpaceBeforeCpp11BracedList: true
188188
SpaceBeforeCtorInitializerColon: true
189189
# insert a space after colon inheritance list
190190
SpaceBeforeInheritanceColon: true
191-
# insert a space before every control statment: if, for, while, ...
192-
SpaceBeforeParens: ControlStatements
193191

194192
# other spacing definition
195193
SpaceBeforeParens: Custom

.gitignore

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,23 @@
1010
test/fdapde_test
1111
test/.cache
1212
test/build/
13-
test/CMakeFiles/
14-
test/_deps/
15-
test/libs/
13+
build/
14+
CMakeFiles/
15+
.DS_Store
16+
.bash_history
17+
.idea/
18+
cmake-build-debug-docker/
19+
cmake-build-default/
20+
cmake-build-debug/
21+
22+
#plots
23+
*.pdf
24+
*.png
25+
26+
#help files
27+
!*.csv
28+
!*.mtx
29+
30+
#docs files
31+
*.puml
32+
.Rproj.user

fdaPDE/calibration/calibration_base.h

Lines changed: 0 additions & 80 deletions
This file was deleted.

fdaPDE/calibration/gcv.h

Lines changed: 0 additions & 71 deletions
This file was deleted.

fdaPDE/calibration/kfold_cv.h

Lines changed: 0 additions & 124 deletions
This file was deleted.

fdaPDE/calibration/rmse.h

Lines changed: 0 additions & 69 deletions
This file was deleted.

fdaPDE/core

Submodule core updated 178 files

0 commit comments

Comments
 (0)