[Mplapack-devel] converted subroutines - complete / testing / in development?
Status: Pre-Alpha
Brought to you by:
nakatamaho
From: Novak E. <n.s...@cu...> - 2010-02-25 10:44:52
|
Hi Nakata, I've started having a go at converting some LAPACK routines to MPACK and then I discovered that most of the routines I require already exist in the mlapack/library/ directory, even though - they are not listed on the web page "LIST OF MLAPACK ROUTINES and LAPACK CORRESPONDENCE" (http://mplapack.sourceforge.net/mlapack_routines.html) - their prototypes are listed as "/* not yet done ... auxiliary routines */" in include/mlapack_gmp.h dlacpy.f => Rlacpy.cpp Exists dgeqr2.f => Rgeqr2.cpp Exists dlanhs.f => Rlanhs.cpp Exists dlange.f => Rlange.cpp Exists dorm2r.f => Rorm2r.cpp Exists dgeqrf.f => Rgeqrf.cpp Exists dggbak.f => Rggbak.cpp Exists dlasv2.f => Rlasv2.cpp Exists dormqr.f => Rormqr.cpp Exists dgghrd.f => Rgghrd.cpp Exists dlag2.f => Rlag2.cpp Exists dggbal.f => Rggbal.cpp Exists dggev.f => Rggev.cpp Exists dlaln2.f => Rlaln2.cpp Exists dtgevc.f => Rtgevc.cpp Exists dhgeqz.f => Rhgeqz.cpp Exists What is the status of these routines - complete / still need testing / under development? And their complex equivalents? Also, are these routines simply yet to be converted: dlabad.f ieeeck.f iparmq.f ilaenv.f ? cheers, Novak. |