|
Extension: Matrix functions
#include "dg/matrix/matrix.h"
|
Typedefs | |
| using | value_type = double |
| using | CooMatrix = dg::SquareMatrix<double> |
| using | DiaMatrix = dg::TriDiagonal<thrust::host_vector<double>> |
Functions | |
| double | mu (double s, unsigned i, unsigned n) |
| int | main () |
| using CooMatrix = dg::SquareMatrix<double> |
| using DiaMatrix = dg::TriDiagonal<thrust::host_vector<double>> |
| using value_type = double |
| int main | ( | ) |
| double mu | ( | double | s, |
| unsigned | i, | ||
| unsigned | n ) |