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

  /external/eigen/Eigen/src/Core/
NoAlias.h 15 /** \class NoAlias
25 * It is the return type of MatrixBase::noalias()
28 * \sa MatrixBase::noalias()
31 class NoAlias
36 explicit NoAlias(ExpressionType& expression) : m_expression(expression) {}
75 * More precisely, noalias() allows to bypass the EvalBeforeAssignBit flag.
77 * expressions have this flag. Therefore, noalias() is only usefull when
80 * Here are some examples where noalias is usefull:
82 * D.noalias() = A * B;
83 * D.noalias() += A.transpose() * B
101 NoAlias<Derived,MatrixBase> MatrixBase<Derived>::noalias() function in class:Eigen::MatrixBase
    [all...]
  /prebuilts/go/darwin-x86/test/
escape.go 19 func noalias(p, q *int, s string) { func
49 noalias(p, q, s)
  /prebuilts/go/linux-x86/test/
escape.go 19 func noalias(p, q *int, s string) { func
49 noalias(p, q, s)

Completed in 102 milliseconds