We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8555931 + 429d14e commit 57393b2Copy full SHA for 57393b2
1 file changed
ndarray-linalg/src/svddc.rs
@@ -38,7 +38,7 @@ pub trait SVDDCInplace {
38
impl<A, S> SVDDC for ArrayBase<S, Ix2>
39
where
40
A: Scalar + Lapack,
41
- S: DataMut<Elem = A>,
+ S: Data<Elem = A>,
42
{
43
type U = Array2<A>;
44
type VT = Array2<A>;
0 commit comments