QR_MUMPS
 All Classes Files Functions Variables Enumerations Enumerator Pages
List of all members | Public Member Functions
qrm_c_comm_interface Module Reference

This module contains the definition of the qr_mumps C interface common to all precisions/types. More...

Public Member Functions

subroutine qrm_gseti_c (string, val)
 C equivalent of the _qrm_common_mod::_qrm_gseti routine (only for global, integer type) More...
 
subroutine qrm_ggeti_c (string, val)
 C equivalent of the _qrm_common_mod::_qrm_ggeti routine (only for global, integer type) More...
 
subroutine qrm_ggetii_c (string, val)
 C equivalent of the _qrm_common_mod::_qrm_ggetii routine (only for global, integer type) More...
 
subroutine qrm_err_check_c ()
 C equivalent of the _qrm_error_mod::_qrm_error_check routine. More...
 

Detailed Description

This module contains the definition of the qr_mumps C interface common to all precisions/types.

Definition at line 39 of file qrm_c_comm_interface.F90.

Member Function/Subroutine Documentation

subroutine qrm_c_comm_interface::qrm_err_check_c ( )

C equivalent of the _qrm_error_mod::_qrm_error_check routine.

Definition at line 96 of file qrm_c_comm_interface.F90.

References qrm_error_mod::qrm_err_check().

subroutine qrm_c_comm_interface::qrm_ggeti_c ( character(kind=c_char), dimension(40)  string,
integer(c_int)  val 
)

C equivalent of the _qrm_common_mod::_qrm_ggeti routine (only for global, integer type)

Definition at line 64 of file qrm_c_comm_interface.F90.

References qrm_common_mod::qrm_get::qrm_ggeti().

subroutine qrm_c_comm_interface::qrm_ggetii_c ( character(kind=c_char), dimension(40)  string,
integer(c_long_long)  val 
)

C equivalent of the _qrm_common_mod::_qrm_ggetii routine (only for global, integer type)

Definition at line 80 of file qrm_c_comm_interface.F90.

References qrm_common_mod::qrm_get::qrm_ggetii().

subroutine qrm_c_comm_interface::qrm_gseti_c ( character(kind=c_char), dimension(40)  string,
integer(c_int)  val 
)

C equivalent of the _qrm_common_mod::_qrm_gseti routine (only for global, integer type)

Definition at line 48 of file qrm_c_comm_interface.F90.

References qrm_common_mod::qrm_set::qrm_gseti().


The documentation for this module was generated from the following file: