Class ComplexVector
java.lang.Object
com.singularsys.extensions.matrix.genericmat.GenericVector<Complex>
com.singularsys.extensions.matrix.complexmat.ComplexVector
- All Implemented Interfaces:
VectorI,Serializable,Iterable<Object>
Implementation for vector whose elements are
Complex numbers.- Since:
- Jep 3.5 / Extensions 2.0
- See Also:
-
Field Summary
Fields inherited from class com.singularsys.extensions.matrix.genericmat.GenericVector
data -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidJust callsGenericVector.setEleG(int, Object)with some type checking.Methods inherited from class com.singularsys.extensions.matrix.genericmat.GenericVector
equals, getDimensions, getEle, getNEles, hashCode, setEleG, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
ComplexVector
-
-
Method Details
-
setEle
Just callsGenericVector.setEleG(int, Object)with some type checking.- Specified by:
setElein interfaceVectorI- Overrides:
setElein classGenericVector<Complex>- Parameters:
index- index of the elementval- either a Complex or Number value- Throws:
EvaluationException- if val is some other datatype
-