Uses of Class
org.scictrl.mp.orbitcorrect.math.DoubleMatrix
-
Uses of DoubleMatrix in org.scictrl.mp.orbitcorrect.accessories
Modifier and TypeMethodDescriptionstatic String
Utilities.printMatrix
(DoubleMatrix m) Returns String of matrix elements.static void
Utilities.printMatrix
(DoubleMatrix m, PrintWriter pr) Prints matrix to PrintWriter. -
Uses of DoubleMatrix in org.scictrl.mp.orbitcorrect.math
Modifier and TypeClassDescriptionfinal class
BetaMatrix class.class
Abstract DipoleMatrix class.class
DispersionVector class.class
DoubleVector class.final class
DriftMatrix class.final class
QuadrupoleMatrix class.final class
RDipoleMatrix class.final class
SDipoleMatrix class.class
Generic beam transfer matrix.Modifier and TypeMethodDescriptionstatic final DoubleMatrix
DoubleMatrix.identity
(int dim) identity.BetaMatrix.join
(DoubleMatrix matrix) Multipliesmatrix
from right with this matrix and stores result in this matrix.DoubleMatrix.join
(DoubleMatrix matrix) Multipliesmatrix
from right with this matrix and stores result in this matrix.DriftMatrix.join
(DoubleMatrix matrix) Multipliesmatrix
from right with this matrix and stores result in this matrix.QuadrupoleMatrix.join
(DoubleMatrix matrix) Multipliesmatrix
from right with this matrix and stores result in this matrix.RDipoleMatrix.join
(DoubleMatrix matrix) Multipliesmatrix
from right with this matrix and stores result in this matrix.SDipoleMatrix.join
(DoubleMatrix matrix) Multipliesmatrix
from right with this matrix and stores result in this matrix.DoubleMatrix.multiplay
(DoubleMatrix matrix) Multipliesmatrix
from right with this matrix and returns result as new matrixTransferMatrix.multiplay
(DoubleMatrix matrix) Multipliesmatrix
from right with this matrix and returns result as new matrixModifier and TypeMethodDescriptionboolean
BetaMatrix.canJoin
(DoubleMatrix matrix) Test if can be joined with this matrix.boolean
DispersionVector.canJoin
(DoubleMatrix matrix) Test if can be joined with this matrix.boolean
DoubleMatrix.canJoin
(DoubleMatrix matrix) Test if can be joined with this matrix.boolean
DoubleVector.canJoin
(DoubleMatrix matrix) Test if can be joined with this matrix.boolean
DriftMatrix.canJoin
(DoubleMatrix matrix) Test if can be joined with this matrix.boolean
QuadrupoleMatrix.canJoin
(DoubleMatrix matrix) Test if can be joined with this matrix.boolean
RDipoleMatrix.canJoin
(DoubleMatrix matrix) Test if can be joined with this matrix.boolean
SDipoleMatrix.canJoin
(DoubleMatrix matrix) Test if can be joined with this matrix.boolean
DoubleMatrix.canMulitplay
(DoubleMatrix matrix) Test if can be multiplied with this matrix.boolean
DoubleMatrix.dimensionEquals
(DoubleMatrix matrix) Test if dimensions of these matrices match.BetaMatrix.join
(DoubleMatrix matrix) Multipliesmatrix
from right with this matrix and stores result in this matrix.DoubleMatrix.join
(DoubleMatrix matrix) Multipliesmatrix
from right with this matrix and stores result in this matrix.DriftMatrix.join
(DoubleMatrix matrix) Multipliesmatrix
from right with this matrix and stores result in this matrix.QuadrupoleMatrix.join
(DoubleMatrix matrix) Multipliesmatrix
from right with this matrix and stores result in this matrix.RDipoleMatrix.join
(DoubleMatrix matrix) Multipliesmatrix
from right with this matrix and stores result in this matrix.SDipoleMatrix.join
(DoubleMatrix matrix) Multipliesmatrix
from right with this matrix and stores result in this matrix.DoubleMatrix.multiplay
(DoubleMatrix matrix) Multipliesmatrix
from right with this matrix and returns result as new matrixTransferMatrix.multiplay
(DoubleMatrix matrix) Multipliesmatrix
from right with this matrix and returns result as new matrixDoubleVector.multiplayVector
(DoubleMatrix matrix) Multipliesmatrix
from right with this matrix and returns result as new matrix