| OpenCMISS-Iron Internal API Documentation
    | 
| Private Member Functions | |
| subroutine | distributed_matrix_values_get_intg (DISTRIBUTED_MATRIX, ROW_INDICES, COLUMN_INDICES, VALUES, ERR, ERROR,) | 
| Gets values in a distributed integer matrix.  More... | |
| subroutine | distributed_matrix_values_get_intg1 (DISTRIBUTED_MATRIX, ROW_INDEX, COLUMN_INDEX, VALUE, ERR, ERROR,) | 
| Gets one value in a distributed integer matrix.  More... | |
| subroutine | distributed_matrix_values_get_intg2 (DISTRIBUTED_MATRIX, ROW_INDICES, COLUMN_INDICES, VALUES, ERR, ERROR,) | 
| Gets a matrix of values in a distributed integer matrix.  More... | |
| subroutine | distributed_matrix_values_get_sp (DISTRIBUTED_MATRIX, ROW_INDICES, COLUMN_INDICES, VALUES, ERR, ERROR,) | 
| Gets values in a distributed single precision matrix.  More... | |
| subroutine | distributed_matrix_values_get_sp1 (DISTRIBUTED_MATRIX, ROW_INDEX, COLUMN_INDEX, VALUE, ERR, ERROR,) | 
| Gets one value in a distributed single precision matrix.  More... | |
| subroutine | distributed_matrix_values_get_sp2 (DISTRIBUTED_MATRIX, ROW_INDICES, COLUMN_INDICES, VALUES, ERR, ERROR,) | 
| Gets a matrix of values in a distributed single precision matrix.  More... | |
| subroutine | distributed_matrix_values_get_dp (DISTRIBUTED_MATRIX, ROW_INDICES, COLUMN_INDICES, VALUES, ERR, ERROR,) | 
| Gets values in a distributed double precision matrix.  More... | |
| subroutine | distributed_matrix_values_get_dp1 (DISTRIBUTED_MATRIX, ROW_INDEX, COLUMN_INDEX, VALUE, ERR, ERROR,) | 
| Gets one value in a distributed double precision matrix.  More... | |
| subroutine | distributed_matrix_values_get_dp2 (DISTRIBUTED_MATRIX, ROW_INDICES, COLUMN_INDICES, VALUES, ERR, ERROR,) | 
| Gets a matrix of values in a distributed double precision matrix.  More... | |
| subroutine | distributed_matrix_values_get_l (DISTRIBUTED_MATRIX, ROW_INDICES, COLUMN_INDICES, VALUES, ERR, ERROR,) | 
| Gets values in a distributed logical matrix.  More... | |
| subroutine | distributed_matrix_values_get_l1 (DISTRIBUTED_MATRIX, ROW_INDEX, COLUMN_INDEX, VALUE, ERR, ERROR,) | 
| Gets one value in a distributed logical matrix.  More... | |
| subroutine | distributed_matrix_values_get_l2 (DISTRIBUTED_MATRIX, ROW_INDICES, COLUMN_INDICES, VALUES, ERR, ERROR,) | 
| Gets a matrix of values in a distributed logical matrix.  More... | |
Definition at line 282 of file distributed_matrix_vector.f90.
| 
 | private | 
Gets values in a distributed double precision matrix.
| distributed_matrix | A pointer to the distributed matrix | |
| [in] | row_indices | ROW_INDICES(i). The i'th row index to get | 
| [in] | column_indices | COLUMN_INDICES(i). The i'th column index to get | 
| [out] | values | VALUES(i). On return the i'th value to get | 
| [out] | err | The error code | 
| [out] | error | The error string | 
Definition at line 4369 of file distributed_matrix_vector.f90.
| 
 | private | 
Gets one value in a distributed double precision matrix.
| distributed_matrix | A pointer to the distributed matrix | |
| [in] | row_index | The row index to get a value from | 
| [in] | column_index | The column index to get a value from | 
| [out] | value | On return the value of the matrix at the specified row and column | 
| [out] | err | The error code | 
| [out] | error | The error string | 
Definition at line 4449 of file distributed_matrix_vector.f90.
| 
 | private | 
Gets a matrix of values in a distributed double precision matrix.
| distributed_matrix | A pointer to the distributed matrix | |
| [in] | row_indices | ROW_INDICES(i). The ij'th row index to get | 
| [in] | column_indices | COLUMN_INDICES(j). The ij'th column index to get | 
| [out] | values | VALUES(i,j). On return the ij'th value to get | 
| [out] | err | The error code | 
| [out] | error | The error string | 
Definition at line 4512 of file distributed_matrix_vector.f90.
| 
 | private | 
Gets values in a distributed integer matrix.
| distributed_matrix | A pointer to the distributed matrix | |
| [in] | row_indices | ROW_INDICES(i). The i'th row index to get | 
| [in] | column_indices | COLUMN_INDICES(i). The i'th column index to get | 
| [out] | values | VALUES(i). On return the i'th value to get | 
| [out] | err | The error code | 
| [out] | error | The error string | 
Definition at line 4081 of file distributed_matrix_vector.f90.
| 
 | private | 
Gets one value in a distributed integer matrix.
| distributed_matrix | A pointer to the distributed matrix | |
| [in] | row_index | The row index to get a value from | 
| [in] | column_index | The column index to get a value from | 
| [out] | value | On return the value of the matrix at the specified row and column | 
| [out] | err | The error code | 
| [out] | error | The error string | 
Definition at line 4129 of file distributed_matrix_vector.f90.
| 
 | private | 
Gets a matrix of values in a distributed integer matrix.
| distributed_matrix | A pointer to the distributed matrix | |
| [in] | row_indices | ROW_INDICES(i). The ij'th row index to get | 
| [in] | column_indices | COLUMN_INDICES(j). The ij'th column index to get | 
| [out] | values | VALUES(i,j). On return the ij'th value to get | 
| [out] | err | The error code | 
| [out] | error | The error string | 
Definition at line 4177 of file distributed_matrix_vector.f90.
| 
 | private | 
Gets values in a distributed logical matrix.
| distributed_matrix | A pointer to the distributed matrix | |
| [in] | row_indices | ROW_INDICES(i). The i'th row index to get | 
| [in] | column_indices | COLUMN_INDICES(i). The i'th column index to get | 
| [out] | values | VALUES(i). On return the i'th value to get | 
| [out] | err | The error code | 
| [out] | error | The error string | 
Definition at line 4591 of file distributed_matrix_vector.f90.
| 
 | private | 
Gets one value in a distributed logical matrix.
| distributed_matrix | A pointer to the distributed matrix | |
| [in] | row_index | The row index to get a value from | 
| [in] | column_index | The column index to get a value from | 
| [out] | value | On return the value of the matrix at the specified row and column | 
| [out] | err | The error code | 
| [out] | error | The error string | 
Definition at line 4639 of file distributed_matrix_vector.f90.
| 
 | private | 
Gets a matrix of values in a distributed logical matrix.
| distributed_matrix | A pointer to the distributed matrix | |
| [in] | row_indices | ROW_INDICES(i). The ij'th row index to get | 
| [in] | column_indices | COLUMN_INDICES(j). The ij'th column index to get | 
| [out] | values | VALUES(i,j). On return the ij'th value to get | 
| [out] | err | The error code | 
| [out] | error | The error string | 
Definition at line 4687 of file distributed_matrix_vector.f90.
| 
 | private | 
Gets values in a distributed single precision matrix.
| distributed_matrix | A pointer to the distributed matrix | |
| [in] | row_indices | The row index to get a value from | 
| [in] | column_indices | The column index to get a value from | 
| [out] | values | On return the value of the matrix at the specified row and column | 
| [out] | err | The error code | 
| [out] | error | The error string | 
Definition at line 4225 of file distributed_matrix_vector.f90.
| 
 | private | 
Gets one value in a distributed single precision matrix.
| distributed_matrix | A pointer to the distributed matrix | |
| [in] | row_index | The row index to get a value from | 
| [in] | column_index | The column index to get a value from | 
| [out] | value | On return the value of the matrix at the specified row and column | 
| [out] | err | The error code | 
| [out] | error | The error string | 
Definition at line 4273 of file distributed_matrix_vector.f90.
| 
 | private | 
Gets a matrix of values in a distributed single precision matrix.
| distributed_matrix | A pointer to the distributed matrix | |
| [in] | row_indices | ROW_INDICES(i). The ij'th row index to get | 
| [in] | column_indices | COLUMN_INDICES(j). The ij'th column index to get | 
| [out] | values | VALUES(i,j). On return the ij'th value to get | 
| [out] | err | The error code | 
| [out] | error | The error string | 
Definition at line 4321 of file distributed_matrix_vector.f90.