mepack_options_isolver - Man Page

Select the internal solver for the level-3 algorithms.

Synopsis

Functions/Subroutines

integer function trsylv_isolver ()
Get the inner solver for TRSYLV.
subroutine trsylv_isolver_set (isolve)
Set the inner solver for TRSYLV.
integer function trsylv2_isolver ()
Get the inner solver for TRSYLV2.
subroutine trsylv2_isolver_set (isolve)
Set the inner solver for TRSYLV2.
integer function tgsylv_isolver ()
Get the inner solver for TGSYLV.
subroutine tgsylv_isolver_set (isolve)
Set the inner solver for TGSYLV.
integer function tgcsylv_isolver ()
Get the inner solver for TGCSYLV.
subroutine tgcsylv_isolver_set (isolve)
Set the inner solver for TGCSYLV.
integer function tgcsylv_dual_isolver ()
Get the inner solver for TGCSYLV_DUAL.
subroutine tgcsylv_dual_isolver_set (isolve)
Set the inner solver for TGCSYLV_DUAL.
integer function trlyap_isolver ()
Get the inner solver for TRLYAP.
subroutine trlyap_isolver_set (isolve)
Set the inner solver for TRLYAP.
integer function tglyap_isolver ()
Get the inner solver for TGLYAP.
subroutine tglyap_isolver_set (isolve)
Set the inner solver for TGLYAP.
integer function tgstein_isolver ()
Get the inner solver for TGSTEIN.
subroutine tgstein_isolver_set (isolve)
Set the inner solver for TGSTEIN.
integer function trstein_isolver ()
Get the inner solver for TRSTEIN.
subroutine trstein_isolver_set (isolve)
Set the inner solver for TRSTEIN.

Variables

integer, parameter isolver_default = 1
Select the default inner solver.
integer, parameter isolver_vector_local_copy = 1
Select the vectorized with local copies inner solver.
integer, parameter isolver_local_copy = 2
Select the local copies inner solver.
integer, parameter isolver_reorder = 3
Select the reordered level 2 inner solver.
integer, parameter isolver_level2 = 4
Select the level 2 inner solver.
integer, parameter isolver_level2_naive = 5
Select the naive implementation of the level 2 inner solver.
integer, parameter isolver_recursive = 6
Select the recursive blocking as inner solver.

Detailed Description

Select the internal solver for the level-3 algorithms.

The MEPACK_OPTIONS_ISOLVER module contains the selection of the inner solvers for the level-3 solvers.

Variable Documentation

integer, parameter mepack_options_isolver::isolver_default = 1

Select the default inner solver.

Definition at line 30 of file isolver.f90.

Author

Generated automatically by Doxygen for MEPACK from the source code.

Info

Fri Feb 2 2024 00:00:00 Version 1.1.1 MEPACK