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

/external/eigen/Eigen/src/Core/
H A DSelect.h96 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.h451 select(const DenseBase<ThenDerived>& thenMatrix,
456 select(const DenseBase<ThenDerived>& thenMatrix, const typename ThenDerived::Scalar& elseScalar) const;

Completed in 107 milliseconds