Documentation update for LinearAlgebra functions (#52934)
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>