#include <matsymm.h>
List of all members.
Private Attributes |
unsigned | size_ |
Member Typedef Documentation
Constructor & Destructor Documentation
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 |
size | ) |
|
|
inline |
void Symmetric::resize |
( |
unsigned |
rows, |
|
|
unsigned |
cols |
|
) |
| |
|
inline |
unsigned Symmetric::rows |
( |
| ) |
const |
|
inline |
Member Data Documentation
unsigned Symmetric::size_ |
|
private |
The documentation for this class was generated from the following file: