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
89056b90
Commit
89056b90
authored
Dec 11, 2012
by
Stefan Philips
Browse files
[DOC] Correct documentation
parent
365ac1aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/core/common/math/linearAlgebra/WMatrixFixed.h
src/core/common/math/linearAlgebra/WMatrixFixed.h
+2
-2
No files found.
src/core/common/math/linearAlgebra/WMatrixFixed.h
View file @
89056b90
...
...
@@ -1280,7 +1280,7 @@ WMatrixFixed< typename WTypeTraits::TypePromotion< AValueT, BValueT >::Result, 3
* \tparam Rows number of rows in this colums-vector
* \param a the vector
*
* \return the length of the vector
* \return the
squared
length of the vector
*/
template
<
typename
ValueT
,
ValueStoreTemplate
ValueStoreT
,
size_t
Rows
>
ValueT
length2
(
const
WMatrixFixed
<
ValueT
,
Rows
,
1
,
ValueStoreT
>&
a
)
...
...
@@ -1301,7 +1301,7 @@ ValueT length2( const WMatrixFixed< ValueT, Rows, 1, ValueStoreT >& a )
* \tparam Cols number of columns in this row-vector
* \param a the vector
*
* \return length of the vector
* \return
squared
length of the vector
*/
template
<
typename
ValueT
,
ValueStoreTemplate
ValueStoreT
,
size_t
Cols
>
ValueT
length2
(
const
WMatrixFixed
<
ValueT
,
1
,
Cols
,
ValueStoreT
>&
a
)
...
...
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