Uses of Class
xal.tools.math.rn.Rmxn
Packages that use Rmxn
Package
Description
Package for doing linear algebra in the general base space of
Rn
where n is a positive integer.
-
Uses of Rmxn in xal.tools.math.rn
Methods in xal.tools.math.rn that return RmxnModifier and TypeMethodDescriptionRmxn.clone()static RmxnRmxn.newIdentity(int cntSize) Creates and returns a new instance of the identity matrix with the given dimensions.protected RmxnRmxn.newInstance(int row, int col) Returns a new, zero element, instance ofRmxnwhich has the same dimensions as this object.Methods in xal.tools.math.rn with parameters of type RmxnModifier and TypeMethodDescriptionvoidRmxn.minusEquals(Rmxn matSub) voidRmxn.plusEquals(Rmxn matAddend) Constructors in xal.tools.math.rn with parameters of type Rmxn