Searched refs:thenMatrix (Results 1 - 3 of 3) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DSelect.h96 inline EIGEN_DEVICE_FUNC const ThenMatrixType& thenMatrix() const function in class:Eigen::Select
113 /** \returns a matrix where each coefficient (i,j) is equal to \a thenMatrix(i,j)
124 DenseBase<Derived>::select(const DenseBase<ThenDerived>& thenMatrix, argument
127 return Select<Derived,ThenDerived,ElseDerived>(derived(), thenMatrix.derived(), elseMatrix.derived());
138 DenseBase<Derived>::select(const DenseBase<ThenDerived>& thenMatrix, argument
142 derived(), thenMatrix.derived(), ThenDerived::Constant(rows(),cols(),elseScalar));
H A DDenseBase.h528 select(const DenseBase<ThenDerived>& thenMatrix,
533 select(const DenseBase<ThenDerived>& thenMatrix, const typename ThenDerived::Scalar& elseScalar) const;
H A DCoreEvaluators.h1133 m_thenImpl(select.thenMatrix()),

Completed in 138 milliseconds