Skip to content

Commit

Permalink
[doc] Fix typo (#786)
Browse files Browse the repository at this point in the history
  • Loading branch information
xumingkuan committed Apr 14, 2020
1 parent f7a76bf commit eb3aea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/linalg.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Matrices
- ``ti.Matrix.abs(A)``
- ``ti.tr(A)``
- ``ti.determinant(A, type)``
- ``ti.cross(a, b)``, where ``a`` amd ``b`` are 3D vectors (i.e. ``3x1`` matrices)
- ``ti.cross(a, b)``, where ``a`` and ``b`` are 3D vectors (i.e. ``3x1`` matrices)
- ``A.cast(type)``
- ``R, S = ti.polar_decompose(A, ti.f32)``
- ``U, sigma, V = ti.svd(A, ti.f32)`` (Note that ``sigma`` is a ``3x3`` diagonal matrix)
Expand Down

0 comments on commit eb3aea3

Please sign in to comment.