Compute Interface

public interface Compute

Contents


Module Procedures

private subroutine Compute_stand(InputMat, OutputMat, poly, solver_parameters_in)

Compute A Matrix Polynomial Using Horner's Method.

Arguments

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

The input matrix

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

OutputMat = poly(InputMat)

type(Polynomial_t), intent(in) :: poly

Polynomial to compute.

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

Parameters for the solver.