mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
move the documentation to doc/, add dummy documentation to srcdir/ compiling to
an explanation of how to generate the docs
This commit is contained in:
@@ -8,12 +8,3 @@ int main(int, char**)
|
||||
cout << m << endl;
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* Output:
|
||||
|
||||
1 0 0 0
|
||||
0 1 0 0
|
||||
1 0 1 0
|
||||
0 1 0 1
|
||||
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user