Uses of Class
org.openscience.cdk.math.IVector
Packages that use IVector
-
Uses of IVector in org.openscience.cdk.math
Methods in org.openscience.cdk.math that return IVectorModifier and TypeMethodDescriptionAddition from two vectorsIVector.duplicate()
Copy a vectorIMatrix.getVectorFromColumn
(int index) Creates a vector with the content of a column from this matrixIMatrix.getVectorFromDiagonal()
Creates a vector with the content of the diagonal elements from this matrixIMatrix.getVectorFromRow
(int index) Creates a vector with the content of a row from this matrixMultiplikation from a vector and a matrixIVector.mul
(double b) Multiplication from a vectors with an doubleSubtraction from two vectorsMethods in org.openscience.cdk.math with parameters of type IVectorModifier and TypeMethodDescriptionAddition from two vectorsvoid
Addition from two vectorsMultiplication from two vectorsvoid
Copy a vectorMultiplikation from a vector and a matrixvoid
Multiplikation from a vector and a matrixvoid
Multiplication from a vectors with an doubleSubtraction from two vectorsvoid
Subtraction from two vectors