Skip to content
Snippets Groups Projects
Commit a7f75655 authored by wenqing's avatar wenqing Committed by Norihiro Watanabe
Browse files

[ML] inline normEuklid().

parent a36f4352
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@
namespace MathLib {
inline
double normEuklid (double const * const vec, std::size_t n)
{
return sqrt (scpr (vec, vec, n));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment