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

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixExponential.h147 MatrixType m_tmp1; member in class:Eigen::MatrixExponential
167 m_tmp1(M.rows(),M.cols()),
187 m_tmp1 = m_U + m_V; // numerator of Pade approximant
189 result = m_tmp2.partialPivLu().solve(m_tmp1);
198 m_tmp1.noalias() = A * A;
199 m_tmp2 = b[3]*m_tmp1 + b[1]*m_Id;
201 m_V = b[2]*m_tmp1 + b[0]*m_Id;
209 m_tmp1.noalias() = A2 * A2;
210 m_tmp2 = b[5]*m_tmp1 + b[3]*A2 + b[1]*m_Id;
212 m_V = b[4]*m_tmp1
[all...]

Completed in 69 milliseconds