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

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixExponential.h150 MatrixType m_tmp2; member in class:Eigen::MatrixExponential
168 m_tmp2(M.rows(),M.cols()),
188 m_tmp2 = -m_U + m_V; // denominator of Pade approximant
189 result = m_tmp2.partialPivLu().solve(m_tmp1);
199 m_tmp2 = b[3]*m_tmp1 + b[1]*m_Id;
200 m_U.noalias() = A * m_tmp2;
210 m_tmp2 = b[5]*m_tmp1 + b[3]*A2 + b[1]*m_Id;
211 m_U.noalias() = A * m_tmp2;
222 m_tmp2 = b[7]*m_tmp1 + b[5]*A4 + b[3]*A2 + b[1]*m_Id;
223 m_U.noalias() = A * m_tmp2;
[all...]

Completed in 131 milliseconds