OpenCMISS-Iron Internal API Documentation
distributed_matrix_vector::distributedmatrix_maxcolumnsperrowget Interface Reference

Private Member Functions

subroutine distributed_matrix_max_columns_per_row_get (DISTRIBUTED_MATRIX, MAX_COLUMNS_PER_ROW, ERR, ERROR,)
 Gets the maximum number of columns in each row of a distributed matrix. More...
 

Detailed Description

Definition at line 196 of file distributed_matrix_vector.f90.

Member Function/Subroutine Documentation

subroutine distributed_matrix_vector::distributedmatrix_maxcolumnsperrowget::distributed_matrix_max_columns_per_row_get ( type(distributed_matrix_type), pointer  DISTRIBUTED_MATRIX,
integer(intg), intent(out)  MAX_COLUMNS_PER_ROW,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Gets the maximum number of columns in each row of a distributed matrix.

Parameters
distributed_matrixA pointer to the distributed matrix
[out]max_columns_per_rowOn return, the maximum number of columns in each row
[out]errThe error code
[out]errorThe error string

Definition at line 2201 of file distributed_matrix_vector.f90.