Re: [問題] 請問有關C#矩陣的library
※ 引述《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
推
10/25 19:03, , 1F
10/25 19:03, 1F
推
10/25 19:53, , 2F
10/25 19:53, 2F
討論串 (同標題文章)
本文引述了以下文章的的內容:
完整討論串 (本文為第 2 之 2 篇):
C_Sharp 近期熱門文章
PTT數位生活區 即時熱門文章