MKL_SPARSE_CONVERT_BSR Interface

interface
public function MKL_SPARSE_CONVERT_BSR(source, block_size, block_layout, operation, dest) bind(C, name='MKL_SPARSE_CONVERT_BSR')

Arguments

Type IntentOptional Attributes Name
type(SPARSE_MATRIX_T), intent(in) :: source
integer, intent(in) :: block_size
integer(kind=C_INT), intent(in) :: block_layout
integer(kind=C_INT), intent(in) :: operation
type(SPARSE_MATRIX_T), intent(inout) :: dest

Return Value integer(kind=C_INT)