Skip to content

Commit 6786eea

Browse files
authored
import sub_materialize (#80)
1 parent 17530b7 commit 6786eea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "LazyArrays"
22
uuid = "5078a376-72f3-5289-bfd5-ec5146d43c02"
3-
version = "0.14.4"
3+
version = "0.14.5"
44

55

66
[deps]

src/LazyArrays.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ import StaticArrays: StaticArrayStyle
4747

4848
import ArrayLayouts: MatMulVecAdd, MatMulMatAdd, MulAdd, Lmul, Rmul, Ldiv,
4949
transposelayout, conjlayout, sublayout, triangularlayout, triangulardata,
50-
reshapedlayout, diagonallayout, adjointlayout,
50+
reshapedlayout, diagonallayout, adjointlayout, sub_materialize,
5151
check_mul_axes, _mul_eltype, check_ldiv_axes, ldivaxes, colsupport, rowsupport,
5252
_fill_lmul!, @lazylmul, scalarone, scalarzero, fillzeros, zero!
5353

0 commit comments

Comments
 (0)