-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
164 changed files
with
869 additions
and
6,493 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/env bash | ||
find examples/ -iname *.h -o -iname *.cpp | xargs clang-format -i | ||
find src/ -iname *.h -o -iname *.cpp | xargs clang-format -i | ||
find lib/ -iname *.h -o -iname *.cpp | xargs clang-format -i | ||
find tests/ -iname *.h -o -iname *.cpp | xargs clang-format -i |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
var annotated_dup = | ||
[ | ||
[ "Data", "struct_data.html", "struct_data" ], | ||
[ "Dual", "struct_dual.html", "struct_dual" ], | ||
[ "Result", "struct_result.html", "struct_result" ] | ||
[ "AutoDiff", null, [ | ||
[ "Dual", "struct_auto_diff_1_1_dual.html", "struct_auto_diff_1_1_dual" ] | ||
] ], | ||
[ "Interpolation", null, [ | ||
[ "Data", "struct_interpolation_1_1_data.html", "struct_interpolation_1_1_data" ] | ||
] ], | ||
[ "RootFinding", null, [ | ||
[ "Result", "struct_root_finding_1_1_result.html", "struct_root_finding_1_1_result" ] | ||
] ] | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
var bbp_type_formula_8h = | ||
[ | ||
[ "P", "bbp_type_formula_8h.html#a97f17f569c57d68f3e40dc72557f7e50", null ] | ||
[ "P", "bbp_type_formula_8h.html#a295a4fb8eff7d64f770f896ae18d1f13", null ] | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.