Java org.apache.commons.math.linear CholeskyDecomposition fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Method

doublegetDeterminant()
Return the determinant of the matrix
RealMatrixgetL()
Returns the matrix L of the decomposition.
RealMatrixgetLT()
Returns the transpose of the matrix L of the decomposition.
DecompositionSolvergetSolver()
Get a solver for finding the A × X = B solution in least square sense.