Uses of Class
JSci.physics.relativity.Rank3Tensor

Packages that use Rank3Tensor
JSci.physics.relativity   
 

Uses of Rank3Tensor in JSci.physics.relativity
 

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

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