I have a numeric type where m is a square matrix of that type.  I can do 
m', inv(m), det(m), lu(m), qr(m).  svd, eig do not work as I have no 
svdfact! or eigfact! routines specialized for this type. Is there a way to 
combine those actions to make a function that does one or more of 
eigenvalues, eigenvectors, svd?  If not, what is the least other 
functionality needed to get there & how?

Reply via email to