Developer information
InfiniteVectors.ZTransform
— TypeZTransform{S<:BiInfiniteVector} <: Function
ZTransform is a wrapper type for the ztransform
function.
InfiniteVectors.Integers
— Typestruct InfiniteVectors.Integers <: OrdinalRange{Int,Int}
Struct representing all integers.
InfiniteVectors.BiInfiniteVector
— TypeAny subtype of InfiniteVector is a bi-infinite list of values, with one value for each integer in Z.
They are not iterable
InfiniteVectors.hascompactsupport
— Functionhascompactsupport(vec::InfiniteVector)
Are their a finite number of non-zero elements.
InfiniteVectors.nexteven
— FunctionThe first even number greater than or equal to n.
InfiniteVectors.nextodd
— FunctionThe first odd number greater than or equal to n.
InfiniteVectors.previouseven
— FunctionThe last even number, smaller than or equal to n.
InfiniteVectors.sublength
— Functionsublength(vec::InfiniteVector) = vec.subvec
The number of non-zero indices