View source: R/045_atoms_affine_binary_operators.R
| scalar_product | R Documentation |
Scalar product (alias for vdot)
scalar_product(x, y)
x |
An Expression, numeric value, or nested list thereof. The conjugate-linear argument. |
y |
An Expression, numeric value, or nested list thereof. The linear argument. |
A scalar Expression representing sum(Conj(x) * y).
vdot()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.