DenseCosine Subroutine

public subroutine DenseCosine(Mat, OutputMat, solver_parameters_in)

Compute the cosine of a matrix. (dense version).

Arguments

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

The matrix to compute.

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

The cosine of the input matrix.

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

Parameters for the solver


Contents