Module analysis

Module analysis 

Source
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.