Uses of Class
JSci.physics.relativity.Rank1Tensor

Packages that use Rank1Tensor
JSci.physics   
JSci.physics.relativity   
 

Uses of Rank1Tensor in JSci.physics
 

Fields in JSci.physics declared as Rank1Tensor
 Rank1Tensor RelativisticParticle.momentum
          Momentum 4-vector.
 Rank1Tensor RelativisticParticle.position
          Position 4-vector.
 

Uses of Rank1Tensor in JSci.physics.relativity
 

Methods in JSci.physics.relativity that return Rank1Tensor
 Rank1Tensor Rank1Tensor.add(Rank1Tensor t)
          Returns the addition of this tensor and another.
 Rank1Tensor Rank2Tensor.multiply(Rank1Tensor t)
          Returns the multiplication of this tensor by another.
 Rank1Tensor Rank1Tensor.subtract(Rank1Tensor t)
          Returns the subtraction of this tensor by another.
 

Methods in JSci.physics.relativity with parameters of type Rank1Tensor
 Rank1Tensor Rank1Tensor.add(Rank1Tensor t)
          Returns the addition of this tensor and another.
 Rank1Tensor Rank2Tensor.multiply(Rank1Tensor t)
          Returns the multiplication of this tensor by another.
 Rank1Tensor Rank1Tensor.subtract(Rank1Tensor t)
          Returns the subtraction of this tensor by another.
 Rank3Tensor Rank2Tensor.tensorProduct(Rank1Tensor t)
          Returns the tensor product of this tensor and another.
 Rank2Tensor Rank1Tensor.tensorProduct(Rank1Tensor t)
          Returns the tensor product of this tensor and another.
 Rank4Tensor Rank3Tensor.tensorProduct(Rank1Tensor t)
          Returns the tensor product of this tensor and another.