R/DotProduct.R

DotProduct <- function(a,b){
    result=a %*% b
    result
}
tvganesh/QCSim documentation built on June 1, 2019, 2:57 a.m.