OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:blueNorm
(Results
1 - 4
of
4
) sorted by null
/external/eigen/Eigen/src/SparseCore/
SparseDot.h
95
SparseMatrixBase<Derived>::
blueNorm
() const
/external/eigen/Eigen/src/Core/
StableNorm.h
147
* is faster than
blueNorm
(). Otherwise the
blueNorm
() is much faster.
149
* \sa norm(),
blueNorm
(), hypotNorm()
184
MatrixBase<Derived>::
blueNorm
() const
VectorwiseOp.h
122
EIGEN_MEMBER_FUNCTOR(
blueNorm
, (Size+5) * NumTraits<Scalar>::MulCost + (Size-1)*NumTraits<Scalar>::AddCost);
328
* \sa DenseBase::
blueNorm
() */
329
const typename ReturnType<internal::member_blueNorm,RealScalar>::Type
blueNorm
() const
/external/eigen/bench/
bench_norm.cpp
21
EIGEN_DONT_INLINE typename T::Scalar
blueNorm
(const T& v)
23
return v.
blueNorm
();
91
return v.
blueNorm
();
245
std::cout << "
blueNorm
\t" <<
blueNorm
(vf) << "\t" <<
blueNorm
(vd) << "\n";
265
std::cout << "
blueNorm
\t" <<
blueNorm
(vf) << "\t" <<
blueNorm
(vd) << "\t" <<
blueNorm
(vf.cast<long double>()) << "\t" << blueNorm(vd.cast<long double>()) << "\n"
[
all
...]
Completed in 221 milliseconds