Releases: JuliaLinearAlgebra/RectangularFullPacked.jl
Releases · JuliaLinearAlgebra/RectangularFullPacked.jl
v0.1.0
RectangularFullPacked v0.1.0
Closed issues:
- Change info in LAPACK_RFP calls to Ref{BlasInt} (#2)
- Change trttf! and tfttr! to be mutating functions (#3)
Merged pull requests:
- Format this thing (#1) (@andreasnoack)
- Use Ptr{BlasInt} for info in LAPACK_RFP module (#4) (@dmbates)
- Split source files, store
data
component as a Matrix
, instead of a Vector
(#5) (@dmbates)