org.mklab.nfc.eig
クラス RealSchurDecomposer<E extends NumericalScalar<E>>

java.lang.Object
  上位を拡張 org.mklab.nfc.eig.RealSchurDecomposer<E>
型パラメータ:
E - 成分の型

public final class RealSchurDecomposer<E extends NumericalScalar<E>>
extends Object

実行列のシュア分解を行うクラスです。

バージョン:
$Revision: 1.6 $
作成者:
koga

コンストラクタの概要
RealSchurDecomposer()
           
 
メソッドの概要
 SchurDecompositionElements<E> decompose(E[][] a)
          実行列のSchur分解を返します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

RealSchurDecomposer

public RealSchurDecomposer()
メソッドの詳細

decompose

public SchurDecompositionElements<E> decompose(E[][] a)
実行列のSchur分解を返します。

実行列をA、直交行列 U、Schur行列 T とすると、 これらの行列の間には、

A = U * T * U T
U T * U = I
の関係が成り立ちます。

パラメータ:
a - 対象となる実行列
戻り値:
Schur分解の結果