Skip to content

Commit 2fcc330

Browse files
loiseaujcperazz
andauthored
Update doc/specs/stdlib_specialmatrices.md
Co-authored-by: Federico Perini <[email protected]>
1 parent 88707b6 commit 2fcc330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/specs/stdlib_specialmatrices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ $$
4848
Hence, only one vector of size `n` and two of size `n-1` need to be stored to fully represent the matrix.
4949
This particular structure also lends itself to specialized implementations for many linear algebra tasks.
5050
Interfaces to the most common ones will soon be provided by `stdlib_specialmatrices`.
51-
To date, `stdlib_specialmatrices` supports the following data types:
51+
Tridiagonal matrices are available with all supported data types as `tridiagonal_<kind>_type`, for example:
5252

5353
- `tridiagonal_sp_type` : Tridiagonal matrix of size `n` with `real`/`single precision` data.
5454
- `tridiagonal_dp_type` : Tridiagonal matrix of size `n` with `real`/`double precision` data.

0 commit comments

Comments
 (0)