Function Dune::XT::Common::Lapacke::dpttrs¶
-
int Dune::XT::Common::Lapacke::dpttrs(int matrix_layout, int n, int nrhs, const double *d, const double *e, double *b, int ldb)¶
Wrapper around LAPACKE_dpttrs
See also:
LAPACKE_dpttrs