mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-13 20:26:03 +08:00
Improved code formating
This commit is contained in:
parent
f197813f37
commit
92b7f7b650
@ -414,8 +414,8 @@ using ::log;
|
|||||||
using ::sqrt;
|
using ::sqrt;
|
||||||
using ::floor;
|
using ::floor;
|
||||||
using ::ceil;
|
using ::ceil;
|
||||||
template <>
|
|
||||||
|
|
||||||
|
template <>
|
||||||
struct hash<Eigen::half> {
|
struct hash<Eigen::half> {
|
||||||
size_t operator()(const Eigen::half& a) const {
|
size_t operator()(const Eigen::half& a) const {
|
||||||
return std::hash<unsigned short>()(a.x);
|
return std::hash<unsigned short>()(a.x);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user