Closed
Description
Hi, for some reason this isn't working for me:
let a = array![[1.]].into_dyn();
let b = array![[1.]].into_dyn();
let c = a.dot(&b);
I'm getting this error:
no method named `dot` found for struct `ArrayBase<OwnedRepr<{float}>, Dim<IxDynImpl>>` in the current scope
method not found in `ArrayBase<OwnedRepr<{float}>, Dim<IxDynImpl>>`
Am I doing something wrong or is this a bug? Version 0.14.0