Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TurTLE
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TurTLE
TurTLE
Commits
a748cb21
Commit
a748cb21
authored
8 years ago
by
Cristian Lalescu
Browse files
Options
Downloads
Patches
Plain Diff
fix typos
add ";" after function declarations.
parent
d492b33f
No related branches found
No related tags found
1 merge request
!21
Bugfix/nansampling
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
bfps/cpp/spline_n7.hpp
+5
-5
5 additions, 5 deletions
bfps/cpp/spline_n7.hpp
bfps/cpp/spline_n8.hpp
+5
-5
5 additions, 5 deletions
bfps/cpp/spline_n8.hpp
bfps/cpp/spline_n9.hpp
+5
-5
5 additions, 5 deletions
bfps/cpp/spline_n9.hpp
with
15 additions
and
15 deletions
bfps/cpp/spline_n7.hpp
+
5
−
5
View file @
a748cb21
...
@@ -28,11 +28,11 @@
...
@@ -28,11 +28,11 @@
#define SPLINE_N7
#define SPLINE_N7
void
beta_n7_m0
(
const
int
deriv
,
const
double
x
,
double
*
__restrict__
poly_val
)
void
beta_n7_m0
(
const
int
deriv
,
const
double
x
,
double
*
__restrict__
poly_val
)
;
void
beta_n7_m1
(
const
int
deriv
,
const
double
x
,
double
*
__restrict__
poly_val
)
void
beta_n7_m1
(
const
int
deriv
,
const
double
x
,
double
*
__restrict__
poly_val
)
;
void
beta_n7_m2
(
const
int
deriv
,
const
double
x
,
double
*
__restrict__
poly_val
)
void
beta_n7_m2
(
const
int
deriv
,
const
double
x
,
double
*
__restrict__
poly_val
)
;
void
beta_n7_m3
(
const
int
deriv
,
const
double
x
,
double
*
__restrict__
poly_val
)
void
beta_n7_m3
(
const
int
deriv
,
const
double
x
,
double
*
__restrict__
poly_val
)
;
void
beta_n7_m4
(
const
int
deriv
,
const
double
x
,
double
*
__restrict__
poly_val
)
void
beta_n7_m4
(
const
int
deriv
,
const
double
x
,
double
*
__restrict__
poly_val
)
;
#endif//SPLINE_N7
#endif//SPLINE_N7
This diff is collapsed.
Click to expand it.
bfps/cpp/spline_n8.hpp
+
5
−
5
View file @
a748cb21
...
@@ -28,11 +28,11 @@
...
@@ -28,11 +28,11 @@
#define SPLINE_N8
#define SPLINE_N8
void
beta_n8_m0
(
const
int
deriv
,
const
double
x
,
double
*
__restrict__
poly_val
)
void
beta_n8_m0
(
const
int
deriv
,
const
double
x
,
double
*
__restrict__
poly_val
)
;
void
beta_n8_m1
(
const
int
deriv
,
const
double
x
,
double
*
__restrict__
poly_val
)
void
beta_n8_m1
(
const
int
deriv
,
const
double
x
,
double
*
__restrict__
poly_val
)
;
void
beta_n8_m2
(
const
int
deriv
,
const
double
x
,
double
*
__restrict__
poly_val
)
void
beta_n8_m2
(
const
int
deriv
,
const
double
x
,
double
*
__restrict__
poly_val
)
;
void
beta_n8_m3
(
const
int
deriv
,
const
double
x
,
double
*
__restrict__
poly_val
)
void
beta_n8_m3
(
const
int
deriv
,
const
double
x
,
double
*
__restrict__
poly_val
)
;
void
beta_n8_m4
(
const
int
deriv
,
const
double
x
,
double
*
__restrict__
poly_val
)
void
beta_n8_m4
(
const
int
deriv
,
const
double
x
,
double
*
__restrict__
poly_val
)
;
#endif//SPLINE_N8
#endif//SPLINE_N8
This diff is collapsed.
Click to expand it.
bfps/cpp/spline_n9.hpp
+
5
−
5
View file @
a748cb21
...
@@ -28,11 +28,11 @@
...
@@ -28,11 +28,11 @@
#define SPLINE_N9
#define SPLINE_N9
void
beta_n9_m0
(
const
int
deriv
,
const
double
x
,
double
*
__restrict__
poly_val
)
void
beta_n9_m0
(
const
int
deriv
,
const
double
x
,
double
*
__restrict__
poly_val
)
;
void
beta_n9_m1
(
const
int
deriv
,
const
double
x
,
double
*
__restrict__
poly_val
)
void
beta_n9_m1
(
const
int
deriv
,
const
double
x
,
double
*
__restrict__
poly_val
)
;
void
beta_n9_m2
(
const
int
deriv
,
const
double
x
,
double
*
__restrict__
poly_val
)
void
beta_n9_m2
(
const
int
deriv
,
const
double
x
,
double
*
__restrict__
poly_val
)
;
void
beta_n9_m3
(
const
int
deriv
,
const
double
x
,
double
*
__restrict__
poly_val
)
void
beta_n9_m3
(
const
int
deriv
,
const
double
x
,
double
*
__restrict__
poly_val
)
;
void
beta_n9_m4
(
const
int
deriv
,
const
double
x
,
double
*
__restrict__
poly_val
)
void
beta_n9_m4
(
const
int
deriv
,
const
double
x
,
double
*
__restrict__
poly_val
)
;
#endif//SPLINE_N9
#endif//SPLINE_N9
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment