Blaze 3.9
Classes
UniLowerMatrix

Classes

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

Detailed Description

Function Documentation

◆ invert() [1/2]

template<typename MT >
void blaze::invert ( const UniLowerProxy< 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 UniLowerValue< MT > &  value)
inline

In-place inversion of the unilower value.

Parameters
valueThe given unilower value.
Returns
void