mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
WIP 2
This commit is contained in:
@@ -28,7 +28,6 @@ int main(int argc, char* argv[])
|
||||
|
||||
std::cout << A << std::endl;
|
||||
std::cout << B << std::endl;
|
||||
std::cout << C << std::endl;
|
||||
|
||||
std::cout << std::endl;
|
||||
|
||||
@@ -48,8 +47,6 @@ int main(int argc, char* argv[])
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
std::cout << C << std::endl;
|
||||
#else
|
||||
if(argc < 3)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user