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