public class ComplexVector extends GenericVector<Complex>
Complex numbers.data| Constructor and Description |
|---|
ComplexVector(java.lang.Object[] data) |
| Modifier and Type | Method and Description |
|---|---|
void |
setEle(int index,
java.lang.Object val)
Justs calls
setEleG(int, Complex) with some type checking. |
equals, getDimensions, getEle, getNEles, hashCode, setEleG, toArray, toStringpublic void setEle(int index,
java.lang.Object val)
throws EvaluationException
setEleG(int, Complex) with some type checking.setEle in interface VectorIsetEle in class GenericVector<Complex>index - index of the elementval - either a Complex or Number valueEvaluationException - if val is some other datatypeCopyright © 2018 Singular Systems http://www.singularsys.com/jep