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