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