Package xal.extension.jels.model.elem
Class FieldMapIntegrator.Operations
java.lang.Object
xal.extension.jels.model.elem.FieldMapIntegrator.Operations
- Enclosing class:
- FieldMapIntegrator
Abstract class for implementing optimized functions for matrix
operations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addIdentityInPlace
(double[] matrix) Add the identity matrix to the given matrix.
-
Constructor Details
-
Operations
public Operations()
-
-
Method Details
-
addIdentityInPlace
public void addIdentityInPlace(double[] matrix) Add the identity matrix to the given matrix.- Parameters:
matrix
-
-