Skip to content

Commit 1ad817a

Browse files
authored
Change JuliaMatrices to JuliaLinearAlgebra in readme and License (#183)
1 parent 92b0770 commit 1ad817a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2016 JuliaMatrices
3+
Copyright (c) 2016 JuliaLinearAlgebra
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# BlockBandedMatrices.jl
22
A Julia package for representing block-banded matrices and banded-block-banded matrices
33

4-
[![Build Status](https://github.com/JuliaMatrices/BlockBandedMatrices.jl/workflows/CI/badge.svg)](https://github.com/JuliaLinearAlgebra/BlockBandedMatrices.jl/actions)
5-
[![codecov](https://codecov.io/gh/JuliaMatrices/BlockBandedMatrices.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaLinearAlgebra/BlockBandedMatrices.jl)
4+
[![Build Status](https://github.com/JuliaLinearAlgebra/BlockBandedMatrices.jl/workflows/CI/badge.svg)](https://github.com/JuliaLinearAlgebra/BlockBandedMatrices.jl/actions)
5+
[![codecov](https://codecov.io/gh/JuliaLinearAlgebra/BlockBandedMatrices.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaLinearAlgebra/BlockBandedMatrices.jl)
66
[![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)
77
[![version](https://juliahub.com/docs/General/BlockBandedMatrices/stable/version.svg)](https://juliahub.com/ui/Packages/General/BlockBandedMatrices)
88
[![deps](https://juliahub.com/docs/General/BlockBandedMatrices/stable/deps.svg)](https://juliahub.com/ui/Packages/General/BlockBandedMatrices?t=2)
@@ -32,7 +32,7 @@ BlockBandedMatrix(I, rows,cols, (l,u)) # creates a bloc
3232
```
3333

3434
A `BandedBlockBandedMatrix` has the added structure that the blocks themselves are
35-
banded, and conform to the banded matrix interface of [BandedMatrices.jl](https://github.com/JuliaMatrices/BandedMatrices.jl).
35+
banded, and conform to the banded matrix interface of [BandedMatrices.jl](https://github.com/JuliaLinearAlgebra/BandedMatrices.jl).
3636
We can construct a `BandedBlockBandedMatrix` as follows:
3737
```julia
3838
l,u = 2,1 # block bandwidths

0 commit comments

Comments
 (0)