# 自动微分 包括前向自动微分和后向自动微分 使用示例为tests/basic.cpp ### 编译 ```bash mkdir build cd build cmake .. -G Ninja cmake --build . ./test_basic ```