FflasFfpack
Public Types | Public Member Functions | Data Fields
Coo< ValT, IdxT > Struct Template Reference

Public Types

using Self = Coo< ValT, IdxT >
 

Public Member Functions

 Coo (ValT v, IdxT r, IdxT c)
 
 Coo ()=default
 
 Coo (const Self &)=default
 
 Coo (Self &&)=default
 
Selfoperator= (const Self &)=default
 
Selfoperator= (Self &&)=default
 

Data Fields

ValT val = 0
 
IdxT row = 0
 
IdxT col = 0
 

Member Typedef Documentation

◆ Self

using Self = Coo<ValT, IdxT>

Constructor & Destructor Documentation

◆ Coo() [1/4]

Coo ( ValT  v,
IdxT  r,
IdxT  c 
)
inline

◆ Coo() [2/4]

Coo ( )
default

◆ Coo() [3/4]

Coo ( const Self )
default

◆ Coo() [4/4]

Coo ( Self &&  )
default

Member Function Documentation

◆ operator=() [1/2]

Self & operator= ( const Self )
default

◆ operator=() [2/2]

Self & operator= ( Self &&  )
default

Field Documentation

◆ val

ValT val = 0

◆ row

IdxT row = 0

◆ col

IdxT col = 0

The documentation for this struct was generated from the following file: