org.mklab.tool.matrix
クラス Angle

java.lang.Object
  上位を拡張 org.mklab.tool.matrix.Angle

public class Angle
extends Object

各成分の偏角からなる行列を求めるクラスです。

Phase angles (in radians)

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

コンストラクタの概要
Angle()
           
 
メソッドの概要
static NumericalMatrixOperator<?> angle(NumericalMatrixOperator<?> g)
          複素行列の各成分の偏角[rad]からなる行列を返します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Angle

public Angle()
メソッドの詳細

angle

public static NumericalMatrixOperator<?> angle(NumericalMatrixOperator<?> g)
複素行列の各成分の偏角[rad]からなる行列を返します。

パラメータ:
g - 複素行列
戻り値:
各成分の偏角からなる行列 (phase angle)