mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-30 15:54:13 +08:00
rm useless ctor
This commit is contained in:
parent
1731a432e7
commit
d76ed18a9f
@ -86,10 +86,6 @@ class PermutationBase : public EigenBase<Derived>
|
|||||||
using Base::derived;
|
using Base::derived;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
inline PermutationBase() {}
|
|
||||||
|
|
||||||
/** Copies the other permutation into *this */
|
/** Copies the other permutation into *this */
|
||||||
template<typename OtherDerived>
|
template<typename OtherDerived>
|
||||||
Derived& operator=(const PermutationBase<OtherDerived>& other)
|
Derived& operator=(const PermutationBase<OtherDerived>& other)
|
||||||
|
@ -71,8 +71,6 @@ class TranspositionsBase
|
|||||||
Derived& derived() { return *static_cast<Derived*>(this); }
|
Derived& derived() { return *static_cast<Derived*>(this); }
|
||||||
const Derived& derived() const { return *static_cast<const Derived*>(this); }
|
const Derived& derived() const { return *static_cast<const Derived*>(this); }
|
||||||
|
|
||||||
inline TranspositionsBase() {}
|
|
||||||
|
|
||||||
/** Copies the \a other transpositions into \c *this */
|
/** Copies the \a other transpositions into \c *this */
|
||||||
template<typename OtherDerived>
|
template<typename OtherDerived>
|
||||||
Derived& operator=(const TranspositionsBase<OtherDerived>& other)
|
Derived& operator=(const TranspositionsBase<OtherDerived>& other)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user