HomeSort by relevance Sort by last modified time
    Searched defs:ConjugateReturnType (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/plugins/
CommonCwiseUnaryOps.h 23 >::type ConjugateReturnType;
100 inline ConjugateReturnType
103 return ConjugateReturnType(derived());
  /external/eigen/Eigen/src/Householder/
HouseholderSequence.h 129 typename internal::remove_all<typename VectorsType::ConjugateReturnType>::type,
132 typename internal::remove_all<typename CoeffsType::ConjugateReturnType>::type,
135 > ConjugateReturnType;
209 ConjugateReturnType conjugate() const
211 return ConjugateReturnType(m_vectors.conjugate(), m_coeffs.conjugate())
218 ConjugateReturnType adjoint() const
224 ConjugateReturnType inverse() const { return adjoint(); }

Completed in 102 milliseconds