-
template<typename T>
aoclsparse_status aoclsparse::create_bsr(aoclsparse_matrix *mat, const aoclsparse_index_base base, const aoclsparse_order order, const aoclsparse_int bM, const aoclsparse_int bN, const aoclsparse_int block_dim, aoclsparse_int *row_ptr, aoclsparse_int *col_idx, T *val, bool fast_chck = false)# aoclsparse::create_bsris the C++ interface toaoclsparse_create_?bsrthat creates aoclsparse_matrix in BSR format and initializes it with the provided input parameters.- Template Parameters:
T – Data type supported for
Tare double, float, std::complex<double> or std::complex<float>