Skip to content

Releases: JuliaArrays/LazyArrays.jl

Lazy application of functions

13 Feb 16:24
Compare
Choose a tag to compare

This redesigns Mul to be a more general Applied, that is, Mul(A,B) becomes applied(*, A, B).

Fast sum, fix getindex for Mul

08 Feb 10:58
Compare
Choose a tag to compare

v0.5.1

22 Dec 00:09
Compare
Choose a tag to compare
Fix #12 by supporting mixed shapes

Add MulArray/InvArray, Add, and better support for multiple argument Mul

05 Dec 11:23
Compare
Choose a tag to compare

Improve Ldiv, Inv, and PInv

08 Nov 19:17
Compare
Choose a tag to compare
v0.4.0

test pinv/inv

Improve Vcat addition

01 Nov 19:17
Compare
Choose a tag to compare
v0.3.2

smarter 2 term vcat

Fix dimension checking in Mul

29 Oct 16:56
Compare
Choose a tag to compare
v0.3.1

Increase coverage

Redesign MulAdd

28 Oct 21:56
Compare
Choose a tag to compare
v0.3.0

default to MulPlus, remove blas macros

Reduce compile time

09 Sep 17:48
Compare
Choose a tag to compare
v0.2.1

reduce compile time, restore general Mul getindex

Add Kron and support for lazy triangular matrices

04 Sep 12:25
Compare
Choose a tag to compare
v0.2.0

test sizes in copyto! for Kron