
| TriangularMatrix | ( | int | n | ) | [inline] |
Constructor.
| n | Size of the matrix |
| int Index | ( | int | i, | |
| int | j | |||
| ) | [inline, private] |
| void resize | ( | int | n | ) | [inline] |
Resizes the matrix.
| void clear | ( | ) | [inline] |
Clears the matrix entries.
| T& operator() | ( | int | i, | |
| int | j | |||
| ) | [inline] |
Returns a reference to an element.
| const T& operator() | ( | int | i, | |
| int | j | |||
| ) | const [inline] |
Returns a constant reference to an element.
1.5.4