warp.svd3#
- warp.svd3(
- A: Matrix[3, 3, Float],
Kernel
Differentiable
- Compute the SVD of a 3x3 matrix
A. The singular values are returned insigma, while the left and right basis vectors are returned in
UandV.
- warp.svd3(
- A: Matrix[3, 3, Float],
- U: Matrix[3, 3, Float],
- sigma: Vector[3, Float],
- V: Matrix[3, 3, Float],
Kernel
Differentiable
- Compute the SVD of a 3x3 matrix
A. The singular values are returned insigma, while the left and right basis vectors are returned in
UandV.