Uses of Class
org.openscience.cdk.math.IMatrix
-
Packages that use IMatrix Package Description org.openscience.cdk.math org.openscience.cdk.math.qm -
-
Uses of IMatrix in org.openscience.cdk.math
Methods in org.openscience.cdk.math that return IMatrix Modifier and Type Method Description IMatrixIMatrix. add(IMatrix b)Addition from two matricesIMatrixIMatrix. duplicate()Copy a matrixIMatrixIMatrix. mul(Complex a)Multiplikation from a scalar and a matrixIMatrixIMatrix. mul(IMatrix b)Multiplikation from two matricesIMatrixIMatrix. similar(IMatrix U)Similar transformation Ut * M * UIMatrixIMatrix. sub(IMatrix b)Subtraktion from two matricesIMatrixIMatrix. transpose()Transpose a matrixMethods in org.openscience.cdk.math with parameters of type IMatrix Modifier and Type Method Description IMatrixIMatrix. add(IMatrix b)Addition from two matricesvoidIMatrix. add(IMatrix b, IMatrix result)Addition from two matricesvoidIMatrix. duplicate(IMatrix result)Copy a matrixvoidIMatrix. mul(Complex a, IMatrix result)Multiplikation from a scalar and a matrixIMatrixIMatrix. mul(IMatrix b)Multiplikation from two matricesvoidIMatrix. mul(IMatrix b, IMatrix result)Multiplikation from two matricesIMatrixIMatrix. similar(IMatrix U)Similar transformation Ut * M * UvoidIMatrix. similar(IMatrix U, IMatrix result)Similar transformation Ut * M * UIMatrixIMatrix. sub(IMatrix b)Subtraktion from two matricesvoidIMatrix. sub(IMatrix b, IMatrix result)Subtraktion from two matricesvoidIMatrix. transpose(IMatrix result)Transpose a matrix -
Uses of IMatrix in org.openscience.cdk.math.qm
Methods in org.openscience.cdk.math.qm that return IMatrix Modifier and Type Method Description IMatrixAngularMomentum. getIx()Calculates the Ix operatorIMatrixAngularMomentum. getIy()Calculates the Iy operatorIMatrixAngularMomentum. getIz()Calculates the Iz operator
-