HomeSort by relevance Sort by last modified time
    Searched full:thenmatrix (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/Core/
Select.h 64 const ThenMatrixType& thenMatrix,
66 : m_condition(conditionMatrix), m_then(thenMatrix), m_else(elseMatrix)
96 const ThenMatrixType& thenMatrix() const
113 /** \returns a matrix where each coefficient (i,j) is equal to \a thenMatrix(i,j)
124 DenseBase<Derived>::select(const DenseBase<ThenDerived>& thenMatrix,
127 return Select<Derived,ThenDerived,ElseDerived>(derived(), thenMatrix.derived(), elseMatrix.derived());
138 DenseBase<Derived>::select(const DenseBase<ThenDerived>& thenMatrix,
142 derived(), thenMatrix.derived(), ThenDerived::Constant(rows(),cols(),elseScalar));
DenseBase.h 463 select(const DenseBase<ThenDerived>& thenMatrix,
468 select(const DenseBase<ThenDerived>& thenMatrix, typename ThenDerived::Scalar elseScalar) const;

Completed in 199 milliseconds