Parameters
left: Readonly<{
nums: Float64Array;
strides: Strides;
}>
Returns ((right) => Readonly<{
nums: Float64Array;
strides: Strides;
}>)
The product matrix of two.
- (right): Readonly<{
nums: Float64Array;
strides: Strides;
}> Parameters
right: Readonly<{
nums: Float64Array;
strides: Strides;
}>
Returns Readonly<{
nums: Float64Array;
strides: Strides;
}>
Multiplies two matrices by element wise. Throws if the shapes of them are unequal.