Interface QR.Factory<N extends Comparable<N>>

All Superinterfaces:
MatrixDecomposition.Factory<QR<N>>
Enclosing interface:
QR<N extends Comparable<N>>

public static interface QR.Factory<N extends Comparable<N>> extends MatrixDecomposition.Factory<QR<N>>
  • Method Summary

    Modifier and Type
    Method
    Description
    default QR<N>
    make(boolean fullSize)
     
    default QR<N>
    make(Structure2D typical)
    Will create a new decomposition instance suitable for matrices of the specified size.
    QR<N>
    make(Structure2D typical, boolean fullSize)
     

    Methods inherited from interface org.ojalgo.matrix.decomposition.MatrixDecomposition.Factory

    decompose, make, make