Package | Description |
---|---|
JSci.physics.relativity |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|