Vectors and matrices that are part of the distributed linear algebra
computations are broken up in very specific ways on the slave processes
and often include padded elements. In general one should not use
pull
for retrieving such objects from the slave
processes. Rather, use collectVector
, CollectTriangularMatrix
, etc.