Uses of Class
imagingbook.common.math.Matrix.SameSourceTargetException
Packages that use Matrix.SameSourceTargetException
-
Uses of Matrix.SameSourceTargetException in imagingbook.common.math
Methods in imagingbook.common.math that throw Matrix.SameSourceTargetExceptionModifier 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).