Is there any C/C++ sample of ScaLapack SVD subroutine (PDGESVD) ?

Is there any C/C++ sample of ScaLapack SVD subroutine (PDGESVD) ?

imagem de Takuya Sekikawa

Hi,

I'm looking for C/C++ sample code of using ScaLapack's SVD solver, PDGESVD.
But there are very little reference...
I need actual code that works.
Someone please help!

Takuya

2 posts / 0 new
Último post
Para obter mais informações sobre otimizações de compiladores, consulte Aviso sobre otimizações.
imagem de Andrei Moskalev (Intel)

Try to use (adopt) general netlib example pdsvddriver.f (located at test/scalapack).

Faça login para deixar um comentário.