バージョン

CumSum メソッド (Matrix)

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

パラメータ

N
計算次元。

戻り値の型

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