We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c16d49f commit fa05447Copy full SHA for fa05447
Project.toml
@@ -5,12 +5,14 @@ author = "JuliaMath"
5
version = "1.1.12"
6
7
[deps]
8
+GenericLinearAlgebra = "14197337-ba66-59df-a3e3-ca00e7dcff7a"
9
Intervals = "d8418881-c3e1-53bb-8760-2df7ec849ed5"
10
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
11
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
12
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
13
14
[compat]
15
+GenericLinearAlgebra = "0.2"
16
Intervals = "0.5, 1.0, 1.3"
17
OffsetArrays = "1"
18
RecipesBase = "0.7, 0.8, 1"
src/Polynomials.jl
@@ -1,5 +1,6 @@
1
module Polynomials
2
3
+using GenericLinearAlgebra
4
using LinearAlgebra
using Intervals
using OffsetArrays
0 commit comments