mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 19:59:05 +08:00
Deleted unnecessary semicolons
This commit is contained in:
parent
d3f7915aeb
commit
71950f02e5
@ -277,7 +277,7 @@ EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE typename Head::type array_get(const type_l
|
|||||||
template <class NList>
|
template <class NList>
|
||||||
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE typename NList::HeadType::type array_prod(const NList& l) {
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE typename NList::HeadType::type array_prod(const NList& l) {
|
||||||
return arg_prod<NList>::value;
|
return arg_prod<NList>::value;
|
||||||
};
|
}
|
||||||
|
|
||||||
template<std::size_t n, typename t>
|
template<std::size_t n, typename t>
|
||||||
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE t array_prod(const array<t, n>& a) {
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE t array_prod(const array<t, n>& a) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user