Uses of Class
rocks.palaiologos.maja.matrix.ComplexMatrix
Packages that use ComplexMatrix
-
Uses of ComplexMatrix in rocks.palaiologos.maja.matrix
Methods in rocks.palaiologos.maja.matrix that return ComplexMatrixModifier and TypeMethodDescriptionComplexMatrix.copy()
ComplexMatrix.dot
(Matrix<Complex> another, BiFunction<Complex, Complex, Complex> scalar, BiFunction<Complex, Complex, Complex> vector) static ComplexMatrix
ComplexMatrix.reverseFirst()
ComplexMatrix.reverseLast()
ComplexMatrix.transpose()