pub fn matmul<T>(
lhs: &Array<T>,
rhs: &Array<T>,
optlhs: MatProp,
optrhs: MatProp
) -> Array<T> where
T: HasAfEnum + FloatingPoint,
Matrix multiple of two Arrays
lhs
is the Array on left hand siderhs
is the Array on right hand sideoptlhs
- Transpose left hand side before the function is performed, uses one of the values of MatPropoptrhs
- Transpose right hand side before the function is performed, uses one of the values of MatPropThe result Array of matrix multiplication
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