This Julia library provides DeltaArray
, an efficient N-dimensional Diagonal
array type. If your array
then it can be represented by a DeltaArray
.
For compatibility, DeltaArrays{T,2}
should just behave like Diagonal{T}
.
This Julia library provides DeltaArray
, an efficient N-dimensional Diagonal
array type. If your array
then it can be represented by a DeltaArray
.
For compatibility, DeltaArrays{T,2}
should just behave like Diagonal{T}
.