OpenCMISS-Iron Internal API Documentation
DISTRIBUTED_MATRIX_VECTOR::DataTypes

Distributed matrix-vector data types. More...

Variables

integer(intg), parameter, public distributed_matrix_vector::distributed_matrix_vector_intg_type =MATRIX_VECTOR_INTG_TYPE
 Integer distributed matrix-vector data type. More...
 
integer(intg), parameter, public distributed_matrix_vector::distributed_matrix_vector_sp_type =MATRIX_VECTOR_SP_TYPE
 Single precision real distributed matrix-vector data type. More...
 
integer(intg), parameter, public distributed_matrix_vector::distributed_matrix_vector_dp_type =MATRIX_VECTOR_DP_TYPE
 Double precision real distributed matrix-vector data type. More...
 
integer(intg), parameter, public distributed_matrix_vector::distributed_matrix_vector_l_type =MATRIX_VECTOR_L_TYPE
 Logical distributed matrix-vector data type. More...
 

Detailed Description

Distributed matrix-vector data types.

See also
DISTRIBUTED_MATRIX_VECTOR

Variable Documentation

integer(intg), parameter, public distributed_matrix_vector::distributed_matrix_vector_dp_type =MATRIX_VECTOR_DP_TYPE
integer(intg), parameter, public distributed_matrix_vector::distributed_matrix_vector_intg_type =MATRIX_VECTOR_INTG_TYPE
integer(intg), parameter, public distributed_matrix_vector::distributed_matrix_vector_l_type =MATRIX_VECTOR_L_TYPE
integer(intg), parameter, public distributed_matrix_vector::distributed_matrix_vector_sp_type =MATRIX_VECTOR_SP_TYPE