You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/stdlib/linalg.rst
-6
Original file line number
Diff line number
Diff line change
@@ -246,12 +246,6 @@ Linear algebra functions in Julia are largely implemented by calling functions f
246
246
``A`` by ``b[i]`` (similar to ``diagm(b)*A``), again operating in-place
247
247
on ``A``.
248
248
249
-
.. function:: symmetrize!(A[, UL::Char])
250
-
251
-
``symmetrize!(A)`` converts from the BLAS/LAPACK symmetric storage
252
-
format, in which only the ``UL`` ('U'pper or 'L'ower, default 'U')
253
-
triangle is used, to a full symmetric matrix.
254
-
255
249
.. function:: Tridiagonal(dl, d, du)
256
250
257
251
Construct a tridiagonal matrix from the lower diagonal, diagonal, and upper diagonal, respectively. The result is of type ``Tridiagonal`` and provides efficient specialized linear solvers, but may be converted into a regular matrix with ``full``.
0 commit comments