Uses of Class
imagingbook.common.math.Matrix.NonsquareMatrixException
Packages that use Matrix.NonsquareMatrixException
-
Uses of Matrix.NonsquareMatrixException in imagingbook.common.math
Methods in imagingbook.common.math that throw Matrix.NonsquareMatrixExceptionModifier and TypeMethodDescriptionstatic double[][]
Matrix.inverse
(double[][] A) Calculates and returns the inverse of the given matrix, which must be square.static float[][]
Matrix.inverse
(float[][] A) Calculates and returns the inverse of the given matrix, which must be square.static boolean
Matrix.isSingular
(double[][] A) Checks is the given squaredouble[][]
matrix is non-singular.static boolean
Matrix.isSingular
(RealMatrix A) Checks is the given square matrix is non-singular.