//------------------------------------------------------------------------------ // GB_AsaxbitB: hard-coded saxpy-bitmap method for a semiring //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2021, All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 //------------------------------------------------------------------------------ // If this file is in the Generated/ folder, do not edit it (auto-generated). #include "GB_AxB_defs__eq_land_bool.h" #ifndef GBCOMPACT //------------------------------------------------------------------------------ // C=A*B, C=A*B, C=A*B: saxpy method, C is bitmap/full //------------------------------------------------------------------------------ #include "GB_AxB_saxpy3_template.h" GrB_Info GB (_AsaxbitB__eq_land_bool) ( GrB_Matrix C, // bitmap or full const GrB_Matrix M, const bool Mask_comp, const bool Mask_struct, const GrB_Matrix A, bool A_is_pattern, const GrB_Matrix B, bool B_is_pattern, GB_Context Context ) { #if GB_DISABLE return (GrB_NO_VALUE) ; #else #include "GB_bitmap_AxB_saxpy_template.c" return (GrB_SUCCESS) ; #endif } #endif