SLATE 2024.05.31
Software for Linear Algebra Targeting Exascale
Loading...
Searching...
No Matches

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.
 

Detailed Description

Function Documentation

◆ tzset()

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\).

Only set the strictly-lower or the strictly-upper part.