Expand description
Matrix analysis functions including decompositions and matrix norms
Functionsยง
- geometric_
mean_ spd - Compute the geometric mean of symmetric positive definite matrices.
- nuclear_
norm - Compute the nuclear norm (trace norm) of a matrix.
- polar_
decomposition - Compute the polar decomposition of a matrix.
- spectral_
condition_ number - Compute the spectral condition number of a matrix.
- spectral_
radius - Compute the spectral radius of a matrix.
- tikhonov_
regularization - Compute Tikhonov regularization of a matrix.