docs: 更新文档

This commit is contained in:
mayge
2026-04-07 13:02:41 +08:00
parent e8cbf452e8
commit 2d52d70ae0

View File

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