作者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
推 Killertcell:感謝 最近剛好用到! 請問還有更多嗎? 10/25 19:03
推 StarView:恩...有的話應該還在開發中 @@a" 10/25 19:53