Compute Interface

public interface Compute

Contents


Module Procedures

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

Compute The Chebyshev Polynomial of the matrix. This method uses the standard Chebyshev Polynomial expansion.

Arguments

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

The input matrix

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

OutputMat = poly(InputMat)

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

The Chebyshev polynomial to compute.

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

Parameters for the solver.