バージョン

Reverse(ComplexMatrix,Int32) メソッド

N 次元に沿って逆の順番で x の要素の平方根と共に ComplexMatrix を返します。
シンタックス
'宣言
 
Public Overloads Shared Function Reverse( _
   ByVal x As ComplexMatrix, _
   ByVal N As Integer _
) As ComplexMatrix
public static ComplexMatrix Reverse( 
   ComplexMatrix x,
   int N
)

パラメータ

x
ComplexMatrix。
N
計算次元。

戻り値の型

y[0,...iN,...,M] = x[0,...,length-iN-1,...,M] である ComplexMatrix y。
例外
例外解説
System.ArgumentExceptionN が 1 未満の場合に発生します。
参照