From 35f7829af10c61e33dd2e2a7a015058e11a11ea0 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 25 Mar 2017 14:17:07 +0100 Subject: update --- eigen/doc/snippets/MatrixBase_part.cpp | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 eigen/doc/snippets/MatrixBase_part.cpp (limited to 'eigen/doc/snippets/MatrixBase_part.cpp') diff --git a/eigen/doc/snippets/MatrixBase_part.cpp b/eigen/doc/snippets/MatrixBase_part.cpp deleted file mode 100644 index d3e7f48..0000000 --- a/eigen/doc/snippets/MatrixBase_part.cpp +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef _MSC_VER - #warning deprecated -#endif -/* -Matrix3d m = Matrix3d::Zero(); -m.part().setOnes(); -cout << "Here is the matrix m:" << endl << m << endl; -cout << "And let us now compute m*m.adjoint() in a very optimized way" << endl - << "taking advantage of the symmetry." << endl; -Matrix3d n; -n.part() = (m*m.adjoint()).lazy(); -cout << "The result is:" << endl << n << endl; -*/ \ No newline at end of file -- cgit v1.2.3