MCPcopy Create free account
hub / github.com/TinyMPC/TinyMPC / norm

Method norm

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

Source from the content-addressed store, hash-verified

83
84template<typename Derived>
85inline typename NumTraits<typename internal::traits<Derived>::Scalar>::Real
86SparseMatrixBase<Derived>::norm() const
87{
88 using std::sqrt;
89 return sqrt(squaredNorm());
90}
91
92template<typename Derived>
93inline 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