InfiniteVectors.jl Documentation

A Julia package for infinite vectors operations such as convolution, z-transform.

For installation instructions, see Installation.

For a full description of the functionality use the manual:

Installation

InfiniteVectors.jl is not added to General.jl. The package can easily be installed by cloning its git repository. From the Julia REPL, type ] to enter Pkg mode and run

pkg> add https://github.com/FrameFunVC/InfiniteVectors.jl

or in a file you could use

using Pkg
pkg"add https://github.com/FrameFunVC/InfiniteVectors.jl"

Development

For development instructions see the Development