Uses of Class
org.apache.commons.math4.linear.NonSquareMatrixException
| Package | Description |
|---|---|
| org.apache.commons.math4.linear |
Linear algebra support.
|
-
Uses of NonSquareMatrixException in org.apache.commons.math4.linear
Methods in org.apache.commons.math4.linear that throw NonSquareMatrixException Modifier and Type Method Description TAbstractFieldMatrix. getTrace()Returns the trace of the matrix (the sum of the elements on the main diagonal).doubleAbstractRealMatrix. getTrace()Returns the trace of the matrix (the sum of the elements on the main diagonal).TFieldMatrix. getTrace()Returns the trace of the matrix (the sum of the elements on the main diagonal).doubleRealMatrix. getTrace()Returns the trace of the matrix (the sum of the elements on the main diagonal).static RealMatrixMatrixUtils. inverse(RealMatrix matrix)Computes the inverse of the given matrix.static RealMatrixMatrixUtils. inverse(RealMatrix matrix, double threshold)Computes the inverse of the given matrix.FieldMatrix<T>AbstractFieldMatrix. power(int p)Returns the result multiplying this with itselfptimes.RealMatrixAbstractRealMatrix. power(int p)Returns the result of multiplyingthiswith itselfptimes.FieldMatrix<T>FieldMatrix. power(int p)Returns the result multiplying this with itselfptimes.RealMatrixRealMatrix. power(int p)Returns the result of multiplyingthiswith itselfptimes.static voidMatrixUtils. solveLowerTriangularSystem(RealMatrix rm, RealVector b)Solve a system of composed of a Lower Triangular MatrixRealMatrix.static voidMatrixUtils. solveUpperTriangularSystem(RealMatrix rm, RealVector b)Solver a system composed of an Upper Triangular MatrixRealMatrix.