public class ComplexMatrix extends GenericMatrix<Complex>
Complex numbers.data| Modifier | Constructor and Description |
|---|---|
protected |
ComplexMatrix(java.lang.Object[][] data)
Create matrix with the supplied array of data
|
| Modifier and Type | Method and Description |
|---|---|
void |
setEle(int row,
int col,
java.lang.Object val)
Just calls
setEleG(int, int, Complex) with some type checking |
equals, getDimensions, getEle, getNCols, getNRows, hashCode, setEleG, toArray, toStringprotected ComplexMatrix(java.lang.Object[][] data)
data - array of data Complex[rows][cols]public void setEle(int row,
int col,
java.lang.Object val)
throws EvaluationException
setEleG(int, int, Complex) with some type checkingsetEle in interface MatrixIsetEle in class GenericMatrix<Complex>row - the row indexcol - the column indexval - either a Complex or Number valueEvaluationException - if val is some other datatypeCopyright © 2018 Singular Systems http://www.singularsys.com/jep