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

  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixExponential.h 116 * part of) the entries of \c m_M. It is used to select the
138 typename internal::nested<MatrixType>::type m_M;
152 /** \brief Identity matrix of the same size as \c m_M. */
158 /** \brief L1 norm of m_M. */
164 m_M(M),
182 result = m_M.matrixFunction(StdStemFunctions<ComplexScalar>::exp);
289 pade3(m_M);
291 pade5(m_M);
296 MatrixType A = m_M / pow(Scalar(2), m_squarings);
307 pade3(m_M);
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/MLCPSolvers/
btLemkeAlgorithm.h 65 m_M = M_;
85 btMatrixXu m_M;
btLemkeAlgorithm.cpp 84 cout << m_M << std::endl;
87 btMatrixXu mNeg = m_M.negative();

Completed in 148 milliseconds