#include </usr1/tp517/Tumble/trunk/src/tumble/util.h>
Public Member Functions | |
| Matrix5 (const Matrix &) | |
| Matrix5 (const Matrix5 &) | |
| Matrix5 (int) | |
| ~Matrix5 () | |
| double * | LUsolve (double *) |
Public Attributes | |
| int | size |
| double * | d1 |
| double * | d2 |
| double * | d3 |
| double * | d4 |
| double * | d5 |
| bool | factored |
Private Member Functions | |
| void | factor () |
Definition at line 571 of file util.h.
| Matrix5::Matrix5 | ( | const Matrix & | ) |
| Matrix5::Matrix5 | ( | const Matrix5 & | ) |
| Matrix5::Matrix5 | ( | int | ) |
| void Matrix5::factor | ( | ) | [private] |
| double * Matrix5::LUsolve | ( | double * | ) |
| int Matrix5::size |
| double* Matrix5::d1 |
| double * Matrix5::d2 |
| double * Matrix5::d3 |
Definition at line 576 of file util.h.
Referenced by factor(), LUsolve(), Matrix5(), QBSpline::solve_system(), and ~Matrix5().
| double * Matrix5::d4 |
| double * Matrix5::d5 |
| bool Matrix5::factored |
1.5.2