Uses of Class
org.openscience.cdk.math.Matrix
Packages that use Matrix
-
Uses of Matrix in org.openscience.cdk.math
Methods in org.openscience.cdk.math that return MatrixModifier and TypeMethodDescriptionAdds two matrices.Matrix.diagonalize
(int maxNumRot) Diagonalize this matrix with the Jacobi algorithm.Matrix.duplicate()
Copies a matrix.Matrix.mul
(double a) Multiplies a scalar with this Matrix.Multiplies this Matrix with another one.Normalizes the vectors of this matrix.Matrix.orthonormalize
(Matrix S) Orthonormalize the vectors of this matrix by Gram-Schmidt.Similar transformation Ut * M * USubtracts from two matrices.Quaternion.toRotationMatrix()
Matrix.transpose()
Transposes a matrix.Methods in org.openscience.cdk.math with parameters of type MatrixModifier and TypeMethodDescriptionAdds two matrices.static Vector
Matrix.elimination
(Matrix matrix, Vector vector) Solves a linear equation system with Gauss elimination.static Quaternion
Quaternion.fromRotationMatrix
(Matrix m) Return the function value The rows of the matrix x are the Parameters like x,y,z and the columns are the values which must calculated.Multiplies this Matrix with another one.Normalizes the vectors of this matrix.Matrix.orthonormalize
(Matrix S) Orthonormalize the vectors of this matrix by Gram-Schmidt.Similar transformation Ut * M * USubtracts from two matrices.Constructors in org.openscience.cdk.math with parameters of type Matrix -
Uses of Matrix in org.openscience.cdk.math.qm
Methods in org.openscience.cdk.math.qm that return MatrixModifier and TypeMethodDescriptionOrbitals.getCoefficients()
Get the coefficient matrixAngularMomentum.getIminus()
Calculates the I- operatorAngularMomentum.getIplus()
Calculates the I+ operatorMethods in org.openscience.cdk.math.qm with parameters of type MatrixModifier and TypeMethodDescriptionCalculates the function values.Calculates the function values.Get the function value of a orbitalvoid
Orbitals.setCoefficients
(Matrix C) Set a coefficient matrixConstructors in org.openscience.cdk.math.qm with parameters of type Matrix