Open
Description
Base
array view types, e.g. SubArray
and ReshapedArray
, refer to the backing array via the parent
field. Some LinearAlgebra
array view types, e.g. Symmetric
and UpperTriangular
, refer to the backing array via the data
field, while others, e.g. Transpose
and Adjoint
, use parent
. Should these names be consistent? Best!