Skip to content

Commit fa05447

Browse files
authored
add GenericLinearAlgebra in order to support BigFloat polynomials (#297)
1 parent c16d49f commit fa05447

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ author = "JuliaMath"
55
version = "1.1.12"
66

77
[deps]
8+
GenericLinearAlgebra = "14197337-ba66-59df-a3e3-ca00e7dcff7a"
89
Intervals = "d8418881-c3e1-53bb-8760-2df7ec849ed5"
910
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1011
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
1112
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
1213

1314
[compat]
15+
GenericLinearAlgebra = "0.2"
1416
Intervals = "0.5, 1.0, 1.3"
1517
OffsetArrays = "1"
1618
RecipesBase = "0.7, 0.8, 1"

src/Polynomials.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
module Polynomials
22

3+
using GenericLinearAlgebra
34
using LinearAlgebra
45
using Intervals
56
using OffsetArrays

0 commit comments

Comments
 (0)