Hi Maho, It's nice to see you here too. :-)

On 6/8/05, NAKATA Maho <[EMAIL PROTECTED]> wrote:
> Dear kohei,
> do we need BLAS/LAPACK?
> BLAS(vector-vector/matrix-vector/matrix-matrix op)
> LAPACK(many subroutines, LU decomposition, finding eigenvalue/eigenvector etc)
>
> if you need such kind of calculation(I think linear programming need this)
> please use BLAS and/or LAPACK

Thanks for the info.  We should definitely look into BLAS and LAPACK
for future consideration.  For now, the current solver code has its
own Matrix class wrapping Boost's ublas library as its underlying
implementation.  But once we get into the performance optimization
phase (whenever that will be), we should look into those alternative
matrix implementations.

Thanks again,

Kohei

-- 
Kohei Yoshida
OpenOffice.org Calc contributor
http://kohei.us/ooo/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to