Searched defs:thenMatrix (Results 1 - 1 of 1) 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));

Completed in 89 milliseconds