Skip to content

Commit

Permalink
use Symmetric from LinearAlgebra
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarrasch committed Sep 14, 2022
1 parent 888cfbb commit e2a1199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ToeplitzMatrices.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Base: convert, *, \, getindex, print_matrix, size, Matrix, +, -, copy, si
import LinearAlgebra: cholesky, cholesky!, eigvals, inv, ldiv!, mul!, pinv, tril, triu

using LinearAlgebra: LinearAlgebra, Adjoint, Factorization, factorize, Cholesky,
DimensionMismatch, dot, rmul!, sym_uplo
DimensionMismatch, dot, rmul!, sym_uplo, Symmetric

using AbstractFFTs
using AbstractFFTs: Plan
Expand Down

0 comments on commit e2a1199

Please sign in to comment.