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

Functions

template<typename scalar_t >
int64_t slate::tile::trtri (Diag diag, Tile< scalar_t > &A)
 Triangular inversion of tile.
 
template<typename scalar_t >
int64_t slate::tile::trtri (Diag diag, Tile< scalar_t > &&A)
 Converts rvalue refs to lvalue refs.
 
template<typename scalar_t >
int64_t slate::tile::trtrm (Tile< scalar_t > &A)
 Triangular multiplication \(L = L^H L\) or \(U = U U^H\) uplo is set in the tile.
 
template<typename scalar_t >
int64_t slate::tile::trtrm (Tile< scalar_t > &&A)
 Converts rvalue refs to lvalue refs.
 

Detailed Description

Function Documentation

◆ trtri()

template<typename scalar_t >
int64_t slate::tile::trtri ( Diag  diag,
Tile< scalar_t > &  A 
)

Triangular inversion of tile.

uplo is set in the tile.