Class ComputePermutation<T extends Matrix>

java.lang.Object
org.ejml.sparse.ComputePermutation<T>

public abstract class ComputePermutation<T extends Matrix>
extends java.lang.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 permutation
    boolean hasColumnPermutation()  
    boolean hasRowPermutation()  
    abstract void process​(T m)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait