Uses of Class
JSci.physics.relativity.Rank2Tensor

Packages that use Rank2Tensor
JSci.physics.relativity   
 

Uses of Rank2Tensor in JSci.physics.relativity
 

Subclasses of Rank2Tensor in JSci.physics.relativity
 class EMFieldTensor
          The EMFieldTensor class encapsulates the electromagnetic field tensor.
 class KroneckerDelta
          The KroneckerDelta class encapsulates the Kronecker delta.
 class LorentzBoost
          The LorentzBoost class encapsulates the Lorentz boosts.
 class MinkowskiMetric
          The MinkowskiMetric class encapsulates the Minkowski metric.
 

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

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