public abstract class AbstractComplexMatrixImpl extends java.lang.Object implements ComplexMatrix, java.lang.Cloneable
コンストラクタと説明 |
---|
AbstractComplexMatrixImpl() |
修飾子とタイプ | メソッドと説明 |
---|---|
ComplexMatrix |
clone() |
java.lang.String |
encode() |
ComplexNumber |
get(int i,
int j) |
void |
set(int i,
int j,
ComplexNumber value) |
void |
set(int i,
int j,
double re,
double im) |
java.lang.String |
toString() |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getImag, getReal, setImag, setReal
public ComplexMatrix clone() throws java.lang.CloneNotSupportedException
clone
インタフェース内 ComplexMatrix
clone
クラス内 java.lang.Object
java.lang.CloneNotSupportedException
public java.lang.String encode()
encode
インタフェース内 ComplexMatrix
encode
インタフェース内 Encodable
public ComplexNumber get(int i, int j)
get
インタフェース内 ComplexMatrix
public void set(int i, int j, ComplexNumber value)
set
インタフェース内 ComplexMatrix
public void set(int i, int j, double re, double im)
set
インタフェース内 ComplexMatrix
public java.lang.String toString()
toString
クラス内 java.lang.Object