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 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 451 select(const DenseBase<ThenDerived>& thenMatrix,
456 select(const DenseBase<ThenDerived>& thenMatrix, const typename ThenDerived::Scalar& elseScalar) const;

Completed in 1261 milliseconds