2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Update doc/differentiation/autodiff_reverse.qbk

Co-authored-by: Matt Borland <matt@mattborland.com>
This commit is contained in:
Maksym Zhelyeznyakov
2025-08-25 12:31:27 +02:00
committed by GitHub
parent 21b8e70fa0
commit b390ae077d

View File

@@ -26,7 +26,7 @@
// default
rvar();
// construct from numeric type
rar(const RealType value);
rvar(const RealType value);
// copy
rvar(const rvar<RealType, DerivativeOrder> other);