Skip to content

Commit 90732c4

Browse files
kshyatttkelman
authored andcommitted
Added note about support
(cherry picked from commit 2fb0433)
1 parent e97c0f8 commit 90732c4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/stdlib/linalg.rst

+4
Original file line numberDiff line numberDiff line change
@@ -1321,6 +1321,10 @@ arrays have names ending in ``'!'``.
13211321
Usually a function has 4 methods defined, one each for ``Float64``,
13221322
``Float32``, ``Complex128`` and ``Complex64`` arrays.
13231323

1324+
Note that the LAPACK API provided by Julia can and will change in the future. Since
1325+
this API is not user-facing, there is no commitment to support/deprecate this specific
1326+
set of functions in future releases.
1327+
13241328
.. currentmodule:: Base.LinAlg.LAPACK
13251329

13261330
.. function:: gbtrf!(kl, ku, m, AB) -> (AB, ipiv)

0 commit comments

Comments
 (0)