SLATE 2024.05.31
Software for Linear Algebra Targeting Exascale
|
Functions | |
template<typename scalar_t > | |
void | slate::tile::tzset (scalar_t alpha, Tile< scalar_t > &A) |
Set entries in the matrix \(A\) to the value of \(\alpha\). | |
template<typename scalar_t > | |
void | slate::tile::tzset (scalar_t alpha, Tile< scalar_t > &&A) |
Converts rvalue refs to lvalue refs. | |
void slate::tile::tzset | ( | scalar_t | alpha, |
Tile< scalar_t > & | A | ||
) |
Set entries in the matrix \(A\) to the value of \(\alpha\).
Only set the strictly-lower or the strictly-upper part.