cr.nimble.subspaces.smallest_principal_angle_deg

cr.nimble.subspaces.smallest_principal_angle_deg(A, B)[source]

Returns the smallest principal angle between two subspaces in degrees

Parameters
  • A (jax.numpy.ndarray) – ONB for the first subspace

  • B (jax.numpy.ndarray) – ONB for the second subspace

Returns

The smallest principal angle between the two subspaces in degrees

Return type

(float)