Re: [問題] 請問有關C#矩陣的library

看板C_Sharp (C#)作者 (星演)時間19年前 (2006/10/24 20:35), 編輯推噓2(200)
留言2則, 2人參與, 最新討論串2/2 (看更多)
※ 引述《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
恩...有的話應該還在開發中 @@a"
10/25 19:53, 2F
文章代碼(AID): #15FWYVNu (C_Sharp)
討論串 (同標題文章)
文章代碼(AID): #15FWYVNu (C_Sharp)