OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 376 milliseconds