Convert an array of arbitrary dimensions to a matrix. More...
#include <vtkMatricizeArray.h>
Convert an array of arbitrary dimensions to a matrix.
Given a sparse input array of arbitrary dimension, creates a sparse output matrix (vtkSparseArray<double>) where each column is a slice along an arbitrary dimension from the source.
BTX class Generator; ETX