We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
julia> using GenericLinearAlgebra julia> m = Complex{BigFloat}.(reshape(rand(Float32, 5*5),5,5)) 5×5 Array{Complex{BigFloat},2}: 0.506333+0.0im 0.534346+0.0im 0.505427+0.0im 0.636836+0.0im 0.429265+0.0im 0.883622+0.0im 0.875253+0.0im 0.676688+0.0im 0.427876+0.0im 0.894883+0.0im 0.830045+0.0im 0.493769+0.0im 0.883085+0.0im 0.398726+0.0im 0.0346483+0.0im 0.00872445+0.0im 0.995922+0.0im 0.958189+0.0im 0.757107+0.0im 0.746112+0.0im 0.322169+0.0im 0.182816+0.0im 0.491731+0.0im 0.400665+0.0im 0.043752+0.0im julia> log(m) ERROR: type Schur has no field T Stacktrace: [1] getproperty at .\Base.jl:20 [inlined] [2] log(::Array{Complex{BigFloat},2}) at C:\cygwin\home\Administrator\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.2\LinearAlgebra\src\dense.jl:651 [3] top-level scope at REPL[3]:1
The text was updated successfully, but these errors were encountered:
Add getproperty for Schur to extract Schur factor
c185f8e
Fixes #48
Add getproperty for Schur to extract Schur factor (#50)
31d2d80
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: