![]() |
Blaze 3.9
|
Classes | |
class | blaze::HermitianMatrix< MT, SO, DF > |
Matrix adapter for Hermitian ![]() | |
class | blaze::HermitianElement< MT > |
Representation of two synchronized elements within the sparse Hermitian matrix. More... | |
class | blaze::HermitianProxy< MT > |
Access proxy for Hermitian matrices. More... | |
class | blaze::HermitianValue< MT > |
Representation of two synchronized values within a sparse Hermitian matrix. More... | |
HermitianProxy global functions | |
template<typename MT > | |
void | blaze::invert (const HermitianProxy< MT > &proxy) |
In-place inversion of the represented element. More... | |
HermitianValue global functions | |
template<typename MT > | |
void | blaze::invert (const HermitianValue< MT > &value) |
In-place inversion of the Hermitian value. More... | |
|
inline |
In-place inversion of the represented element.
proxy | The given proxy instance. |
|
inline |
In-place inversion of the Hermitian value.
value | The given Hermitian value. |