Uses of Class
net.talvi.puffinplot.data.Tensor

Packages that use Tensor
net.talvi.puffinplot.data   
 

Uses of Tensor in net.talvi.puffinplot.data
 

Methods in net.talvi.puffinplot.data that return Tensor
static Tensor Tensor.fromDirections(Vec3 k1, Vec3 k2, Vec3 k3)
          Creates a tensor with the specified axes.
 Tensor Sample.getAms()
          Returns this sample's AMS tensor.
 

Method parameters in net.talvi.puffinplot.data with type arguments of type Tensor
static java.util.List<KentParams> KentParams.calculateBootstrap(java.util.List<Tensor> tensors, boolean parametric, java.lang.String scriptPath)
          Calculates 95% Kent confidence ellipses from the supplied tensors by running the bootams.py script from Lisa Tauxe's pmagpy suite.
static java.util.List<KentParams> KentParams.calculateHext(java.util.List<Tensor> tensors, java.lang.String scriptPath)
          Calculates 95% Kent confidence ellipses from the supplied tensors by running the s_hext.py script from Lisa Tauxe's pmagpy suite.