ComputeLogarithm Subroutine

public subroutine ComputeLogarithm(InputMat, OutputMat, solver_parameters_in)

Compute the logarithm of a matrix.

Arguments

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

The input matrix

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

OutputMat = exp(InputMat)

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

Parameters for the solver


Contents

None