chore: 添加散度
This commit is contained in:
@@ -6,4 +6,6 @@
|
||||
struct ADResult{
|
||||
double value; // 函数值
|
||||
std::vector<double> gradient; // 梯度
|
||||
std::vector<double> curl; // 旋度
|
||||
double divergence; // 散度
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user