OpenCMISS-Iron Internal API Documentation
|
Private Member Functions | |
subroutine | distributed_matrix_values_add_intg (DISTRIBUTED_MATRIX, ROW_INDICES, COLUMN_INDICES, VALUES, ERR, ERROR,) |
Adds values to a distributed integer matrix. More... | |
subroutine | distributed_matrix_values_add_intg1 (DISTRIBUTED_MATRIX, ROW_INDEX, COLUMN_INDEX, VALUE, ERR, ERROR,) |
Adds one value to a distributed integer matrix. More... | |
subroutine | distributed_matrix_values_add_intg2 (DISTRIBUTED_MATRIX, ROW_INDICES, COLUMN_INDICES, VALUES, ERR, ERROR,) |
Adds a matrix of values to a distributed integer matrix. More... | |
subroutine | distributed_matrix_values_add_sp (DISTRIBUTED_MATRIX, ROW_INDICES, COLUMN_INDICES, VALUES, ERR, ERROR,) |
Adds values to a distributed single precision matrix. More... | |
subroutine | distributed_matrix_values_add_sp1 (DISTRIBUTED_MATRIX, ROW_INDEX, COLUMN_INDEX, VALUE, ERR, ERROR,) |
Adds one value to a distributed single precision matrix. More... | |
subroutine | distributed_matrix_values_add_sp2 (DISTRIBUTED_MATRIX, ROW_INDICES, COLUMN_INDICES, VALUES, ERR, ERROR,) |
Adds a matrix of values to a distributed single precision matrix. More... | |
subroutine | distributed_matrix_values_add_dp (DISTRIBUTED_MATRIX, ROW_INDICES, COLUMN_INDICES, VALUES, ERR, ERROR,) |
Adds values to a distributed double precision matrix. More... | |
subroutine | distributed_matrix_values_add_dp1 (DISTRIBUTED_MATRIX, ROW_INDEX, COLUMN_INDEX, VALUE, ERR, ERROR,) |
Adds one value to a distributed double precision matrix. More... | |
subroutine | distributed_matrix_values_add_dp2 (DISTRIBUTED_MATRIX, ROW_INDICES, COLUMN_INDICES, VALUES, ERR, ERROR,) |
Adds a matrix of values to a distributed double precision matrix. More... | |
subroutine | distributed_matrix_values_add_l (DISTRIBUTED_MATRIX, ROW_INDICES, COLUMN_INDICES, VALUES, ERR, ERROR,) |
Adds values to a distributed logical matrix. More... | |
subroutine | distributed_matrix_values_add_l1 (DISTRIBUTED_MATRIX, ROW_INDEX, COLUMN_INDEX, VALUE, ERR, ERROR,) |
Adds one value to a distributed logical matrix. More... | |
subroutine | distributed_matrix_values_add_l2 (DISTRIBUTED_MATRIX, ROW_INDICES, COLUMN_INDICES, VALUES, ERR, ERROR,) |
Adds a matrix of values to a distributed logical matrix. More... | |
Definition at line 267 of file distributed_matrix_vector.f90.
|
private |
Adds values to 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 add |
[in] | column_indices | COLUMN_INDICES(i). The i'th column index to add |
[in] | values | VALUES(i). The i'th value to add |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 3713 of file distributed_matrix_vector.f90.
|
private |
Adds one value to a distributed double precision matrix.
distributed_matrix | A pointer to the distributed matrix | |
[in] | row_index | The row index to add a value to |
[in] | column_index | The column index to add a value to |
[in] | value | The value to add at the specified row and column |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 3796 of file distributed_matrix_vector.f90.
|
private |
Adds a matrix of values to 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 add |
[in] | column_indices | COLUMN_INDICES(j). The ij'th column index to add |
[in] | values | VALUES(i,j). The ij'th value to add |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 3859 of file distributed_matrix_vector.f90.
|
private |
Adds values to a distributed integer matrix.
distributed_matrix | A pointer to the distributed matrix | |
[in] | row_indices | ROW_INDICES(i). The i'th row index to add |
[in] | column_indices | COLUMN_INDICES(i). The i'th column index to add |
[in] | values | VALUES(i). The i'th value to add |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 3425 of file distributed_matrix_vector.f90.
|
private |
Adds one value to a distributed integer matrix.
distributed_matrix | A pointer to the distributed matrix | |
[in] | row_index | The row index to add a value to |
[in] | column_index | The column index to add a value to |
[in] | value | The value to add at the specified row and column |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 3473 of file distributed_matrix_vector.f90.
|
private |
Adds a matrix of values to a distributed integer matrix.
distributed_matrix | A pointer to the distributed matrix | |
[in] | row_indices | ROW_INDICES(i). The ij'th row index to add |
[in] | column_indices | COLUMN_INDICES(j). The ij'th column index to add |
[in] | values | VALUES(i,j). The ij'th value to add |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 3521 of file distributed_matrix_vector.f90.
|
private |
Adds values to a distributed logical matrix.
distributed_matrix | A pointer to the distributed matrix | |
[in] | row_indices | ROW_INDICES(i). The i'th row index to add |
[in] | column_indices | COLUMN_INDICES(i). The i'th column index to add |
[in] | values | VALUES(i). The i'th value to add |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 3937 of file distributed_matrix_vector.f90.
|
private |
Adds one value to a distributed logical matrix.
distributed_matrix | A pointer to the distributed matrix | |
[in] | row_index | The row index to add a value to |
[in] | column_index | The column index to add a value to |
[in] | value | The value to add at the specified row and column |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 3985 of file distributed_matrix_vector.f90.
|
private |
Adds a matrix of values to a distributed logical matrix.
distributed_matrix | A pointer to the distributed matrix | |
[in] | row_indices | ROW_INDICES(i). The ij'th row index to add |
[in] | column_indices | COLUMN_INDICES(j). The ij'th column index to add |
[in] | values | VALUES(i,j). The ij'th value to add |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 4033 of file distributed_matrix_vector.f90.
|
private |
Adds values to 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 add |
[in] | column_indices | COLUMN_INDICES(i). The i'th column index to add |
[in] | values | VALUES(i). The i'th value to add |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 3569 of file distributed_matrix_vector.f90.
|
private |
Adds one value to a distributed single precision matrix.
distributed_matrix | A pointer to the distributed matrix | |
[in] | row_index | The row index to add a value to |
[in] | column_index | The column index to add a value to |
[in] | value | The value to add at the specified row and column |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 3617 of file distributed_matrix_vector.f90.
|
private |
Adds a matrix of values to 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 add |
[in] | column_indices | COLUMN_INDICES(j). The ij'th column index to add |
[in] | values | VALUES(i,j). The ij'th value to add |
[out] | err | The error code |
[out] | error | The error string |
Definition at line 3665 of file distributed_matrix_vector.f90.