aoclsparse_set_mat_fill_mode() - 5.2 English - 68552

AOCL API Guide (68552)

Document ID
68552
Release Date
2025-12-29
Version
5.2 English
aoclsparse_status aoclsparse_set_mat_fill_mode(aoclsparse_mat_descr descr, aoclsparse_fill_mode fill_mode)#

Specify the matrix fill mode of a matrix descriptor.

aoclsparse_set_mat_fill_mode sets the matrix fill mode of a matrix descriptor. Valid fill modes are aoclsparse_fill_mode_lower or aoclsparse_fill_mode_upper.

Parameters:
Return values:
  • aoclsparse_status_success – the operation completed successfully.

  • aoclsparse_status_invalid_pointerdescr pointer is invalid.

  • aoclsparse_status_invalid_valuefill_mode is invalid.