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, waitgetImag, getReal, setImag, setRealpublic ComplexMatrix clone() throws java.lang.CloneNotSupportedException
clone インタフェース内 ComplexMatrixclone クラス内 java.lang.Objectjava.lang.CloneNotSupportedExceptionpublic java.lang.String encode()
encode インタフェース内 ComplexMatrixencode インタフェース内 Encodablepublic ComplexNumber get(int i, int j)
get インタフェース内 ComplexMatrixpublic void set(int i,
int j,
ComplexNumber value)
set インタフェース内 ComplexMatrixpublic void set(int i,
int j,
double re,
double im)
set インタフェース内 ComplexMatrixpublic java.lang.String toString()
toString クラス内 java.lang.Object