MatrixPower_optimal.cpp
Go to the documentation of this file.
2 #include <iostream>
3 
4 using namespace Eigen;
5 
6 int main()
7 {
10 
11  std::cout << "The matrix A is:\n" << A << "\n\n"
12  "A^3.1 is:\n" << Apow(3.1) << "\n\n"
13  "A^3.3 is:\n" << Apow(3.3) << "\n\n"
14  "A^3.7 is:\n" << Apow(3.7) << "\n\n"
15  "A^3.9 is:\n" << Apow(3.9) << std::endl;
16  return 0;
17 }
SparseMatrix< double > A(n, n)
int main()
static const RandomReturnType Random()
Class for computing matrix powers.
Definition: MatrixPower.h:340
: TensorContractionSycl.h, provides various tensor contraction kernel for SYCL backend