diff --git a/LICENSE b/LICENSE index 0e5e299..90d0910 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 JuliaMatrices +Copyright (c) 2019 JuliaLinearAlgebra Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 9521acc..54d204a 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # LazyBandedMatrices.jl A Julia package for lazy banded matrices -[![Build Status](https://github.com/JuliaMatrices/LazyBandedMatrices.jl/workflows/CI/badge.svg)](https://github.com/JuliaMatrices/LazyBandedMatrices.jl/actions) +[![Build Status](https://github.com/JuliaLinearAlgebra/LazyBandedMatrices.jl/workflows/CI/badge.svg)](https://github.com/JuliaLinearAlgebra/LazyBandedMatrices.jl/actions) -[![codecov](https://codecov.io/gh/JuliaMatrices/LazyBandedMatrices.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaMatrices/LazyBandedMatrices.jl) +[![codecov](https://codecov.io/gh/JuliaLinearAlgebra/LazyBandedMatrices.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaLinearAlgebra/LazyBandedMatrices.jl) This package supports lazy banded and block-banded matrices, for example, a lazy multiplication of banded matrices: @@ -24,4 +24,4 @@ julia> ApplyMatrix(*, A, A) ⋅ ⋅ ⋅ ⋅ 0.577351 1.05373 0.590068 ⋅ ⋅ ⋅ ⋅ 0.321916 1.7937 1.39854 ⋅ ⋅ ⋅ ⋅ 0.201658 1.5645 1.3461 -``` \ No newline at end of file +```