Uses of Class
uk.ac.manchester.tornado.api.types.matrix.Matrix2DDouble
Packages that use Matrix2DDouble
-
Uses of Matrix2DDouble in uk.ac.manchester.tornado.api.types.matrix
Methods in uk.ac.manchester.tornado.api.types.matrix that return Matrix2DDoubleMethods in uk.ac.manchester.tornado.api.types.matrix with parameters of type Matrix2DDoubleModifier and TypeMethodDescriptionvoidMatrix2DDouble.multiply(Matrix2DDouble a, Matrix2DDouble b) voidMatrix2DDouble.set(Matrix2DDouble m) static voidMatrix2DDouble.transpose(Matrix2DDouble matrix) Transposes the matrix in-place.