Package jisa.maths.matrices
Class ComplexMatrix.Row
- java.lang.Object
-
- jisa.maths.matrices.ComplexMatrix
-
- jisa.maths.matrices.ComplexMatrix.Row
-
- All Implemented Interfaces:
java.lang.Iterable<org.apache.commons.math.complex.Complex>
,Matrix<org.apache.commons.math.complex.Complex>
- Enclosing class:
- ComplexMatrix
public static class ComplexMatrix.Row extends ComplexMatrix
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jisa.maths.matrices.ComplexMatrix
ComplexMatrix.Col, ComplexMatrix.Identity, ComplexMatrix.Row
-
Nested classes/interfaces inherited from interface jisa.maths.matrices.Matrix
Matrix.EntryConsumer<T>, Matrix.EntryMapper<U,T>, Matrix.LinearMapper<T>
-
-
Constructor Summary
Constructors Constructor Description Row(org.apache.commons.math.complex.Complex... values)
-
Method Summary
-
Methods inherited from class jisa.maths.matrices.ComplexMatrix
add, add, addToElement, appendCols, appendRows, cols, copy, divide, divideElement, elementDivide, elementMultiply, fieldMatrix, get, getColArray, getColMatrix, getColSums, getData, getDeterminant, getDiagonal, getFlatData, getLU, getQR, getRowArray, getRowMatrix, getRowSums, getSubMatrix, getSubMatrix, getTrace, invert, isSingular, leftDivide, leftDivide, leftElementDivide, leftElementMultiply, leftMultiply, leftMultiply, map, map, mapCol, mapColToCol, mapElement, mapRow, mapRowToRow, multiply, multiply, multiplyElement, reshape, rows, set, setAll, setAll, setDiagonal, setDiagonal, subtract, subtract, subtractFromElement, toString, transpose
-
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface jisa.maths.matrices.Matrix
checkIndices, div, div, divide, equals, forEach, forEach, forEachCol, forEachRow, isCol, isRow, isSquare, iterator, map, map, mapCol, mapColToCol, mapRow, mapRowToRow, mapSelf, mapSelf, minus, minus, plus, plus, setCol, setCol, setRow, setRow, setSubMatrix, size, stream, times, times
-
-