Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Form-Fighter
/
FormFighterAIStack
like
0
Sleeping
App
Files
Files
Community
6
Fetching metadata from the HF Docker repository...
refs/pr/6
FormFighterAIStack
/
third-party
/
DPVO
/
dpvo
/
lietorch
/
include
/
common.h
Techt3o
1c0fe995ac3bf6c4bc83a727a73c46ab2d045729fb0abd53c4c78cd2b8282877
20ae9ff
verified
8 months ago
raw
Copy download link
history
blame
184 Bytes
#
ifndef
COMMON_H
#
define
COMMON_H
#
define
EIGEN_DEFAULT_DENSE_INDEX_TYPE int
#
define
EIGEN_RUNTIME_NO_MALLOC
#
define
EPS 1e-6
#
define
PI 3.14159265358979323846
#
endif