HomeSort by relevance Sort by last modified time
    Searched defs:m_Id (Results 1 - 3 of 3) sorted by null

  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixExponential.h 158 MatrixType m_Id;
174 m_Id(MatrixType::Identity(M.rows(), M.cols())),
204 m_tmp2 = b[3]*m_tmp1 + b[1]*m_Id;
206 m_V = b[2]*m_tmp1 + b[0]*m_Id;
215 m_tmp2 = b[5]*m_tmp1 + b[3]*A2 + b[1]*m_Id;
217 m_V = b[4]*m_tmp1 + b[2]*A2 + b[0]*m_Id;
227 m_tmp2 = b[7]*m_tmp1 + b[5]*A4 + b[3]*A2 + b[1]*m_Id;
229 m_V = b[6]*m_tmp1 + b[4]*A4 + b[2]*A2 + b[0]*m_Id;
241 m_tmp2 = b[9]*m_tmp1 + b[7]*A6 + b[5]*A4 + b[3]*A2 + b[1]*m_Id;
243 m_V = b[8]*m_tmp1 + b[6]*A6 + b[4]*A4 + b[2]*A2 + b[0]*m_Id;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
Stylesheet.java 374 private String m_Id;
384 m_Id = v;
395 return m_Id;
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 4831 milliseconds