RTRESGEV Eigensolver Package
. > applyAtA.m

applyAtA

PURPOSE ^

Applies A'*A, given some rectangular matrix A.

SYNOPSIS ^

function y = applyAtA(x,A);

DESCRIPTION ^

 Applies A'*A, given some rectangular matrix A.

 Calling
 y = applyAtA(A,x)
 applies the operator A'*A to x without 
 requiring the explicit formation of A'*A
 This is useful for converting SVD problems into 
 an eigenvalue problem suitable for an iterative 
 eigensolver.

CROSS-REFERENCE INFORMATION ^

This function calls:
This function is called by:

Generated on Wed 19-Mar-2008 18:10:47 by m2html © 2003