Extension: Matrix functions
#include "dg/matrix/matrix.h"
|
Go to the source code of this file.
Classes | |
struct | dg::mat::MatrixSqrt< ContainerType > |
Fast computation of \( \vec x = A^{\pm 1/2}\vec b\) for self-adjoint positive definite \(A\). More... | |
struct | dg::mat::MatrixFunction< ContainerType > |
Computation of \( \vec x = f(A)\vec b\) for self-adjoint positive definite \( A\). More... | |
Namespaces | |
namespace | dg |
Classes for Krylov space approximations of a Matrix-Vector product. | |
namespace | dg::mat |