https://github.com/JuliaLang/julia
Revision f8d59471e15f89cd0bdaedc76eb194d2175aa93e authored by Aravindh Krishnamoorthy on 12 February 2024, 17:21:15 UTC, committed by GitHub on 12 February 2024, 17:21:15 UTC
Documentation update for LinearAlgebra functions, see #52725 

- [X] Pivoting strategies
    - [X] `NoPivot`
    - [X] `RowNonZero`
    - [X] `ColumnNorm`
    - [X] `RowMaximum`

 - [X] Matrix multiplication functions
    - [X] `copy_transpose!`
    - [X] `copyto!` 

Note: `copyto!` is not mentioned in the original issue. However, it is
felt that `copy_transpose!` without the complementing `copyto!` will be
confusing for a reader.

- [X] Exceptions
    - [X] `LAPACKException`
    - [X] `RankDeficientException`

Co-authored-by: Steven G. Johnson <stevenj@mit.edu>
Co-authored-by: Daniel Karrasch <daniel.karrasch@posteo.de>
1 parent 29a58d5
Raw File
Tip revision: f8d59471e15f89cd0bdaedc76eb194d2175aa93e authored by Aravindh Krishnamoorthy on 12 February 2024, 17:21:15 UTC
Documentation update for LinearAlgebra functions (#52934)
Tip revision: f8d5947
.git-blame-ignore-revs
# .git-blame-ignore-revs
# whitespace: end text files with single newlines
3903fa54a638d4546ef50e56f91f0705a8ab11ef
# whitespace: use only UNIX line endings (\n)
e66bfa5dd32f93e76068c00ad882c1fc839c5af8
# whitespace: replace non-breaking space => space
100a741e7ab38c91d48cc929bb001afc8e09261f
# whitespace: replace tabs => space
b03e8ab9c7bd3e001add519571858fa04d6a249b
back to top