Go to the source code of this file.
Classes | |
class | Eigen::MatrixLogarithmReturnValue< class > |
Proxy for the matrix logarithm of some matrix (expression). | |
Namespaces | |
Eigen | |
: TensorContractionSycl.h, provides various tensor contraction kernel for SYCL backend | |
Eigen::internal | |
Functions | |
template<typename MatrixType > | |
void | Eigen::internal::matrix_log_compute_2x2 (const MatrixType &A, MatrixType &result) |
Compute logarithm of 2x2 triangular matrix. More... | |
template<typename MatrixType > | |
void | Eigen::internal::matrix_log_compute_big (const MatrixType &A, MatrixType &result) |
Compute logarithm of triangular matrices with size > 2. More... | |
template<typename MatrixType > | |
void | Eigen::internal::matrix_log_compute_pade (MatrixType &result, const MatrixType &T, int degree) |
int | Eigen::internal::matrix_log_get_pade_degree (double normTminusI) |
int | Eigen::internal::matrix_log_get_pade_degree (float normTminusI) |
int | Eigen::internal::matrix_log_get_pade_degree (long double normTminusI) |