Sine Subroutine

public subroutine Sine(InputMat, OutputMat, solver_parameters_in)

Compute the sine of a matrix.

Arguments

Type IntentOptional AttributesName
type(Matrix_ps), intent(in) :: InputMat

The matrix to compute.

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

The resulting matrix.

type(SolverParameters_t), intent(in), optional :: solver_parameters_in

Parameters for the solver.


Contents

None