{"repo":"JuliaArrays/BlockArrays.jl","free":true,"listed":false,"github":"https://github.com/JuliaArrays/BlockArrays.jl","clone":"git clone https://github.com/JuliaArrays/BlockArrays.jl.git","description":"BlockArrays for Julia","language":"Julia","stars":253,"topics":["julia","matrix","arrays","blockarrays"],"license":null,"category":"chat-messaging","readme_excerpt":"BlockArrays.jl A block array is a partition of an array into blocks or subarrays, see wikipedia for a more extensive description. This package has two purposes. Firstly, it defines an interface for an AbstractBlockArray block arrays that can be shared among types representing different types of block arrays. The advantage to this is that it provides a consistent API for block arrays. Secondly, it also implements two different type of block arrays that follow the AbstractBlockArray interface. The type BlockArray stores each block contiguously while the type BlockedArray stores the full matrix contiguously. This means that BlockArray supports fast non copying extraction and insertion of blocks while BlockedArray supports fast access to the full matrix to use in — for example — a linear solver. A simple way to produce BlockArray s is via mortar , which combines an array of arrays into a BlockArray : Alternatively, one can add block structure on top of an existing array by wrapping the array in BlockedArray , where the extra arguments give the sizes of the blocks: Documentation - [ STABLE ][docs-stable-url] &mdash; most recently tagged version of the documentation. - [ LATEST ][docs-dev-url] &mdash; in-development version of the documentation. Changes in v1.0 We are excited to release v1.0! There are some important breaking changes from previous versions of BlockArrays.jl: - BlockedArray replaces PseudoBlockArray . - Axes are now typically BlockedOneTo instead of BlockUnitRange .","default_branch":null,"files":null,"tree":[],"storefront":"/r/JuliaArrays","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/JuliaArrays/BlockArrays.jl/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}