subdistance | R Documentation |
Calculate subdistance between subspace spanned by the columns of a and the subspace spanned by the columns of b
subdistance(A, B)
A |
A matrix whose columns span a subspace. |
B |
A matrix whose columns span a subspace. |
subdistance between the two subspaces spanned by the matrices A and B, defined as min(O orthogonal) ||AO-B||_F
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.