Skip to content

Commit

Permalink
Change JuliaMatrices to JuliaLinearAlgebra in readme and License (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
jishnub authored Mar 5, 2024
1 parent ca73563 commit 48a9c1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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:

Expand All @@ -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
```
```

0 comments on commit 48a9c1d

Please sign in to comment.