Package | Description |
---|---|
JSci.physics.relativity |
Modifier and Type | Class and Description |
---|---|
class |
LeviCivita
The LeviCivita class encapsulates the Levi-Civita tensor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|