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 void
Matrix.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).