Interface TrigonometricDoubleCalculations

    • Method Detail

      • sin

        Matrix sin​(Calculation.Ret returnType)
        Calculates the 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 sinus values
      • cos

        Matrix cos​(Calculation.Ret returnType)
        Calculates the 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 cosinus values
      • tan

        Matrix tan​(Calculation.Ret returnType)
        Calculates the 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 tangens values