Documentation of 'org.ujmp.core.doublematrix.calculation.entrywise.hyperbolic.HyperbolicDoubleCalculations' Java class
HyperbolicDoubleCalculations
org.ujmp.core.doublematrix.calculation.entrywise.hyperbolic

Interface HyperbolicDoubleCalculations

    • Method Detail

      • sinh

        Matrix sinh(Calculation.Ret returnType)
        Calculates the hyperbolic sinus of all entries in the matrix.
        Parameters:
        returnType - Select whether a new or a linked Matrix is returned, or if the operation is performed on the original Matrix
        Returns:
        Matrix with hyperbolic sinus values
      • cosh

        Matrix cosh(Calculation.Ret returnType)
        Calculates the hyperbolic cosinus of all entries in the matrix.
        Parameters:
        returnType - Select whether a new or a linked Matrix is returned, or if the operation is performed on the original Matrix
        Returns:
        Matrix with hyperbolic cosinus values
      • tanh

        Matrix tanh(Calculation.Ret returnType)
        Calculates the hyperbolic tangens of all entries in the matrix.
        Parameters:
        returnType - Select whether a new or a linked Matrix is returned, or if the operation is performed on the original Matrix
        Returns:
        Matrix with hyperbolic tangens values

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.