1 //------------------------------------------------------------------------------ 2 // GB_mex_Matrix_build.c: MATLAB interface to GrB_Matrix_build 3 //------------------------------------------------------------------------------ 4 5 // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2021, All Rights Reserved. 6 // SPDX-License-Identifier: Apache-2.0 7 8 //------------------------------------------------------------------------------ 9 10 #include "GB_mex.h" 11 #define MATRIX 12 #include "GB_mx_build_template.c" 13 14