Discontinuous Galerkin Library
#include "dg/algorithm.h"
|
Fast inverse tridiagonal sparse matrix. More...
Public Member Functions | |
InverseTriDiagonal ()=default | |
InverseTriDiagonal (const TriDiagonal< thrust::host_vector< value_type > > &tri) | |
void | operator() (const thrust::host_vector< value_type > &y, thrust::host_vector< value_type > &x) const |
Fast inverse tridiagonal sparse matrix.
When applied to a vector, uses Thomas algorithm to compute \( T^{-1} v\)
|
default |
|
inline |
|
inline |