HomeSort by relevance Sort by last modified time
    Searched full:ashifted (Results 1 - 1 of 1) sorted by null

  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixFunction.h 71 MatrixType Ashifted = A - avgEival * MatrixType::Identity(rows, rows);
72 RealScalar mu = matrix_function_compute_mu(Ashifted);
74 MatrixType P = Ashifted;
79 P = Scalar(RealScalar(1.0/(s + 1))) * P * Ashifted;
90 mx = (std::max)(mx, std::abs(m_f(Ashifted(i, i) + avgEival, static_cast<int>(s+r))));

Completed in 95 milliseconds