![]() |
SenK
SenK is a C++ library for high-performance linear solvers.
|
This namespace contains Level2 BLAS-style functions. More...
Functions | |
template<typename T > | |
void | Trsv (T *U, T *b, T *x, int n, int m) |
Upper triangular solver. More... | |
This namespace contains Level2 BLAS-style functions.
|
inline |
Upper triangular solver.
T | The type of vectors. |
U | A 2D-array of size n * m that represents an upper triangular matrix. |
b | A 1D-array of size m. |
x | A 1D-array of size m. |
n | The number of rows of the matrix. |
m | The number of columns of the matrix. |
Definition at line 25 of file senk_blas2.hpp.