#include <SmiQuadratic.hpp>
Public Member Functions | |
SmiQuadraticDataDC (int ncols, int nels) | |
~SmiQuadraticDataDC () | |
![]() | |
SmiQuadraticData (int n, int *starts, int *indx, double *els, int coff=0) | |
SmiQuadraticData () | |
bool | hasData () |
void | setHasData (bool hasData) |
int * | getQDstarts () |
void | setQDstarts (int *starts) |
int * | getQDindx () |
void | setQDindx (int *indx) |
double * | getQDels () |
void | setQDels (double *els) |
int | getQDncols () |
void | setQDncols (int ncols) |
int | getNumEls () |
Additional Inherited Members | |
![]() | |
int | _n |
int * | _starts |
int * | _indx |
double * | _els |
int | _coff |
bool | _hasData |
Definition at line 55 of file SmiQuadratic.hpp.
|
inline |
Definition at line 57 of file SmiQuadratic.hpp.
|
inline |
Definition at line 64 of file SmiQuadratic.hpp.