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 9bfb1d0 commit a14dcb1Copy full SHA for a14dcb1
.travis.yml
@@ -3,6 +3,7 @@ language: julia
3
os:
4
- linux
5
- osx
6
+ - windows
7
julia:
8
- 1.1
9
- 1.2
README.md
@@ -2,6 +2,9 @@
2
A Julia repository for linear algebra with infinite banded and block-banded matrices
+[](https://travis-ci.org/JuliaMatrices/InfiniteLinearAlgebra.jl)
+
+[](https://codecov.io/gh/JuliaMatrices/InfiniteLinearAlgebra.jl)
## Infinite-dimensional QR factorization
10
0 commit comments