Java org.apache.commons.math3.linear RRQRDecomposition fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.math3.linear RRQRDecomposition fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.math3.linear RRQRDecomposition.

The text is from its open source code.

Constructor

RRQRDecomposition(RealMatrix matrix, double threshold)
Calculates the QR-decomposition of the given matrix.
RRQRDecomposition(RealMatrix matrix)
Calculates the QR-decomposition of the given matrix.

Method

intgetRank(final double dropThreshold)
Return the effective numerical matrix rank.
DecompositionSolvergetSolver()
Get a solver for finding the A × X = B solution in least square sense.