Package eu.bandm.sig.adlib2.math
Class DoubleMatrix
java.lang.Object
eu.bandm.sig.adlib2.math.DoubleMatrix
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DoubleMatrix.KleeneAlgebrastatic final DoubleMatrix.KleeneAlgebra -
Method Summary
Modifier and TypeMethodDescriptionabove(DoubleMatrix other) add(DoubleMatrix other) beside(DoubleMatrix other) compute()intintgetWidth()static DoubleMatrixidentity(int size) inverse()static voidmultiply(DoubleMatrix other) power(long n) static DoubleMatrixstatic intsame(int x, int y) scale(double factor) toString()