Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Marko Kabic authored May 27, 2021
1 parent df13c08 commit 28d0f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ For a complete example of transforming between two block-cyclic matrix layouts,

### Custom (Arbitrary) Layout

To represent an arbitrary block-cyclic (scalapack) layout, we can use the following function defined in `costa/layout.hpp` header:
To represent an arbitrary grid-like layout, we can use the following function defined in `costa/layout.hpp` header:
```cpp
#include <costa/layout.hpp>
// ...
Expand Down

0 comments on commit 28d0f44

Please sign in to comment.