Uses of Class
org.openscience.cdk.math.IMatrix
Packages that use IMatrix
-
Uses of IMatrix in org.openscience.cdk.math
Methods in org.openscience.cdk.math that return IMatrixModifier and TypeMethodDescriptionAddition from two matricesIMatrix.duplicate()
Copy a matrixMultiplikation from a scalar and a matrixMultiplikation from two matricesSimilar transformation Ut * M * USubtraktion from two matricesIMatrix.transpose()
Transpose a matrixMethods in org.openscience.cdk.math with parameters of type IMatrixModifier and TypeMethodDescriptionAddition from two matricesvoid
Addition from two matricesvoid
Copy a matrixvoid
Multiplikation from a scalar and a matrixMultiplikation from two matricesvoid
Multiplikation from two matricesSimilar transformation Ut * M * Uvoid
Similar transformation Ut * M * USubtraktion from two matricesvoid
Subtraktion from two matricesvoid
Transpose a matrix -
Uses of IMatrix in org.openscience.cdk.math.qm
Methods in org.openscience.cdk.math.qm that return IMatrix