Skip to content

Commit

Permalink
Merge cc6c89f into 9fe6b3c
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasnoack committed Jun 26, 2018
2 parents 9fe6b3c + cc6c89f commit e35ba75
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
9 changes: 9 additions & 0 deletions Project.toml
@@ -0,0 +1,9 @@
name = "PDMats"
uuid = "90014a1f-27ba-587c-ab20-58faa44d9150"

[deps]
Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SuiteSparse = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3 changes: 1 addition & 2 deletions REQUIRE
@@ -1,3 +1,2 @@
julia 0.7.0-DEV.5190 # for cholesky function
Compat 0.61.0
Arpack
Arpack 0.1
1 change: 0 additions & 1 deletion src/PDMats.jl
Expand Up @@ -2,7 +2,6 @@ __precompile__()

module PDMats

using Compat
using LinearAlgebra, SparseArrays, SuiteSparse

import Base: +, *, \, /, ==, convert, inv, Matrix
Expand Down
1 change: 0 additions & 1 deletion test/addition.jl
@@ -1,7 +1,6 @@
# addition of positive definite matrices

using PDMats
using Compat.Test

for T in [Float64,Float32]

Expand Down

0 comments on commit e35ba75

Please sign in to comment.