mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Improved code formating
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user