Unnecessary Trait bound DimSub<Dynamic> in impl Cholesky

This commit is contained in:
Michael Stevens 2020-03-13 11:05:44 +01:00 committed by Michael Stevens
parent f692cbf09a
commit f811accccb
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ where
{
}
impl<N: ComplexField, D: DimSub<Dynamic>> Cholesky<N, D>
impl<N: ComplexField, D: Dim> Cholesky<N, D>
where
DefaultAllocator: Allocator<N, D, D>,
{