@@ -14,18 +14,18 @@ A simple way to produce `BlockArray`s is via `mortar`, which combines an array o
14
14
``` julia
15
15
julia> mortar ([randn (3 ), randn (4 )])
16
16
2 - blocked 7 - element BlockVector{Float64}:
17
- - 0.19808699390960527
18
- 0.04711385377738941
19
- - 0.6308529482215658
17
+ - 0.19808699390960527
18
+ 0.04711385377738941
19
+ - 0.6308529482215658
20
20
─────────────────────
21
21
- 0.021279626465135287
22
- - 1.0991149020591062
23
- 1.0817971931026398
22
+ - 1.0991149020591062
23
+ 1.0817971931026398
24
24
- 0.012442892450142308
25
25
26
26
julia> mortar (reshape ([randn (2 ,2 ), randn (1 ,2 ), randn (2 ,3 ), randn (1 ,3 )],2 ,2 ))
27
27
2 × 2 - blocked 3 × 5 BlockMatrix{Float64}:
28
- - 1.17797 0.359738 │ 0.87676 - 2.06495 1.74256
28
+ - 1.17797 0.359738 │ 0.87676 - 2.06495 1.74256
29
29
1.54787 1.64133 │ - 0.0416484 - 2.00241 - 0.522441
30
30
───────────────────────┼──────────────────────────────────
31
31
0.430093 - 0.0263753 │ - 1.31275 0.278447 - 0.139579
@@ -34,7 +34,7 @@ julia> mortar(reshape([randn(2,2), randn(1,2), randn(2,3), randn(1,3)],2,2))
34
34
## Documentation
35
35
36
36
- [ ** STABLE** ] [ docs-stable-url ] &mdash ; ** most recently tagged version of the documentation.**
37
- - [ ** LATEST** ] [ docs-latest -url ] &mdash ; * in-development version of the documentation.*
37
+ - [ ** LATEST** ] [ docs-dev -url ] &mdash ; * in-development version of the documentation.*
38
38
39
39
## Contributing
40
40
@@ -45,5 +45,5 @@ Possible ways of contributing to this package include:
45
45
* Implement different reductions functionalities, (` sum ` and co.).
46
46
* Audit the performance and make improvements as needed.
47
47
48
- [ docs-latest -url ] : https://JuliaArrays.github.io/BlockArrays.jl/latest /
48
+ [ docs-dev -url ] : https://JuliaArrays.github.io/BlockArrays.jl/dev /
49
49
[ docs-stable-url ] : https://JuliaArrays.github.io/BlockArrays.jl/stable
0 commit comments