From e960534a5b5a26a2b6d6c27586fc2dad88594b93 Mon Sep 17 00:00:00 2001 From: Yong He Date: Wed, 15 Mar 2023 23:31:09 -0700 Subject: Update 07-autodiff.md --- docs/user-guide/07-autodiff.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/user-guide/07-autodiff.md b/docs/user-guide/07-autodiff.md index caa29aa35..6d26d8134 100644 --- a/docs/user-guide/07-autodiff.md +++ b/docs/user-guide/07-autodiff.md @@ -156,8 +156,8 @@ In addition, a differentiable type must define the `zero` value of its derivativ ### Builtin Differentiable Types The following builtin types are differentiable: -- Scalars: `float`, `half`. -- Vector/Matrix: `vector` and `matrix` of `float` and `half` types. +- Scalars: `float`, `double` and `half`. +- Vector/Matrix: `vector` and `matrix` of `float`, `double` and `half` types. - Arrays: `T[n]` is differentiable if `T` is differentiable. ### User Defined Differentiable Types -- cgit v1.2.3