InfiniteLinearAlgebra.jl
InfiniteLinearAlgebra.jl copied to clipboard
A Julia repository for linear algebra with infinite matrices
Results
14
InfiniteLinearAlgebra.jl issues
Sort by
recently updated
recently updated
newest added
The following is an ∞-loop: ```julia convert(AbstractVector{Float64}, mortar(Base.OneTo.(oneto(∞)))) ```
Since this provides a variety of factorizations, I thought it might be possible to use this package to solve an infinite-dimensional eigenvalue/eigenvector problem. For example, can ArnoldiMethod.jl be made to...