pub fn dot<T>(
lhs: &Array<T>,
rhs: &Array<T>,
optlhs: MatProp,
optrhs: MatProp
) -> Array<T> where
T: HasAfEnum + FloatingPoint,
Calculate the dot product of vectors.
Scalar dot product between two vectors. Also referred to as the inner product. This function returns the scalar product of two equal sized vectors.
lhs
- Left hand side of dot operationrhs
- Right hand side of dot operationoptlhs
- Options for lhs. Currently only NONE value from MatProp is supported.optrhs
- Options for rhs. Currently only NONE value from MatProp is supported.The result of dot product.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4