バージョン

CumProduct メソッド (ComplexMatrix)

各要素 y[i1,..,iN,..,iM] を y[i1,..,0,..,iM]*...*y[i1,..,iN,..,iM] と置き換えて ComplexMatrix、y を更新します。
シンタックス
'宣言
 
Public Function CumProduct( _
   ByVal N As Integer _
) As ComplexMatrix
public ComplexMatrix CumProduct( 
   int N
)

パラメータ

N
計算次元。

戻り値の型

変更された ComplexMatrix。
例外
例外解説
System.ArithmeticException x が空の場合に発生します。
System.ArgumentExceptionN が 1 未満の場合に発生します。
参照