HomeSort by relevance Sort by last modified time
    Searched defs:noalias (Results 1 - 2 of 2) 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
35 NoAlias(ExpressionType& expression) : m_expression(expression) {}
92 * More precisely, noalias() allows to bypass the EvalBeforeAssignBit flag.
94 * expressions have this flag. Therefore, noalias() is only usefull when
97 * Here are some examples where noalias is usefull:
99 * D.noalias() = A * B;
100 * D.noalias() += A.transpose() * B
118 NoAlias<Derived,MatrixBase> MatrixBase<Derived>::noalias() function in class:Eigen::MatrixBase
    [all...]
  /system/core/sh/
parser.c 88 static int noalias = 0; /* when set, don't handle aliases */ variable
421 noalias = 1;
438 noalias = 0;
447 noalias = 0;
450 noalias = 1;
457 noalias = 0;
754 if(!noalias &&
    [all...]

Completed in 228 milliseconds