OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:p_norm
(Results
1 - 1
of
1
) sorted by null
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixFunction.h
95
const RealScalar
P_norm
= P.cwiseAbs().rowwise().sum().maxCoeff();
96
if (mu * delta *
P_norm
< NumTraits<Scalar>::epsilon() * F_norm) // series converged
Completed in 240 milliseconds