cdss_binary_matrix_product {CDSS}R Documentation

Compute a binary matrix product

Description

cdss_binary_matrix_product expects two binary matrices and computes there Boolean product.

Usage

cdss_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: cdss_close_ar(), cdss_reduce_sf()


[Package CDSS version 0.3-0 Index]