mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Tutorial page 1: Put code and output side-by-side.
This commit is contained in:
@@ -15,5 +15,4 @@ int main()
|
||||
v(0) = 4;
|
||||
v(1) = v(0) - 1;
|
||||
std::cout << "Here is the vector v:\n" << v << std::endl;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user