Searched refs:maxnorm (Results 1 - 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixExponential.h293 const float maxnorm = 3.925724783138660f; local
294 frexp(m_l1norm / maxnorm, &m_squarings);
315 const double maxnorm = 5.371920351148152; local
316 frexp(m_l1norm / maxnorm, &m_squarings);
340 const long double maxnorm = 4.0246098906697353063L;
341 frexp(m_l1norm / maxnorm, &m_squarings);
358 const long double maxnorm = 3.2579440895405400856599663723517L;
359 frexp(m_l1norm / maxnorm, &m_squarings);
376 const long double maxnorm = 2.884233277829519311757165057717815L;
377 frexp(m_l1norm / maxnorm,
[all...]

Completed in 103 milliseconds