ScaleSquareTrigonometryTaylor Subroutine

public subroutine ScaleSquareTrigonometryTaylor(InputMat, OutputMat, params)

Compute trigonometric functions of a matrix using a taylor series.

Arguments

Type IntentOptional Attributes Name
type(Matrix_ps), intent(in) :: InputMat

The matrix to compute.

type(Matrix_ps), intent(inout) :: OutputMat

The resulting matrix.

type(SolverParameters_t), intent(in) :: params

Parameters for the solver.


Contents