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 Rmxn
Rmxn.newIdentity
(int cntSize) Creates and returns a new instance of the identity matrix with the given dimensions.protected Rmxn
Rmxn.newInstance
(int row, int col) Returns a new, zero element, instance ofRmxn
which has the same dimensions as this object.Methods in xal.tools.math.rn with parameters of type RmxnModifier and TypeMethodDescriptionvoid
Rmxn.minusEquals
(Rmxn matSub) void
Rmxn.plusEquals
(Rmxn matAddend) Constructors in xal.tools.math.rn with parameters of type Rmxn