File tree Expand file tree Collapse file tree 2 files changed +0
-29
lines changed Expand file tree Collapse file tree 2 files changed +0
-29
lines changed Original file line number Diff line number Diff line change 1- # LinearAlgebra
2-
3- ---
4- ## 🚀 About this fork
5-
6- This is my fork of LinearAlgebra.jl for contributing to Julia as part of my GSoC 2026 preparation.
7-
8- ** My contributions:**
9- - [ PR #1445 ] ( https://github.com/JuliaLang/LinearAlgebra.jl/pull/1445 ) - Add hermitianpart method for Number types
10- - Active in issues: Coming
11-
12- ** Original repository:** [ JuliaLang/LinearAlgebra.jl] ( https://github.com/JuliaLang/LinearAlgebra.jl )
13-
14- ---
15-
16- # LinearAlgebra
17-
18- This package is part of the Julia standard library (stdlib).
19-
20- LinearAlgebra.jl provides functionality for performing linear algebra operations in Julia.
21-
22- This package is part of the Julia standard library (stdlib).
23-
24- ` LinearAlgebra.jl ` provides functionality for performing linear algebra operations in Julia.
25-
261| ** Build Status** | ** Coverage** |
272| :-------------------------------:| :-------------------------------:|
283[ ![ Build status] ( https://badge.buildkite.com/4032f509b3a7354c8ce7b34b98c7496d66adc4504b0101cbcf.svg?branch=master )] ( https://buildkite.com/julialang/linearalgebra-dot-jl ) | [ ![ ] [ codecov-img ]] [ codecov-url ] |
Original file line number Diff line number Diff line change @@ -1011,10 +1011,6 @@ of `A`; it is also sometimes called the "operator real part". The optional argum
10111011[`Hermitian`](@ref) view. For real matrices, the latter is equivalent to a
10121012[`Symmetric`](@ref) view.
10131013
1014- For scalar inputs `x`, the function returns the real part of `x`. Standard integer scalars
1015- are promoted to `Float64` to align with the behavior of 1×1 Hermitian matrices, while other numeric types
1016- (`Float32`, `BigInt`, `Rational`, `BigFloat`) are preserved.
1017-
10181014See also [`hermitianpart!`](@ref) for the corresponding in-place operation.
10191015
10201016!!! compat "Julia 1.10"
You can’t perform that action at this time.
0 commit comments