We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a5f372 commit 0c2de32Copy full SHA for 0c2de32
README.md
@@ -8,6 +8,9 @@ A Julia package for defining and working with linear maps, also known as linear
8
transformations or linear operators acting on vectors. The only requirement for
9
a LinearMap is that it can act on a vector (by multiplication) efficiently.
10
11
+## What's new in v2.7
12
+* Speed-up of scaled `LinearMap`s by avoiding allocations
13
+
14
## What's new in v2.6
15
* New feature: "lazy" Kronecker product, Kronecker sums, and powers thereof
16
for `LinearMap`s. `AbstractMatrix` objects are promoted to `LinearMap`s if
0 commit comments