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

using Self = Coo<ValT, IdxT>

Constructor & Destructor Documentation

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

Member Function Documentation

Self& operator= ( const Self )
default
Self& operator= ( Self &&  )
default

Field Documentation

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

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