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 153 MatrixType m_Id;
169 m_Id(MatrixType::Identity(M.rows(), M.cols())),
199 m_tmp2 = b[3]*m_tmp1 + b[1]*m_Id;
201 m_V = b[2]*m_tmp1 + b[0]*m_Id;
210 m_tmp2 = b[5]*m_tmp1 + b[3]*A2 + b[1]*m_Id;
212 m_V = b[4]*m_tmp1 + b[2]*A2 + b[0]*m_Id;
222 m_tmp2 = b[7]*m_tmp1 + b[5]*A4 + b[3]*A2 + b[1]*m_Id;
224 m_V = b[6]*m_tmp1 + b[4]*A4 + b[2]*A2 + b[0]*m_Id;
236 m_tmp2 = b[9]*m_tmp1 + b[7]*A6 + b[5]*A4 + b[3]*A2 + b[1]*m_Id;
238 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/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 566 milliseconds