Re: [Lapackpp-devel] Lapackpp scaled matrix addition
Status: Beta
Brought to you by:
cstim
From: Christian S. <sti...@tu...> - 2007-05-14 13:31:50
|
Quoting Matti Varjokallio <mav...@ja...>: > Am I correct in saying that currently the possibilities to compute a > scaled matrix sum in lapack++ are: > 1) Do a basic double-loop > 2) Blas_Mat_Mat_Mult with the second argument as identity matrix > 3) Blas_Scale for the second argument and use +-operator which is > marked deprecated > > It seems that there is a Blas_Add_Mult -function only for vectors, but not > for matrices? Is there some specific reason for this or could a wrapper > for dgema be added? Oh, there exists dgema that does this? In that case it would be nice to have a wrapper for this, indeed. If you're up to submitting a patch, I'd happily include it into lapackpp; otherwise I might be able to do this maybe in June. Regards, Christian |