Package org.ejml.sparse
Class ComputePermutation<T extends Matrix>
java.lang.Object
org.ejml.sparse.ComputePermutation<T>
public abstract class ComputePermutation<T extends Matrix> extends Object
-
Field Summary
Fields Modifier and Type Field Description protected @Nullable IGrowArray
pcol
protected @Nullable IGrowArray
prow
-
Constructor Summary
Constructors Modifier Constructor Description protected
ComputePermutation(boolean hasRow, boolean hasCol)
-
Method Summary
Modifier and Type Method Description @Nullable IGrowArray
getColumn()
Returns column permutation@Nullable IGrowArray
getRow()
Returns row permutationboolean
hasColumnPermutation()
boolean
hasRowPermutation()
abstract void
process(T m)
-
Field Details
-
prow
-
pcol
-
-
Constructor Details
-
ComputePermutation
protected ComputePermutation(boolean hasRow, boolean hasCol)
-
-
Method Details
-
process
-
getRow
Returns row permutation -
getColumn
Returns column permutation -
hasRowPermutation
public boolean hasRowPermutation() -
hasColumnPermutation
public boolean hasColumnPermutation()
-