Uses of Class
dev.nm.algebra.linear.matrix.doubles.matrixtype.PermutationMatrix
-
-
Uses of PermutationMatrix in dev.nm.algebra.linear.matrix.doubles.factorization.gaussianelimination
Methods in dev.nm.algebra.linear.matrix.doubles.factorization.gaussianelimination that return PermutationMatrix Modifier and Type Method Description PermutationMatrixGaussianElimination. P()Get the permutation matrix, P, such that P * A = L * U.PermutationMatrixGaussianElimination4SquareMatrix. P() -
Uses of PermutationMatrix in dev.nm.algebra.linear.matrix.doubles.factorization.qr
Methods in dev.nm.algebra.linear.matrix.doubles.factorization.qr that return PermutationMatrix Modifier and Type Method Description PermutationMatrixGramSchmidt. P()PermutationMatrixHouseholderQR. P()Gets P, the pivoting matrix in the QR decomposition.PermutationMatrixQR. P()PermutationMatrixQRDecomposition. P()Get P, the pivoting matrix in the QR decomposition. -
Uses of PermutationMatrix in dev.nm.algebra.linear.matrix.doubles.factorization.triangle
Methods in dev.nm.algebra.linear.matrix.doubles.factorization.triangle that return PermutationMatrix Modifier and Type Method Description PermutationMatrixDoolittle. P()PermutationMatrixLU. P()PermutationMatrixLUDecomposition. P()Get the permutation matrix P as in P * A = L * U. -
Uses of PermutationMatrix in dev.nm.algebra.linear.matrix.doubles.matrixtype
Methods in dev.nm.algebra.linear.matrix.doubles.matrixtype that return PermutationMatrix Modifier and Type Method Description PermutationMatrixPermutationMatrix. deepCopy()PermutationMatrixPermutationMatrix. ONE()PermutationMatrixPermutationMatrix. t()The transpose of a permutation matric is the same as its inverse.Constructors in dev.nm.algebra.linear.matrix.doubles.matrixtype with parameters of type PermutationMatrix Constructor Description PermutationMatrix(PermutationMatrix P)Copy constructor.
-