DEPRECATED/UNTESTED Fast inverse tridiagonal sparse matrix.
More...
template<class value_type>
struct dg::InverseTriDiagonal< value_type >
DEPRECATED/UNTESTED Fast inverse tridiagonal sparse matrix.
When applied to a vector, uses Thomas algorithm to compute \( T^{-1} v\)
- Attention
- Only for shared memory host vectors
- See also
- dg::mat::TridiagInvDF dg::mat::compute_Tinv_y
◆ InverseTriDiagonal() [1/2]
template<class value_type >
◆ InverseTriDiagonal() [2/2]
template<class value_type >
◆ operator()()
template<class value_type >
void dg::InverseTriDiagonal< value_type >::operator() |
( |
const thrust::host_vector< value_type > & | y, |
|
|
thrust::host_vector< value_type > & | x ) const |
|
inline |
The documentation for this struct was generated from the following file: