Uses of Class
org.scictrl.mp.orbitcorrect.math.DoubleMatrix
Packages that use DoubleMatrix
- 
Uses of DoubleMatrix in org.scictrl.mp.orbitcorrect.accessories
Methods in org.scictrl.mp.orbitcorrect.accessories with parameters of type DoubleMatrixModifier and TypeMethodDescriptionstatic StringUtilities.printMatrix(DoubleMatrix m) Returns String of matrix elements.static voidUtilities.printMatrix(DoubleMatrix m, PrintWriter pr) Prints matrix to PrintWriter. - 
Uses of DoubleMatrix in org.scictrl.mp.orbitcorrect.math
Subclasses of DoubleMatrix in org.scictrl.mp.orbitcorrect.mathModifier and TypeClassDescriptionfinal classBetaMatrix class.classAbstract DipoleMatrix class.classDispersionVector class.classDoubleVector class.final classDriftMatrix class.final classQuadrupoleMatrix class.final classRDipoleMatrix class.final classSDipoleMatrix class.classGeneric beam transfer matrix.Methods in org.scictrl.mp.orbitcorrect.math that return DoubleMatrixModifier and TypeMethodDescriptionstatic final DoubleMatrixDoubleMatrix.identity(int dim) identity.BetaMatrix.join(DoubleMatrix matrix) Multipliesmatrixfrom right with this matrix and stores result in this matrix.DoubleMatrix.join(DoubleMatrix matrix) Multipliesmatrixfrom right with this matrix and stores result in this matrix.DriftMatrix.join(DoubleMatrix matrix) Multipliesmatrixfrom right with this matrix and stores result in this matrix.QuadrupoleMatrix.join(DoubleMatrix matrix) Multipliesmatrixfrom right with this matrix and stores result in this matrix.RDipoleMatrix.join(DoubleMatrix matrix) Multipliesmatrixfrom right with this matrix and stores result in this matrix.SDipoleMatrix.join(DoubleMatrix matrix) Multipliesmatrixfrom right with this matrix and stores result in this matrix.DoubleMatrix.multiplay(DoubleMatrix matrix) Multipliesmatrixfrom right with this matrix and returns result as new matrixTransferMatrix.multiplay(DoubleMatrix matrix) Multipliesmatrixfrom right with this matrix and returns result as new matrixMethods in org.scictrl.mp.orbitcorrect.math with parameters of type DoubleMatrixModifier and TypeMethodDescriptionbooleanBetaMatrix.canJoin(DoubleMatrix matrix) Test if can be joined with this matrix.booleanDispersionVector.canJoin(DoubleMatrix matrix) Test if can be joined with this matrix.booleanDoubleMatrix.canJoin(DoubleMatrix matrix) Test if can be joined with this matrix.booleanDoubleVector.canJoin(DoubleMatrix matrix) Test if can be joined with this matrix.booleanDriftMatrix.canJoin(DoubleMatrix matrix) Test if can be joined with this matrix.booleanQuadrupoleMatrix.canJoin(DoubleMatrix matrix) Test if can be joined with this matrix.booleanRDipoleMatrix.canJoin(DoubleMatrix matrix) Test if can be joined with this matrix.booleanSDipoleMatrix.canJoin(DoubleMatrix matrix) Test if can be joined with this matrix.booleanDoubleMatrix.canMulitplay(DoubleMatrix matrix) Test if can be multiplied with this matrix.booleanDoubleMatrix.dimensionEquals(DoubleMatrix matrix) Test if dimensions of these matrices match.BetaMatrix.join(DoubleMatrix matrix) Multipliesmatrixfrom right with this matrix and stores result in this matrix.DoubleMatrix.join(DoubleMatrix matrix) Multipliesmatrixfrom right with this matrix and stores result in this matrix.DriftMatrix.join(DoubleMatrix matrix) Multipliesmatrixfrom right with this matrix and stores result in this matrix.QuadrupoleMatrix.join(DoubleMatrix matrix) Multipliesmatrixfrom right with this matrix and stores result in this matrix.RDipoleMatrix.join(DoubleMatrix matrix) Multipliesmatrixfrom right with this matrix and stores result in this matrix.SDipoleMatrix.join(DoubleMatrix matrix) Multipliesmatrixfrom right with this matrix and stores result in this matrix.DoubleMatrix.multiplay(DoubleMatrix matrix) Multipliesmatrixfrom right with this matrix and returns result as new matrixTransferMatrix.multiplay(DoubleMatrix matrix) Multipliesmatrixfrom right with this matrix and returns result as new matrixDoubleVector.multiplayVector(DoubleMatrix matrix) Multipliesmatrixfrom right with this matrix and returns result as new matrix