Uses of Class
imagingbook.common.math.Matrix.IncompatibleDimensionsException
Packages that use Matrix.IncompatibleDimensionsException
-
Uses of Matrix.IncompatibleDimensionsException in imagingbook.common.math
Methods in imagingbook.common.math that throw Matrix.IncompatibleDimensionsExceptionModifier and TypeMethodDescriptionstatic voidMatrix.multiplyD(double[][] A, double[][] B, double[][] C) Calculates the product of twodouble[][]matrices A, B and places the results in the thirddouble[][]matrix C, which is modified (destructively).