1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
// SPDX-License-Identifier: Apache-2.0
GrB_Info GB (_Cdense_05d)
(
GrB_Matrix C,
const GrB_Matrix M,
const bool Mask_struct,
const GB_void *p_cwork, // scalar of type C->type
const int64_t *M_ek_slicing, const int M_ntasks, const int M_nthreads
) ;
GrB_Info GB (_Cdense_06d)
(
GrB_Matrix C,
const GrB_Matrix A,
const bool Mask_struct,
const int64_t *A_ek_slicing, const int A_ntasks, const int A_nthreads
) ;
GrB_Info GB (_Cdense_25)
(
GrB_Matrix C,
const GrB_Matrix M,
const GrB_Matrix A,
const int64_t *M_ek_slicing, const int M_ntasks, const int M_nthreads
) ;
|