Re: ATLAS binding: error when multiplying a complex matrix by a real matrix
Florent Teichteil <[email protected]>
| Newsgroups | gmane.comp.lib.boost.ublas |
|---|---|
| Message-ID | <[email protected]> |
Thank you very much for your response. Actually, ublas does support it, at least multiplication of complex matrix by a real one (the other way gives a compilation error): ublas::axpy_prod(C, R, O) -> works ublas::axpy_prod(R, C, O) -> does not work where C is complex, R is real, and O is complex Cheers Florent Le 28/09/2012 17:42, Michael Lehn a écrit : > Am 28.09.2012 um 17:22 schrieb Florent Teichteil: > >> Hi all, >> >> I am trying to multiply a complex matrix by a real one using gemm: >> >> atlas::gemm(m1, m2, r); >> > > This operation is not supported by ATLAS (or any other standard BLAS implementation). > > cheers, > > Michael > > _______________________________________________ > ublas mailing list > [email protected] > http://lists.boost.org/mailman/listinfo.cgi/ublas > Sent to: [email protected] > _______________________________________________ ublas mailing list [email protected] http://lists.boost.org/mailman/listinfo.cgi/ublas Sent to: [email protected]