Documentation of 'org.ujmp.core.doublematrix.calculation.entrywise.trigonometric.TrigonometricDoubleCalculations' Java class
TrigonometricDoubleCalculations
org.ujmp.core.doublematrix.calculation.entrywise.trigonometric

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

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.