Home
last modified time | relevance | path

Searched refs:P_norm (Results 1 – 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
DMatrixFunction.h95 const RealScalar P_norm = P.cwiseAbs().rowwise().sum().maxCoeff(); in compute() local
96 if (mu * delta * P_norm < NumTraits<Scalar>::epsilon() * F_norm) // series converged in compute()