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

  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemExtensionScript.java 69 private String m_src = null; field in class:ElemExtensionScript
79 m_src = v;
90 return m_src;
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixExponential.h 395 MatrixExponentialReturnValue(const Derived& src) : m_src(src) { }
404 const typename internal::nested_eval<Derived, 10>::type tmp(m_src);
408 Index rows() const { return m_src.rows(); }
409 Index cols() const { return m_src.cols(); }
412 const typename internal::ref_selector<Derived>::type m_src; member in struct:Eigen::MatrixExponentialReturnValue
MatrixSquareRoot.h 330 explicit MatrixSquareRootReturnValue(const Derived& src) : m_src(src) { }
342 DerivedEvalType tmp(m_src);
346 Index rows() const { return m_src.rows(); }
347 Index cols() const { return m_src.cols(); }
350 const DerivedNested m_src; member in class:Eigen::MatrixSquareRootReturnValue