Merge pull request #706 from dayrover/master
Unnecessary Trait bound DimSub<Dynamic> in impl Cholesky
This commit is contained in:
commit
bcf00b95c4
|
@ -37,7 +37,7 @@ where
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
impl<N: ComplexField, D: DimSub<Dynamic>> Cholesky<N, D>
|
impl<N: ComplexField, D: Dim> Cholesky<N, D>
|
||||||
where
|
where
|
||||||
DefaultAllocator: Allocator<N, D, D>,
|
DefaultAllocator: Allocator<N, D, D>,
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue