34 #ifndef __vtkNormalizeMatrixVectors_h
35 #define __vtkNormalizeMatrixVectors_h
37 #include "vtkFiltersGeneralModule.h"
38 #include "vtkArrayDataAlgorithm.h"
45 void PrintSelf(ostream& os, vtkIndent indent);
50 vtkGetMacro(VectorDimension,
int);
51 vtkSetMacro(VectorDimension,
int);
57 vtkGetMacro(PValue,
double);
58 vtkSetMacro(PValue,
double);
67 vtkInformationVector**,
68 vtkInformationVector*);
given a sparse input matrix, produces a sparse output matrix with each vector normalized to unit leng...