Blaze 3.9
Classes
HermitianMatrix

Classes

class  blaze::HermitianMatrix< MT, SO, DF >
 Matrix adapter for Hermitian $ N \times N $ matrices. More...
 
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...
 

Detailed Description

Function Documentation

◆ invert() [1/2]

template<typename MT >
void blaze::invert ( const HermitianProxy< MT > &  proxy)
inline

In-place inversion of the represented element.

Parameters
proxyThe given proxy instance.
Returns
void

◆ invert() [2/2]

template<typename MT >
void blaze::invert ( const HermitianValue< MT > &  value)
inline

In-place inversion of the Hermitian value.

Parameters
valueThe given Hermitian value.
Returns
void