From a267da46b832c258dcd2e18f96f05ba58d7ea540 Mon Sep 17 00:00:00 2001 From: victorsndvg Date: Fri, 25 Oct 2019 10:50:29 +0200 Subject: [PATCH] Update readme and version to register --- Project.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index b334b2f..828b180 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "GridapPardiso" uuid = "34aa2546-dee6-11e9-014e-739fa02ec06f" authors = ["Francesc Verdugo ", "VĂ­ctor Sande "] -version = "0.2.0" +version = "0.3.0" [deps] Gridap = "56d4f2e9-7ea1-5844-9cf6-b9c51ca7ce8e" diff --git a/README.md b/README.md index 93cebac..1001528 100644 --- a/README.md +++ b/README.md @@ -106,4 +106,4 @@ $ apt-get install -y gcc ligomp1 ## Notes -Currently **GridapPardiso** only works with `SparseMatrixCSC` matrices. Any other `AbstractMatrix{Float64}` matrix is converted to `SparseMatrixCSC{Float64,Integer}`. +Currently **GridapPardiso** only works with `SparseMatrixCSC` (from [SparseArrays](https://docs.julialang.org/en/v1/stdlib/SparseArrays/)), `SparseMatrixCSR` and `SymSparseMatrixCSR` (from [SparseMatricesCSR](https://gridap.github.io/SparseMatricesCSR.jl/stable/)) matrices. Any other `AbstractMatrix{Float64}` matrix is converted to `SparseMatrixCSC{Float64,Integer}`.