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

Private Member Functions

subroutine distributed_matrix_number_non_zeros_set (DISTRIBUTED_MATRIX, NUMBER_NON_ZEROS, ERR, ERROR,)
 Sets/changes the number of non zeros for a distributed matrix. More...
 

Detailed Description

Definition at line 204 of file distributed_matrix_vector.f90.

Member Function/Subroutine Documentation

subroutine distributed_matrix_vector::distributedmatrix_numbernonzerosset::distributed_matrix_number_non_zeros_set ( type(distributed_matrix_type), pointer  DISTRIBUTED_MATRIX,
integer(intg), intent(in)  NUMBER_NON_ZEROS,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Sets/changes the number of non zeros for a distributed matrix.

Parameters
distributed_matrixA pointer to the distributed matrix
[in]number_non_zerosThe number of non zeros in the matrix to set
[out]errThe error code
[out]errorThe error string

Definition at line 2251 of file distributed_matrix_vector.f90.