Description Usage Arguments Details Value Author(s) See Also Examples
Returns the dot product (or inner product) of two tensors.
1 | t1 %.% t2
|
t1 |
Tensor. Vector or matrix. |
t2 |
Tensor. Vector or matrix. |
This is a wrapper to the %*%
infix operator and
a compatibility layer to the Yacas
Dot
command.
If any of the arguments is a scalar, the function performs scalar multiplication.
Numeric.
Ivan Jacob Agaloos Pesigan
Other operation functions:
Dot()
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.