Blaze 3.9
Classes
UniUpperMatrix

Classes

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

Detailed Description

Function Documentation

◆ invert() [1/2]

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

In-place inversion of the represented element.

Parameters
proxyThe given access proxy.
Returns
void

◆ invert() [2/2]

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

In-place inversion of the uniupper value.

Parameters
valueThe given uniupper value.
Returns
void