|
Ublas : |
Subject: Re: [ublas] ATLAS binding: error when multiplying a complex matrix by a real matrix
From: Michael Lehn (michael.lehn_at_[hidden])
Date: 2012-09-28 11:42:37
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