Package SloppyCell :: Module Subspaces
[hide private]

Module Subspaces

source code

Functions [hide private]
 
subspace_angles(A, B)
Return the principle angles and vectors between two subspaces.
source code
 
test() source code
 
plot_test() source code

Imports: scipy


Function Details [hide private]

subspace_angles(A, B)

source code 

Return the principle angles and vectors between two subspaces. 

See Bjorck and Golub, "Numerical Methods for Computing Between Linear 
       Subspaces" _Mathematics_of_Computation_, 27(123), 1973, pp. 579-594
Or, for a more understandable exposition, Golub and Van Loan, 
       _Matrix_Computations_ (3rd ed.) pp. 603-604