right_mult | R Documentation |
Performs right and left multiplication.
right_mult(kernel, vectr, family = NULL, start_end = NULL)
left_mult(kernel, vectr)
kernel , vectr |
|
family , start_end |
Used internally, do not touch. |
left_mult
returns t(kernel) %*% vectr
. right_mult
returns kernel %*% vectr
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.