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