proj_dist: Calculate the distance between two bases.

Description Usage Arguments Details

Description

Calculate the distance between two bases.

Usage

1
proj_dist(x, y)

Arguments

x

projection matrix a

y

projection matrix b

Details

Computes the Frobenius norm between two bases. This is equals to the Euclidean norm of the vector of sines of principal angles between the two subspaces.


tourr documentation built on May 2, 2019, 5:28 p.m.

Related to proj_dist in tourr...