mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
implement high level API for SYMM and fix a couple of bugs related to complex
This commit is contained in:
@@ -300,6 +300,10 @@ template<typename Derived> class MatrixBase
|
||||
|
||||
template<typename OtherDerived,typename OtherEvalType>
|
||||
Derived& operator=(const ReturnByValue<OtherDerived,OtherEvalType>& func);
|
||||
template<typename OtherDerived,typename OtherEvalType>
|
||||
Derived& operator+=(const ReturnByValue<OtherDerived,OtherEvalType>& func);
|
||||
template<typename OtherDerived,typename OtherEvalType>
|
||||
Derived& operator-=(const ReturnByValue<OtherDerived,OtherEvalType>& func);
|
||||
|
||||
#ifndef EIGEN_PARSED_BY_DOXYGEN
|
||||
/** Copies \a other into *this without evaluating other. \returns a reference to *this. */
|
||||
|
||||
Reference in New Issue
Block a user