mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Enable saving intermidiate (Schur decomposition) but disable unstable specialization for matrix power-matrix product.
This commit is contained in:
@@ -11,6 +11,6 @@ int main()
|
||||
sin(1), cos(1), 0,
|
||||
0 , 0 , 1;
|
||||
std::cout << "The matrix A is:\n" << A << "\n\n"
|
||||
<< "The matrix power A^(pi/4) is:\n" << A.pow(pi/4) << std::endl;
|
||||
"The matrix power A^(pi/4) is:\n" << A.pow(pi/4) << std::endl;
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user