Package | Description |
---|---|
JSci.physics | |
JSci.physics.relativity |
Modifier and Type | Field and Description |
---|---|
Rank1Tensor |
RelativisticParticle.momentum
Momentum 4-vector.
|
Rank1Tensor |
RelativisticParticle.position
Position 4-vector.
|
Modifier and Type | Method and Description |
---|---|
Rank1Tensor |
Rank1Tensor.add(Rank1Tensor t)
Returns the addition of this tensor and another.
|
Rank1Tensor |
Rank2Tensor.multiply(Rank1Tensor t)
Returns the multiplication of this tensor by another.
|
Rank1Tensor |
Rank1Tensor.subtract(Rank1Tensor t)
Returns the subtraction of this tensor by another.
|
Modifier and Type | Method and Description |
---|---|
Rank1Tensor |
Rank1Tensor.add(Rank1Tensor t)
Returns the addition of this tensor and another.
|
Rank1Tensor |
Rank2Tensor.multiply(Rank1Tensor t)
Returns the multiplication of this tensor by another.
|
Rank1Tensor |
Rank1Tensor.subtract(Rank1Tensor t)
Returns the subtraction of this tensor by another.
|
Rank3Tensor |
Rank2Tensor.tensorProduct(Rank1Tensor t)
Returns the tensor product of this tensor and another.
|
Rank2Tensor |
Rank1Tensor.tensorProduct(Rank1Tensor t)
Returns the tensor product of this tensor and another.
|
Rank4Tensor |
Rank3Tensor.tensorProduct(Rank1Tensor t)
Returns the tensor product of this tensor and another.
|