RTRESGEV Eigensolver Package
. > applyMat.m

applyMat

PURPOSE ^

Function to wrap a matrix application in a function pointer

SYNOPSIS ^

function AX = applyMat(A,X);

DESCRIPTION ^

 Function to wrap a matrix application in a function pointer

 AX = applyMat(A,X)
 applies multiplies the matrix A against the vector (or set of vectors)
 X. This function is intended to test the ability of a code to 
 handle function-pointers, on the trivial case of a matrix-matrix
 multiplication.

CROSS-REFERENCE INFORMATION ^

This function calls:
This function is called by:

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