% Determine the largest principal angle between two subspaces
SYNOPSIS
function ang = subspace (a, b)
DESCRIPTION
% -*- texinfo -*-
% @deftypefn {Function File} {@var{angle} =} subspace (@var{a}, @var{B})
% Determine the largest principal angle between two subspaces
% spanned by columns of matrices @var{a} and @var{b}.
% @end deftypefn
CROSS-REFERENCE INFORMATION
This function calls:
orth % Return an orthonormal basis of the range space of @var{a}.