powered by
matrix multiplication
x %*% y# S3 method for default %*%(x, y)# S3 method for units %*%(x, y)
# S3 method for default %*%(x, y)
# S3 method for units %*%(x, y)
numeric matrix or vector
see "%*%" for the base function, reimplemented as default method
"%*%"
# NOT RUN { a = set_units(1:5, m) a %*% a a %*% t(a) a %*% set_units(1:5, 1) set_units(1:5, 1) %*% a # }
Run the code above in your browser using DataLab