Uses of Class
javajs.util.Matrix
Packages that use Matrix
Package
Description
-
Uses of Matrix in javajs.util
Methods in javajs.util that return MatrixModifier and TypeMethodDescriptionadd two matricesMatrix.copy()
Make a deep copy of a matrixMatrix.getMatrixSelected
(int[] r, int n) Get a submatrix for a give number of columns and selected row set.Matrix.getRotation()
similarly to M3/M4 standard rotation/translation matrix we set a rotationTranslation matrix to be: [ nxn rot nx1 trans 1xn 0 1x1 1 ]Matrix.getSubmatrix
(int i0, int j0, int nrows, int ncols) Get a submatrix.Matrix.getTranslation()
static Matrix
Matrix.identity
(int m, int n) Generate identity matrixMatrix.inverse()
Matrix inverse or pseudoinverseLinear algebraic matrix multiplication, A * Bstatic Matrix
X = A + B*scalesubtract two matricesMatrix.transpose()
Matrix transpose.Methods in javajs.util with parameters of type Matrix -
Uses of Matrix in org.jmol.adapter.readers.cif
Methods in org.jmol.adapter.readers.cif with parameters of type Matrix -
Uses of Matrix in org.jmol.adapter.smarter
Methods in org.jmol.adapter.smarter with parameters of type MatrixModifier and TypeMethodDescriptionvoid
MSInterface.addSubsystem
(String code, Matrix w) XtalSymmetry.FileSymmetry.addSubSystemOp
(String code, Matrix rs, Matrix vs, Matrix sigma) -
Uses of Matrix in org.jmol.api
Methods in org.jmol.api that return Matrix -
Uses of Matrix in org.jmol.symmetry
Methods in org.jmol.symmetry that return MatrixMethods in org.jmol.symmetry with parameters of type Matrix -
Uses of Matrix in org.jmol.util
Methods in org.jmol.util with parameters of type MatrixModifier and TypeMethodDescriptionModulationSet.setMod
(String id, P3 r00, P3 r0, int d, Lst<Modulation> mods, M3 gammaE, Matrix[] factors, SymmetryInterface symmetry, int nOps, int iop, Vibration v, boolean isCommensurate) A collection of modulations for a specific atom.