Remove redundant `T::SimdRealField: Zero`

This commit is contained in:
Hennadii Chernyshchyk 2023-01-14 13:24:04 +02:00
parent f333bb4ba5
commit ff88fad23c
No known key found for this signature in database
GPG Key ID: 24623302B8395825
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ where
impl<T: SimdComplexField, D: Dim> Cholesky<T, D>
where
DefaultAllocator: Allocator<T, D, D>,
T::SimdRealField: Zero,
{
/// Computes the Cholesky decomposition of `matrix` without checking that the matrix is definite-positive.
///