SVD And Eigenvector

The eigenvector of a linear transformation doesn’t change in the transformation, and the scale of this vector under the transformation is called the eigenvalue. Practice We use 3D Model Editor to perform the following linear transformation: For more information on Read more…

vtkAbstractTransform::DeepCopy May Fail

Here is a example that vtkTransform object failed to deep copy the other one. #include <iostream> #include <vtkSmartPointer.h> #include <vtkRenderer.h> #include <vtkRenderWindow.h> #include <vtkTransform.h> #define vtkSPtr vtkSmartPointer #define vtkSPtrNew(Var, Type) vtkSPtr<Type> Var = vtkSPtr<Type>::New(); int main() { setbuf( stdout, nullptr Read more…

Tex To PDF
: convert the Latex file which suffix is tex to a PDF file

X