Skip to content

Releases: JuliaLinearAlgebra/RectangularFullPacked.jl

v0.2.0

27 Oct 15:24
9ca6c3d
Compare
Choose a tag to compare

RectangularFullPacked v0.2.0

Diff since v0.1.0

Merged pull requests:

  • Add copy, lmul! and rmul! methods (#8) (@dmbates)

v0.1.0

29 Sep 14:57
040521b
Compare
Choose a tag to compare

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)