Uses of Class
org.apache.commons.math.linear.NonSquareMatrixException
Packages that use NonSquareMatrixException
-
Uses of NonSquareMatrixException in org.apache.commons.math.linear
Methods in org.apache.commons.math.linear that throw NonSquareMatrixExceptionModifier and TypeMethodDescriptionAbstractFieldMatrix.getTrace()
Returns the trace of the matrix (the sum of the elements on the main diagonal).double
AbstractRealMatrix.getTrace()
Returns the trace of the matrix (the sum of the elements on the main diagonal).FieldMatrix.getTrace()
Returns the trace of the matrix (the sum of the elements on the main diagonal).double
RealMatrix.getTrace()
Returns the trace of the matrix (the sum of the elements on the main diagonal).Constructors in org.apache.commons.math.linear that throw NonSquareMatrixExceptionModifierConstructorDescriptionCholeskyDecompositionImpl
(RealMatrix matrix) Calculates the Cholesky decomposition of the given matrix.CholeskyDecompositionImpl
(RealMatrix matrix, double relativeSymmetryThreshold, double absolutePositivityThreshold) Calculates the Cholesky decomposition of the given matrix.FieldLUDecompositionImpl
(FieldMatrix<T> matrix) Calculates the LU-decomposition of the given matrix.LUDecompositionImpl
(RealMatrix matrix, double singularityThreshold) Calculates the LU-decomposition of the given matrix.