mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
Move eigen to third party (#282)
* remove useless statement * Add eigen to third_party dir * remove reducdant lines
This commit is contained in:
5
third_party/eigen/doc/snippets/Tutorial_AdvancedInitialization_Block.cpp
vendored
Normal file
5
third_party/eigen/doc/snippets/Tutorial_AdvancedInitialization_Block.cpp
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
MatrixXf matA(2, 2);
|
||||
matA << 1, 2, 3, 4;
|
||||
MatrixXf matB(4, 4);
|
||||
matB << matA, matA / 10, matA / 10, matA;
|
||||
std::cout << matB << std::endl;
|
||||
Reference in New Issue
Block a user