Mushy Layer
1.0
|
This is the complete list of members for band_matrix, including all inherited members.
band_matrix() | band_matrix | inline |
band_matrix(int dim, int n_u, int n_l) | band_matrix | |
dim() const | band_matrix | |
l_solve(const std::vector< Real > &b) const | band_matrix | |
lu_decompose() | band_matrix | |
lu_solve(const std::vector< Real > &b, bool is_lu_decomposed=false) | band_matrix | |
num_lower() const | band_matrix | inline |
num_upper() const | band_matrix | inline |
operator()(int i, int j) | band_matrix | |
operator()(int i, int j) const | band_matrix | |
r_solve(const std::vector< Real > &b) const | band_matrix | |
resize(int dim, int n_u, int n_l) | band_matrix | |
saved_diag(int i) | band_matrix | |
saved_diag(int i) const | band_matrix | |
~band_matrix() | band_matrix | inline |