![]() |
SenK
SenK is a C++ library for high-performance linear solvers.
|
Level2 BLAS-style functions are written. More...

Go to the source code of this file.
Namespaces | |
| namespace | senk |
| The top-level namespace of SenK. | |
| namespace | senk::blas2 |
| This namespace contains Level2 BLAS-style functions. | |
Functions | |
| template<typename T > | |
| void | senk::blas2::Trsv (T *U, T *b, T *x, int n, int m) |
| Upper triangular solver. More... | |