mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Update circulant custom expression example
This commit is contained in:
@@ -13,4 +13,4 @@ int main()
|
||||
cout << "Here is the matrix A:\n" << A << endl;
|
||||
cout << "The determinant of A is " << A.determinant() << endl;
|
||||
cout << "The inverse of A is:\n" << A.inverse() << endl;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user