|
From: Daniel C. <dan...@gm...> - 2011-08-26 10:58:18
|
2011/8/25 Kakhkhor Abdijalilov <kab...@gm...> > Longstaff-Schwartz method doesn't need and shouldn't use full SVD. > LAPACK has thin version of SVD, but Eigen doesn't. > > One possible option is to link to standard CBLAS/LAPACK interface. MKL > 10.3 introduced C-API to LAPACK. The same interface can be built for > ATLAS, ACML or any other implementation that provides CBLAS/LAPACK > interface. A high level abstraction layer would separate users from > low level implementation. This way users would be able to link to > their favorite CBLAS/LAPACK implementation. > > It has a lot of sense. User will be able to use well optimized CBLAS/LAPACK (like MKL, Goto or GPU based), and by the way QuantLib binary will be much smaller. regards, daniel > Regards, > Kakhkhor Abdijalilov. > > > ------------------------------------------------------------------------------ > EMC VNX: the world's simplest storage, starting under $10K > The only unified storage solution that offers unified management > Up to 160% more powerful than alternatives and 25% more efficient. > Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev > _______________________________________________ > QuantLib-dev mailing list > Qua...@li... > https://lists.sourceforge.net/lists/listinfo/quantlib-dev > |