Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
6881e386
Commit
6881e386
authored
Jul 21, 2017
by
Alexander Wiebel
Browse files
[STYLE]
parent
598337fe
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/core/common/math/WValue.h
src/core/common/math/WValue.h
+3
-3
src/core/common/math/principalComponentAnalysis/WCovarianceSolver.h
...ommon/math/principalComponentAnalysis/WCovarianceSolver.h
+1
-1
No files found.
src/core/common/math/WValue.h
View file @
6881e386
...
...
@@ -81,7 +81,7 @@ public:
/**
* Create a WValue from the given Eigen::VectorXd.
* \param newValues The Eigen::VectorXd with the values.
.
* \param newValues The Eigen::VectorXd with the values.
*/
explicit
WValue
(
const
Eigen
::
VectorXd
&
newValues
)
:
m_components
(
static_cast
<
std
::
size_t
>
(
newValues
.
size
()
)
)
...
...
@@ -91,7 +91,7 @@ public:
/**
* Create a WValue from the given Eigen::VectorXf.
* \param newValues The Eigen::VectorXf with the values.
.
* \param newValues The Eigen::VectorXf with the values.
*/
explicit
WValue
(
const
Eigen
::
VectorXf
&
newValues
)
:
m_components
(
static_cast
<
std
::
size_t
>
(
newValues
.
size
()
)
)
...
...
@@ -101,7 +101,7 @@ public:
/**
* Create a WValue from the given Eigen::VectorXi.
* \param newValues The Eigen::VectorXi with the values.
.
* \param newValues The Eigen::VectorXi with the values.
*/
explicit
WValue
(
const
Eigen
::
VectorXi
&
newValues
)
:
m_components
(
static_cast
<
std
::
size_t
>
(
newValues
.
size
()
)
)
...
...
src/core/common/math/principalComponentAnalysis/WCovarianceSolver.h
View file @
6881e386
...
...
@@ -77,7 +77,7 @@ private:
void
calculateCovariance
(
const
vector
<
WPosition
>&
dataSet
);
/**
* Adds a point to the covariance matrix.
* \param point Point in the data set to be added to the covariance matrix.
.
* \param point Point in the data set to be added to the covariance matrix.
*/
void
addPointToCovariance
(
const
WPosition
&
point
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment