A module defining a set of unallocated immutable lazy arrays which will be used to quickly construct tensors and allocating as little data as possible.
julia> using Pkg: Pkg
julia> Pkg.add(url="https://github.com/ITensor/TypeParameterAccessors.jl")
julia> Pkg.add(url="https://github.com/ITensor/UnspecifiedTypes.jl")
julia> Pkg.add(url="https://github.com/ITensor/UnallocatedArrays.jl")
using UnallocatedArrays: UnallocatedArrays
Examples go here.
This page was generated using Literate.jl.