![]() |
Bsoft 2.1.4
Bernard's software package
|
This is the complete list of members for Matrix, including all inherited members.
check_for_singularity() | Matrix | inline |
columns() | Matrix | inline |
data() | Matrix | inline |
delete_row_column(long rc) | Matrix | inline |
determinant() | Matrix | inline |
eigen_sort(vector< double > &val) | Matrix | |
fill(double v) | Matrix | inline |
jacobi_rotation() | Matrix | |
jrotate(double s, double tau, long i, long j, long k, long l) | Matrix | |
LU_decomposition() | Matrix | |
LU_decomposition(vector< double > &b) | Matrix | inline |
Matrix() | Matrix | inline |
Matrix(const Matrix &mat) | Matrix | inline |
Matrix(long rows, long cols) | Matrix | inline |
Matrix(Bstring &filename) | Matrix | inline |
multiply_in_place(vector< double > &vec) | Matrix | |
normalize() | Matrix | inline |
operator*(Matrix &mat) | Matrix | inline |
operator*(vector< double > &vec) | Matrix | inline |
operator*=(Matrix mat) | Matrix | inline |
operator+(Matrix mat) | Matrix | inline |
operator+=(Matrix mat) | Matrix | inline |
operator-() | Matrix | inline |
operator-(Matrix mat) | Matrix | inline |
operator-=(Matrix mat) | Matrix | inline |
operator=(const Matrix mat) | Matrix | inline |
operator[](long i) | Matrix | inline |
randomize() | Matrix | inline |
rows() | Matrix | inline |
show_below_cutoff(double d) | Matrix | inline |
singular_value_decomposition() | Matrix | |
singular_value_decomposition(vector< double > &b) | Matrix | inline |
size() | Matrix | inline |
swap_rows_columns(long rc1, long rc2) | Matrix | inline |
transpose() const | Matrix | inline |
write(Bstring &filename) | Matrix | inline |
~Matrix() | Matrix | inline |