proj_dist: Calculate the distance between two bases.

View source: R/linear-algebra.r

proj_distR Documentation

Calculate the distance between two bases.

Description

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

Usage

proj_dist(x, y)

Arguments

x

projection matrix a

y

projection matrix b


tourr documentation built on Aug. 25, 2023, 1:08 a.m.