#include <matsymm.h>
List of all members.
Member Typedef Documentation
Constructor & Destructor Documentation
Symmetric::Symmetric |
( |
| ) |
[inline] |
Symmetric::Symmetric |
( |
unsigned |
size | ) |
[inline] |
Symmetric::Symmetric |
( |
unsigned |
rows, |
|
|
unsigned |
cols |
|
) |
| [inline] |
Member Function Documentation
unsigned Symmetric::columns |
( |
| ) |
const [inline] |
unsigned Symmetric::coordToOffset |
( |
unsigned |
i, |
|
|
unsigned |
j |
|
) |
| const [inline] |
unsigned Symmetric::firstInCol |
( |
unsigned |
j | ) |
const [inline] |
unsigned Symmetric::firstInRow |
( |
unsigned |
i | ) |
const [inline] |
template<typename T_numtype >
T_numtype Symmetric::get |
( |
const T_numtype *restrict |
data, |
|
|
unsigned |
i, |
|
|
unsigned |
j |
|
) |
| const [inline] |
template<typename T_numtype >
T_numtype& Symmetric::get |
( |
T_numtype *restrict |
data, |
|
|
unsigned |
i, |
|
|
unsigned |
j |
|
) |
| [inline] |
bool Symmetric::inRange |
( |
unsigned |
i, |
|
|
unsigned |
j |
|
) |
| const [inline] |
unsigned Symmetric::lastInCol |
( |
unsigned |
j | ) |
const [inline] |
unsigned Symmetric::lastInRow |
( |
unsigned |
i | ) |
const [inline] |
unsigned Symmetric::numElements |
( |
| ) |
const [inline] |
void Symmetric::resize |
( |
unsigned |
rows, |
|
|
unsigned |
cols |
|
) |
| [inline] |
void Symmetric::resize |
( |
unsigned |
size | ) |
[inline] |
unsigned Symmetric::rows |
( |
| ) |
const [inline] |
Member Data Documentation
The documentation for this class was generated from the following file: