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