mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
* Added several cast to int of the enums (needed for some compilers)
* Fix a mistake in CwiseNullary. * Added a CoreDeclarions header that declares only the forward declarations and related basic stuffs.
This commit is contained in:
@@ -256,7 +256,7 @@ template<typename Derived>
|
||||
template<int StoreMode>
|
||||
inline void MatrixBase<Derived>::writePacketCoeff
|
||||
(int row, int col, const typename ei_packet_traits<typename ei_traits<Derived>::Scalar>::type& x)
|
||||
{ return derived().template _writePacketCoeff<StoreMode>(row,col,x); }
|
||||
{ derived().template _writePacketCoeff<StoreMode>(row,col,x); }
|
||||
|
||||
|
||||
#endif // EIGEN_COEFFS_H
|
||||
|
||||
Reference in New Issue
Block a user