Skip to main content

GrB_Matrix_new

Function GrB_Matrix_new 

Source
pub unsafe extern "C" fn GrB_Matrix_new(
    A: *mut GrB_Matrix,
    type_: GrB_Type,
    nrows: GrB_Index,
    ncols: GrB_Index,
) -> GrB_Info