コード例 #1
0
ファイル: Matrix.cs プロジェクト: xg86/HmmDotNet
 public double[,] Inverse()
 {
     return(_decomposition.Inverse(_m));
 }