Skip to content

Commit 73bc691

Browse files
committed
Remove Symmetric constructor
1 parent 217bf73 commit 73bc691

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
version:
28-
- '1.0'
2928
- '1.6'
3029
- '1'
3130
- 'nightly'

src/special.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ function SymmetricToeplitz{T}(A::AbstractMatrix, uplo::Symbol = :U) where T
182182
end
183183
end
184184
SymmetricToeplitz(A::AbstractMatrix, uplo::Symbol) = SymmetricToeplitz{eltype(A)}(A,uplo)
185-
Symmetric(A::AbstractToeplitz, uplo::Symbol = :U) = SymmetricToeplitz(A,uplo)
186185

187186
function UpperTriangularToeplitz{T}(A::AbstractMatrix) where T
188187
checksquare(A)

0 commit comments

Comments
 (0)