You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Going beyond #181, it could also be useful to allow for random $\mathbb R^{n \times \infty}$ matrices, where $n < \infty$. This could be useful for defining infinite random lazy banded matrices. The definition could simply be a wrapped InfRandVector, e.g. this seems fine
5×ℵ₀ InfRandMatrix{Float64, InfiniteArrays.InfRandVector{Float64, DataType, Xoshiro}} with indices Base.OneTo(5)×OneToInf():0.002250590.8669430.9993170.4286850.8302020.818820.641535…0.6807480.6558520.7444580.4816880.7047670.07585360.8837360.735330.4428920.9887520.3872430.6444190.7405170.5200430.8067320.7612420.6046860.01449610.5774330.09888450.8758990.2414180.7323410.5940940.8433470.3915070.7608930.58049
(modulo testing). Would want #182 fixed first also. brand could then be used like brand(n, ∞, l, r) (with some extensions) to generate infinite random banded matrices.
The text was updated successfully, but these errors were encountered:
Going beyond #181, it could also be useful to allow for random$\mathbb R^{n \times \infty}$ matrices, where $n < \infty$ . This could be useful for defining infinite random lazy banded matrices. The definition could simply be a wrapped
InfRandVector
, e.g. this seems fine(modulo testing). Would want #182 fixed first also.
brand
could then be used likebrand(n, ∞, l, r)
(with some extensions) to generate infinite random banded matrices.The text was updated successfully, but these errors were encountered: