grapes-zero_dom_mat_mult-grapes: Helper function that makes sure that NA * 0 = 0 in matrix...

%zero_dom_mat_mult%R Documentation

Helper function that makes sure that NA * 0 = 0 in matrix multiply

Description

Helper function that makes sure that NA * 0 = 0 in matrix multiply

Usage

X %zero_dom_mat_mult% Y

Arguments

X

a matrix of size 'n*m'

Y

a matrix of size 'm*p'

Value

a matrix of size 'n*p'


const-ae/proDA documentation built on Oct. 31, 2023, 9:39 p.m.