public class ApplyFillReductionPermutation
extends java.lang.Object
| Constructor and Description |
|---|
ApplyFillReductionPermutation(ComputePermutation<org.ejml.data.DMatrixSparseCSC> fillReduce,
boolean symmetric) |
| Modifier and Type | Method and Description |
|---|---|
org.ejml.data.DMatrixSparseCSC |
apply(org.ejml.data.DMatrixSparseCSC A)
Computes and applies the fill reduction permutation.
|
int[] |
getArrayP() |
int[] |
getArrayPinv() |
int[] |
getArrayQ() |
ComputePermutation<org.ejml.data.DMatrixSparseCSC> |
getFillReduce() |
org.ejml.data.IGrowArray |
getGw() |
boolean |
isApplied() |
void |
setGw(org.ejml.data.IGrowArray gw) |
public ApplyFillReductionPermutation(ComputePermutation<org.ejml.data.DMatrixSparseCSC> fillReduce, boolean symmetric)
public org.ejml.data.DMatrixSparseCSC apply(org.ejml.data.DMatrixSparseCSC A)
A - Input matrix. unmodified.public int[] getArrayPinv()
public int[] getArrayP()
public int[] getArrayQ()
public org.ejml.data.IGrowArray getGw()
public void setGw(org.ejml.data.IGrowArray gw)
public ComputePermutation<org.ejml.data.DMatrixSparseCSC> getFillReduce()
public boolean isApplied()