Boost logo

Ublas :

Subject: Re: [ublas] about symmetric matrix handling in bindings
From: Rutger ter Borg (rutger_at_[hidden])
Date: 2010-11-08 10:01:43


On 11/08/2010 03:28 PM, Nizar Khalifa Sallem wrote:
> hi all,
>
> I have some questions regarding the current binding state of blas and
> lapack.
> I can't find any symmetric matrixes special product in the new
> blasX.hpp ( with X[1-3] ;) ) and I was wondering if the general
> purpose products i.e. gemm, gemv and ger can handle
> boost::symmetric_matrix in an optimized fashion or not?
>
> Best,
> --
> Nizar

Hello Nizar,

algorithms geared towards symmetric matrices usually start with 'sy'.
Please recheck the blas/levelN/ subdirectories.

HtH,

Rutger