Modifier and Type | Method and Description |
---|---|
PermutationMatrix |
GaussianElimination4SquareMatrix.P() |
PermutationMatrix |
GaussianElimination.P()
Get the permutation matrix, P, such that P * A = L * U.
|
Modifier and Type | Method and Description |
---|---|
PermutationMatrix |
HouseholderQR.P()
Gets P, the pivoting matrix in the QR decomposition.
|
PermutationMatrix |
QRDecomposition.P()
Get P, the pivoting matrix in the QR decomposition.
|
PermutationMatrix |
GramSchmidt.P() |
PermutationMatrix |
QR.P() |
Modifier and Type | Method and Description |
---|---|
PermutationMatrix |
LU.P() |
PermutationMatrix |
LUDecomposition.P()
Get the permutation matrix P as in P * A = L * U.
|
PermutationMatrix |
Doolittle.P() |
Modifier and Type | Method and Description |
---|---|
PermutationMatrix |
PermutationMatrix.deepCopy() |
PermutationMatrix |
PermutationMatrix.ONE() |
PermutationMatrix |
PermutationMatrix.t()
The transpose of a permutation matric is the same as its inverse.
|
Constructor and Description |
---|
PermutationMatrix(PermutationMatrix P)
Copy constructor.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.