MCPcopy Create free account
hub / github.com/HiLab-git/SimpleCRF / norm

Method norm

dependency/densecrf3d/include/Eigen/src/SparseCore/SparseDot.h:83–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81
82template<typename Derived>
83inline typename NumTraits<typename internal::traits<Derived>::Scalar>::Real
84SparseMatrixBase<Derived>::norm() const
85{
86 using std::sqrt;
87 return sqrt(squaredNorm());
88}
89
90template<typename Derived>
91inline typename NumTraits<typename internal::traits<Derived>::Scalar>::Real

Callers 5

computeMethod · 0.45
factorizeMethod · 0.45
divideMethod · 0.45
computeSVDofMMethod · 0.45
computeSingValsMethod · 0.45

Calls 1

sqrtFunction · 0.50

Tested by

no test coverage detected