Re: [Lapackpp-devel] lapackpp@Bilkent University
Status: Beta
Brought to you by:
cstim
From: Christian S. <sti...@tu...> - 2007-02-04 10:29:08
|
Dear Mr. Ozturk, no, lapackpp does not offer any iterative or sparse solvers. If you need such kind of solvers, I would suggest you should take a look at= =20 the original LAPACK solvers (available in Fortran). Lapackpp should only=20 provide a C++ wrapper to the more familiar parts of LAPACK, but your=20 specialized request should rather be solved by using the LAPACK functions=20 directly. Christian Am Sonntag, 4. Februar 2007 12:29 schrieb oz...@ee...: > Dear Mr Christian Stimming, > > I am pursueing MSc. at Bilkent university in Turkey. In my thesis, I am > solving large sparse linear equations(beyond 10000*10000). Currently I am > making use of lapackpp in .net2003. However as far as I know, all matrix > structures and methods for solving equations are defined for dense matric= es > which limits the size of the problem that I am able solve. Is there any > patch or an addition to lapackpp for iterative and/or direct sparse matr= ix > solvers? I would appreciate any help coming from you since such an ability > in solving sparse matrices enables me to write my paper and complete my > thesis as soon as possible. My thesis is analyzing QoS in OBS networks > using a novel numerical method. > > > Kind regards, > > Onur =D6zt=FCrk > EEE @ Bilkent University > Ankara, Turkey |