由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - LAPACK++ or TNT?
相关主题
请 CMU 的兄弟姐妹们帮忙有啥好的normal distribution random variable的C代码?
请教:如何测试什么形式的函数更快?Machine Learning里的一些算法是否有经典库啊?
大家编程用得algebra lib是什么?有没有人装过globus toolkit啊 (转载)
C++统计library (转载)C++数值计算用什么库?
求矩阵的本征矢量和本征值 (转载)如何用CUDA同时计算几百个实对称矩阵的eigenvalues/eigenvecot (转载)
各位大牛们救救小弟吧...which areas of multi-agent are hot?
machine learning toolkit package[转载] 有什么好的free的software算LP?
精华区的GSL免费已经不免了 (转载)大家讨论一下AI吧
相关话题的讨论汇总
话题: tnt话题: lapack话题: webpage话题: seems话题: hi
进入CS版参与讨论
1 (共1页)
mw
发帖数: 525
1
Hi,
the GSL from GNU is implemented in standart C , and looks ugly in a OO
designed program.
LAPACK++ seems to be much better, but its webpage said it has been replaced
with TNT, i go to the webpage of TNT and found it's actually not well
maintained (seems to be)
so, what kind of toolkit are u now using ? or you guys just write them by
yourself?
thanks
w****a
发帖数: 186
2
Current TNT package is really weak. Don't believe it, though I'm
using it as a basis.

【在 mw 的大作中提到】
: Hi,
: the GSL from GNU is implemented in standart C , and looks ugly in a OO
: designed program.
: LAPACK++ seems to be much better, but its webpage said it has been replaced
: with TNT, i go to the webpage of TNT and found it's actually not well
: maintained (seems to be)
: so, what kind of toolkit are u now using ? or you guys just write them by
: yourself?
: thanks

t**g
发帖数: 49
3
both lapack++ and TNT are week.
with them, you'd better prepare to call the lapack directly sometime.
there is a nice c++ package called SYNAPS by B. Mourrain et al.
worth trying: http://www-sop.inria.fr/galaad/logiciels/synaps/.
but it is still under developing.

【在 mw 的大作中提到】
: Hi,
: the GSL from GNU is implemented in standart C , and looks ugly in a OO
: designed program.
: LAPACK++ seems to be much better, but its webpage said it has been replaced
: with TNT, i go to the webpage of TNT and found it's actually not well
: maintained (seems to be)
: so, what kind of toolkit are u now using ? or you guys just write them by
: yourself?
: thanks

mw
发帖数: 525
4
i finally chose TNT
lapack is too complicated for me , especially when I need to program on
WIndows.
TNT is really not so powerful, i need to write quite a lot of code myself to
turn it into something i want.
anyway, it's quite handy.
oh, thanks for your suggestion! :)

【在 t**g 的大作中提到】
: both lapack++ and TNT are week.
: with them, you'd better prepare to call the lapack directly sometime.
: there is a nice c++ package called SYNAPS by B. Mourrain et al.
: worth trying: http://www-sop.inria.fr/galaad/logiciels/synaps/.
: but it is still under developing.

1 (共1页)
进入CS版参与讨论
相关主题
大家讨论一下AI吧求矩阵的本征矢量和本征值 (转载)
help with Programming!!!各位大牛们救救小弟吧...
关于google (转载)machine learning toolkit package
A question about the front-page of Google.com (转载)精华区的GSL免费已经不免了 (转载)
请 CMU 的兄弟姐妹们帮忙有啥好的normal distribution random variable的C代码?
请教:如何测试什么形式的函数更快?Machine Learning里的一些算法是否有经典库啊?
大家编程用得algebra lib是什么?有没有人装过globus toolkit啊 (转载)
C++统计library (转载)C++数值计算用什么库?
相关话题的讨论汇总
话题: tnt话题: lapack话题: webpage话题: seems话题: hi