|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bioconductor.packages.rservices.RObject
org.bioconductor.packages.rservices.RVector
org.bioconductor.packages.rservices.RComplex
public class RComplex
Field Summary | |
---|---|
protected double[] |
imaginary
|
protected int[] |
indexNA
|
protected double[] |
real
|
Fields inherited from class org.bioconductor.packages.rservices.RVector |
---|
names |
Constructor Summary | |
---|---|
RComplex()
|
|
RComplex(double[] real,
double[] imaginary,
int[] indexNA,
java.lang.String[] names)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object inputObject)
|
double[] |
getImaginary()
Gets the imaginary for this RComplex. |
int[] |
getIndexNA()
Gets the NA indices for this RComplex. |
double[] |
getReal()
Gets the real for this RComplex. |
int |
length()
|
void |
setImaginary(java.lang.Double imaginary)
Sets the imaginary for this RComplex. |
void |
setImaginary(double[] imaginary)
Sets the imaginary for this RComplex. |
void |
setIndexNA(int[] indexNA)
Sets the NA indices for this RComplex, start from 0 |
void |
setReal(java.lang.Double real)
Sets the real for this RComplex. |
void |
setReal(double[] real)
Sets the real for this RComplex. |
java.lang.String |
toString()
|
Methods inherited from class org.bioconductor.packages.rservices.RVector |
---|
getNames, setNames |
Methods inherited from class org.bioconductor.packages.rservices.RObject |
---|
getOutputMsg, setOutputMsg |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected double[] real
protected double[] imaginary
protected int[] indexNA
Constructor Detail |
---|
public RComplex()
public RComplex(double[] real, double[] imaginary, int[] indexNA, java.lang.String[] names)
Method Detail |
---|
public void setReal(double[] real)
real
- public void setReal(java.lang.Double real)
real
- public double[] getReal()
public void setImaginary(double[] imaginary)
imaginary
- public void setImaginary(java.lang.Double imaginary)
imaginary
- public double[] getImaginary()
public void setIndexNA(int[] indexNA)
indexNA
- public int[] getIndexNA()
public int length()
length
in class RVector
public boolean equals(java.lang.Object inputObject)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |