mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-13 04:09:10 +08:00
fixed my mistake in cast
This commit is contained in:
parent
746079f75d
commit
428a12902a
@ -190,7 +190,7 @@ template<typename Derived>
|
|||||||
template<typename NewType>
|
template<typename NewType>
|
||||||
EIGEN_STRONG_INLINE
|
EIGEN_STRONG_INLINE
|
||||||
typename ei_cast_return_type<
|
typename ei_cast_return_type<
|
||||||
const Derived&,
|
Derived,
|
||||||
const CwiseUnaryOp<ei_scalar_cast_op<typename ei_traits<Derived>::Scalar, NewType>, Derived>
|
const CwiseUnaryOp<ei_scalar_cast_op<typename ei_traits<Derived>::Scalar, NewType>, Derived>
|
||||||
>::type
|
>::type
|
||||||
MatrixBase<Derived>::cast() const
|
MatrixBase<Derived>::cast() const
|
||||||
|
@ -505,7 +505,7 @@ template<typename Derived> class MatrixBase
|
|||||||
|
|
||||||
template<typename NewType>
|
template<typename NewType>
|
||||||
typename ei_cast_return_type<
|
typename ei_cast_return_type<
|
||||||
const Derived&,
|
Derived,
|
||||||
const CwiseUnaryOp<ei_scalar_cast_op<typename ei_traits<Derived>::Scalar, NewType>, Derived>
|
const CwiseUnaryOp<ei_scalar_cast_op<typename ei_traits<Derived>::Scalar, NewType>, Derived>
|
||||||
>::type
|
>::type
|
||||||
cast() const;
|
cast() const;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user