Closed paraynaud closed 1 year ago
Try to make the following structure works
mutable struct Partitioned_vector{T} <: AbstractVector{T} partitioned_vector :: Elemental_pv{T} end
Partitioned_vector will overload some methods like:
Partitioned_vector
The behavior of the methods must be defined beforehand.
Implemented by PartitionedVectors.jl.
Try to make the following structure works
Partitioned_vector
will overload some methods like:The behavior of the methods must be defined beforehand.