Interface QRPDecomposition_F32<T extends Matrix>

All Superinterfaces:
DecompositionInterface<T>, QRDecomposition<T>, QRPDecomposition<T>
All Known Implementing Classes:
QRColPivDecompositionHouseholderColumn_FDRM

public interface QRPDecomposition_F32<T extends Matrix> extends QRPDecomposition<T>

Implementation of QRPDecomposition for 32-bit floats

  • Method Details

    • setSingularThreshold

      void setSingularThreshold(float threshold)

      Specifies the threshold used to flag a column as being singular. The specified threshold is relative and will very depending on the system. The default value is UtilEJML.F_EPS.

      Parameters:
      threshold - Singular threshold.