MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / norm

Method norm

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

Source from the content-addressed store, hash-verified

86
87template <typename Derived>
88inline typename NumTraits<typename internal::traits<Derived>::Scalar>::Real SparseMatrixBase<Derived>::norm() const {
89 using std::sqrt;
90 return sqrt(squaredNorm());
91}
92
93template <typename Derived>
94inline typename NumTraits<typename internal::traits<Derived>::Scalar>::Real SparseMatrixBase<Derived>::blueNorm()

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