OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hypotNorm
(Results
1 - 3
of
3
) sorted by null
/external/eigen/Eigen/src/Core/
StableNorm.h
149
* \sa norm(), blueNorm(),
hypotNorm
()
180
* \sa norm(), stableNorm(),
hypotNorm
()
196
MatrixBase<Derived>::
hypotNorm
() const
VectorwiseOp.h
123
EIGEN_MEMBER_FUNCTOR(
hypotNorm
, (Size-1) * functor_traits<scalar_hypot_op<Scalar> >::Cost );
346
* \sa DenseBase::
hypotNorm
() */
347
const typename ReturnType<internal::member_hypotNorm,RealScalar>::Type
hypotNorm
() const
/external/eigen/bench/
bench_norm.cpp
15
EIGEN_DONT_INLINE typename T::Scalar
hypotNorm
(const T& v)
17
return v.
hypotNorm
();
244
std::cout << "
hypotNorm
\t" <<
hypotNorm
(vf) << "\t" <<
hypotNorm
(vd) << "\n";
264
std::cout << "
hypotNorm
\t" <<
hypotNorm
(vf) << "\t" <<
hypotNorm
(vd) << "\t" <<
hypotNorm
(vf.cast<long double>()) << "\t" <<
hypotNorm
(vd.cast<long double>()) << "\n"
[
all
...]
Completed in 84 milliseconds