作者StarView (星演)
看板C_Sharp
标题Re: [问题] 请问有关C#矩阵的library
时间Tue Oct 24 20:37:44 2006
※ 引述《StarView (星演)》之铭言:
: 有人可以推荐一下 专门运算 Matrix (矩阵)
: for C# 的free library吗?
: 希望能提供计算比较高阶一点的功能,像是
: eigen value/vector 或是
: PCA (Principle Component Analysis) 或是
: SVN (Single Value Decomposition) 之类的...
: 我知道C#本身有 Matrix class,但没提供上所述较高阶的功能
: 谢谢"..
: ---
: [站外信件]
http://www.codeproject.com/csharp/PsDotNetMatrix.asp?msg=1712686
这个好像不错""
Introduction
The classes provided with this article give you a basic linear algebra
package for .NET. It provides user-level C# classes for constructing and
manipulating real, dense matrices. It is meant to provide sufficient
functionality for routine problems, packaged in a way that is natural and
understandable to non-experts. That said, it is simply a port of a public
domain Java matrix library, called JAMA. Check the JAMA web site for more
information.
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 140.116.246.39
1F:推 Killertcell:感谢 最近刚好用到! 请问还有更多吗? 10/25 19:03
2F:推 StarView:恩...有的话应该还在开发中 @@a" 10/25 19:53