mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-04 02:33:59 +08:00
Fixed a typo in the array.cpp test
This commit is contained in:
parent
a09cbf9905
commit
7aa5bc9558
@ -598,9 +598,8 @@ template<typename ArrayType> void array_special_functions()
|
||||
// CALL_SUBTEST( res = x.polygamma(n); verify_component_wise(res.head(8), ref.head(8)); );
|
||||
CALL_SUBTEST( res = polygamma(n,x); verify_component_wise(res.head(8), ref.head(8)); );
|
||||
}
|
||||
#endif
|
||||
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
void test_array()
|
||||
|
Loading…
x
Reference in New Issue
Block a user