Documentation of 'jsci.physics.relativity.Rank2Tensor' Java class
Rank2Tensor
jsci.physics.relativity

Class Rank2Tensor

    • Constructor Detail

      • Rank2Tensor

        public Rank2Tensor()
        Constructs a 2nd rank tensor.
    • Method Detail

      • equals

        public boolean equals(java.lang.Object a)
        Compares two tensors for equality.
        Overrides:
        equals in class java.lang.Object
        Parameters:
        a - a 2nd rank tensor
      • getComponent

        public double getComponent(int i,
                                   int j)
        Returns a component of this tensor.
        Parameters:
        i - 1st index
        j - 2nd index
        Throws:
        DimensionException - If attempting to access an invalid component.
      • setComponent

        public void setComponent(int i,
                                 int j,
                                 double x)
        Sets the value of a component of this tensor.
        Parameters:
        i - 1st index
        j - 2nd index
        x - value
        Throws:
        DimensionException - If attempting to access an invalid component.
      • add

        public Rank2Tensor add(Rank2Tensor t)
        Returns the addition of this tensor and another.
        Parameters:
        t - a 2nd rank tensor
      • subtract

        public Rank2Tensor subtract(Rank2Tensor t)
        Returns the subtraction of this tensor by another.
        Parameters:
        t - a 2nd rank tensor
      • multiply

        public Rank1Tensor multiply(Rank1Tensor t)
        Returns the multiplication of this tensor by another.
        Parameters:
        t - a 1st rank tensor
      • tensorProduct

        public Rank3Tensor tensorProduct(Rank1Tensor t)
        Returns the tensor product of this tensor and another.
        Parameters:
        t - a 1st rank tensor
      • tensorProduct

        public Rank4Tensor tensorProduct(Rank2Tensor t)
        Returns the tensor product of this tensor and another.
        Parameters:
        t - a 2nd rank tensor

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.