![]() |
Blaze 3.9
|
Classes | |
class | blaze::UniUpperMatrix< MT, SO, DF > |
Matrix adapter for upper unitriangular ![]() | |
class | blaze::UniUpperElement< MT > |
Representation of an element within a sparse upper unitriangular matrix. More... | |
class | blaze::UniUpperProxy< MT > |
Access proxy for upper unitriangular matrices. More... | |
class | blaze::UniUpperValue< MT > |
Representation of a value within a sparse upper unitriangular matrix. More... | |
UniUpperProxy global functions | |
template<typename MT > | |
void | blaze::invert (const UniUpperProxy< MT > &proxy) |
In-place inversion of the represented element. More... | |
UniUpperValue global functions | |
template<typename MT > | |
void | blaze::invert (const UniUpperValue< MT > &value) |
In-place inversion of the uniupper value. More... | |
|
inline |
In-place inversion of the represented element.
proxy | The given access proxy. |
|
inline |
In-place inversion of the uniupper value.
value | The given uniupper value. |