Uses of Class
JSci.physics.relativity.Rank4Tensor

Packages that use Rank4Tensor
JSci.physics.relativity   
 

Uses of Rank4Tensor in JSci.physics.relativity
 

Subclasses of Rank4Tensor in JSci.physics.relativity
 class LeviCivita
          The LeviCivita class encapsulates the Levi-Civita tensor.
 

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

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