Home | History | Annotate | Download | only in Core

Lines Matching defs:ConjugateReturnType

199     typedef typename internal::remove_all<typename MatrixType::ConjugateReturnType>::type MatrixConjugateReturnType;
239 typedef TriangularView<const MatrixConjugateReturnType,Mode> ConjugateReturnType;
242 inline const ConjugateReturnType conjugate() const
243 { return ConjugateReturnType(m_matrix.conjugate()); }