OpenCMISS-Iron Internal API Documentation
matrix_vector::matrix_all_values_set Interface Reference

Public Member Functions

subroutine matrix_all_values_set_intg (MATRIX, VALUE, ERR, ERROR,)
 Sets all values in an integer matrix to the specified value. More...
 
subroutine matrix_all_values_set_sp (MATRIX, VALUE, ERR, ERROR,)
 Sets all values in a single precision matrix to the specified value. More...
 
subroutine matrix_all_values_set_dp (MATRIX, VALUE, ERR, ERROR,)
 Sets all values in a double precision matrix to the specified value. More...
 
subroutine matrix_all_values_set_l (MATRIX, VALUE, ERR, ERROR,)
 Sets all values in a logical matrix to the specified value. More...
 

Detailed Description

Definition at line 184 of file matrix_vector.f90.

Member Function/Subroutine Documentation

subroutine matrix_vector::matrix_all_values_set::matrix_all_values_set_dp ( type(matrix_type), pointer  MATRIX,
real(dp), intent(in)  VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)

Sets all values in a double precision matrix to the specified value.

Parameters
matrixA pointer to the matrix
[in]valueThe value to set
[out]errThe error code
[out]errorThe error string

Definition at line 379 of file matrix_vector.f90.

subroutine matrix_vector::matrix_all_values_set::matrix_all_values_set_intg ( type(matrix_type), pointer  MATRIX,
integer(intg), intent(in)  VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)

Sets all values in an integer matrix to the specified value.

Parameters
matrixA pointer to the matrix
[in]valueThe value to set
[out]errThe error code
[out]errorThe error string

Definition at line 301 of file matrix_vector.f90.

subroutine matrix_vector::matrix_all_values_set::matrix_all_values_set_l ( type(matrix_type), pointer  MATRIX,
logical, intent(in)  VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)

Sets all values in a logical matrix to the specified value.

Parameters
matrixA pointer to the matrix
[in]valueThe value to set
[out]errThe error code
[out]errorThe error string

Definition at line 418 of file matrix_vector.f90.

subroutine matrix_vector::matrix_all_values_set::matrix_all_values_set_sp ( type(matrix_type), pointer  MATRIX,
real(sp), intent(in)  VALUE,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)

Sets all values in a single precision matrix to the specified value.

Parameters
matrixA pointer to the matrix
[in]valueThe value to set
[out]errThe error code
[out]errorThe error string

Definition at line 340 of file matrix_vector.f90.