Uses of Class
xal.tools.math.rn.Rn

Packages that use Rn
Package
Description
Package for doing linear algebra in the general base space of Rn where n is a positive integer.
  • Uses of Rn in xal.tools.math.rn

    Methods in xal.tools.math.rn that return Rn
    Modifier and Type
    Method
    Description
    Rn.clone()
     
    protected Rn
    Rn.newInstance(double[] arrVecInt)
     
    protected Rn
    Rn.newInstance(int intSize)
    Returns a new, zero element, instance of Rn which has the same size as this object.
    Rmxn.times(Rn vecFac)
    Non-destructive matrix-vector multiplication.
    Methods in xal.tools.math.rn with parameters of type Rn
    Modifier and Type
    Method
    Description
    Rmxn.times(Rn vecFac)
    Non-destructive matrix-vector multiplication.
    Constructors in xal.tools.math.rn with parameters of type Rn
    Modifier
    Constructor
    Description
     
    Rn(Rn vecTemplate)
    Copy constructor.