binary_matrix_product {CDSS}R Documentation

Compute a binary matrix product

Description

binary_matrix_product expects two binary matrices and computes there Boolean product.

Usage

binary_matrix_product(m, n)

Arguments

m

Binary matrix

n

Binary matrix

Value

Boolean matrix product of m and n

See Also

Other Utility functions: close_ar(), reduce_sf()


[Package CDSS version 0.2-0 Index]