Skip to content

Commit 1d53da9

Browse files
authored
docs: update copy
Signed-off-by: Athan <[email protected]>
1 parent c418f0c commit 1d53da9

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/lapack/base

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/lapack/base/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ limitations under the License.
2626

2727
## Band Storage
2828

29-
Many LAPACK routines work with banded matrices, which are stored compactly in two-dimensional arrays to save memory and improve computational efficiency. The following are the different band storage formats used throughout LAPACK.
29+
Many LAPACK routines work with banded matrices, which are stored compactly in two-dimensional arrays arranged in linear memory in order to save memory and improve computational efficiency. The following are the different band storage formats used throughout LAPACK.
3030

3131
### General Band Matrix Storage
3232

0 commit comments

Comments
 (0)