OpenCMISS-Iron Internal API Documentation
|
Private Member Functions | |
subroutine | distributed_matrix_values_set_intg (DISTRIBUTED_MATRIX, ROW_INDICES, COLUMN_INDICES, VALUES, ERR, ERROR,) |
Sets values in a distributed integer matrix. More... | |
subroutine | distributed_matrix_values_set_intg1 (DISTRIBUTED_MATRIX, ROW_INDEX, COLUMN_INDEX, VALUE, ERR, ERROR,) |
Sets one value in a distributed integer matrix. More... | |
subroutine | distributed_matrix_values_set_intg2 (DISTRIBUTED_MATRIX, ROW_INDICES, COLUMN_INDICES, VALUES, ERR, ERROR,) |
Sets a matrix of values in a distributed integer matrix. More... | |
subroutine | distributed_matrix_values_set_sp (DISTRIBUTED_MATRIX, ROW_INDICES, COLUMN_INDICES, VALUES, ERR, ERROR,) |
Sets values in a distributed single precision matrix. More... | |
subroutine | distributed_matrix_values_set_sp1 (DISTRIBUTED_MATRIX, ROW_INDEX, COLUMN_INDEX, VALUE, ERR, ERROR,) |
Sets one value in a distributed single precision matrix. More... | |
subroutine | distributed_matrix_values_set_sp2 (DISTRIBUTED_MATRIX, ROW_INDICES, COLUMN_INDICES, VALUES, ERR, ERROR,) |
Sets a matrix of values in a distributed single precision matrix. More... | |
subroutine | distributed_matrix_values_set_dp (DISTRIBUTED_MATRIX, ROW_INDICES, COLUMN_INDICES, VALUES, ERR, ERROR,) |
Sets values in a distributed double precision matrix. More... | |
subroutine | distributed_matrix_values_set_dp1 (DISTRIBUTED_MATRIX, ROW_INDEX, COLUMN_INDEX, VALUE, ERR, ERROR,) |
Sets one value in a distributed double precision matrix. More... | |
subroutine | distributed_matrix_values_set_dp2 (DISTRIBUTED_MATRIX, ROW_INDICES, COLUMN_INDICES, VALUES, ERR, ERROR,) |
Sets a matrix of values in a distributed double precision matrix. More... | |
subroutine | distributed_matrix_values_set_l (DISTRIBUTED_MATRIX, ROW_INDICES, COLUMN_INDICES, VALUES, ERR, ERROR,) |
Sets values in a distributed logical matrix. More... | |
subroutine | distributed_matrix_values_set_l1 (DISTRIBUTED_MATRIX, ROW_INDEX, COLUMN_INDEX, VALUE, ERR, ERROR,) |
Sets one value in a distributed logical matrix. More... | |
subroutine | distributed_matrix_values_set_l2 (DISTRIBUTED_MATRIX, ROW_INDICES, COLUMN_INDICES, VALUES, ERR, ERROR,) |
Sets a matrix of values in a distributed logical matrix. More... | |
Definition at line 327 of file distributed_matrix_vector.f90.
|
private |
Sets 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 set |
[in] | column_indices | COLUMN_INDICES(i). The i'th column index to set |
[in] | values | VALUES(i). The i'th value to set |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 5023 of file distributed_matrix_vector.f90.
|
private |
Sets one value in a distributed double precision matrix.
distributed_matrix | A pointer to the distributed matrix | |
[in] | row_index | The row index to set a value to |
[in] | column_index | The column index to set a value to |
[in] | value | The value of the matrix to be set at the specified row and column |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 5103 of file distributed_matrix_vector.f90.
|
private |
Sets 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 set |
[in] | column_indices | COLUMN_INDICES(j). The ij'th column index to set |
[in] | values | VALUES(i,j). The ij'th value to set |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 5161 of file distributed_matrix_vector.f90.
|
private |
Sets 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 set |
[in] | column_indices | COLUMN_INDICES(i). The i'th column index to set |
[in] | values | VALUES(i). The i'th value to set |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 4735 of file distributed_matrix_vector.f90.
|
private |
Sets one value in a distributed integer matrix.
distributed_matrix | A pointer to the distributed matrix | |
[in] | row_index | The row index to set a value to |
[in] | column_index | The column index to set a value to |
[in] | value | The value of the matrix to be set at the specified row and column |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 4783 of file distributed_matrix_vector.f90.
|
private |
Sets 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 set |
[in] | column_indices | COLUMN_INDICES(j). The ij'th column index to set |
[in] | values | VALUES(i,j). The ij'th value to set |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 4831 of file distributed_matrix_vector.f90.
|
private |
Sets 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 set |
[in] | column_indices | COLUMN_INDICES(i). The i'th column index to set |
[in] | values | VALUES(i). The i'th value to set |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 5239 of file distributed_matrix_vector.f90.
|
private |
Sets one value in a distributed logical matrix.
distributed_matrix | A pointer to the distributed matrix | |
[in] | row_index | The row index to set a value to |
[in] | column_index | The column index to set a value to |
[in] | value | The value of the matrix to be set at the specified row and column |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 5287 of file distributed_matrix_vector.f90.
|
private |
Sets 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 set |
[in] | column_indices | COLUMN_INDICES(j). The ij'th column index to set |
[in] | values | VALUES(i,j). The ij'th value to set |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 5335 of file distributed_matrix_vector.f90.
|
private |
Sets values in a distributed single precision matrix.
distributed_matrix | A pointer to the distributed matrix | |
[in] | row_indices | ROW_INDICES(i). The i'th row index to set |
[in] | column_indices | COLUMN_INDICES(i). The i'th column index to set |
[in] | values | VALUES(i). The i'th value to set |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 4879 of file distributed_matrix_vector.f90.
|
private |
Sets one value in a distributed single precision matrix.
distributed_matrix | A pointer to the distributed matrix | |
[in] | row_index | The row index to set a value to |
[in] | column_index | The column index to set a value to |
[in] | value | The value of the matrix to be set at the specified row and column |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 4927 of file distributed_matrix_vector.f90.
|
private |
Sets 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 set |
[in] | column_indices | COLUMN_INDICES(j). The ij'th column index to set |
[in] | values | VALUES(i,j). The ij'th value to set |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 4975 of file distributed_matrix_vector.f90.