![]() |
API Documentation
|
This is the complete list of members for BandMatrix< t_type >, including all inherited members.
| BandMatrix() | BandMatrix< t_type > | inline |
| BandMatrix(uint04 dim, uint04 n_u, uint04 n_l) | BandMatrix< t_type > | inline |
| dim() const | BandMatrix< t_type > | inline |
| lowerCount() const | BandMatrix< t_type > | inline |
| lSolve(const Buffer< t_l_type > &b) const | BandMatrix< t_type > | inline |
| luDecompose() | BandMatrix< t_type > | inline |
| luSolve(const Buffer< t_l_type > &b, bool is_lu_decomposed=false) | BandMatrix< t_type > | inline |
| operator()(uint04 i, uint04 j) | BandMatrix< t_type > | inline |
| operator()(uint04 i, uint04 j) const | BandMatrix< t_type > | inline |
| resize(uint04 dim, uint04 n_u, uint04 n_l) | BandMatrix< t_type > | inline |
| rSolve(const Buffer< t_r_type > &b) const | BandMatrix< t_type > | inline |
| savedDiag(uint04 i) const | BandMatrix< t_type > | inline |
| savedDiag(uint04 i) | BandMatrix< t_type > | inline |
| upperCount() const | BandMatrix< t_type > | inline |
| ~BandMatrix() | BandMatrix< t_type > | inline |