Points&Forces (core)
Software tools facilitating the task of surveying architecture
|
This is the complete list of members for a_mat_c, including all inherited members.
a_base() | a_base | inline |
a_mat(UI i, UI j, double v=0) | a_mat | |
a_mat(int i, int j, double v=0) | a_mat | |
a_mat(const a_mat &m) | a_mat | |
a_mat_c(UI i, double v=0) | a_mat_c | inline |
a_mat_c(int i, double v=0) | a_mat_c | inline |
classname() | a_mat_base | inlinevirtual |
help() | a_mat_base | static |
maxi() const | a_mat | inline |
maxi_ | a_mat | protected |
maxj() const | a_mat | inline |
maxj_ | a_mat | protected |
norm() const | a_mat_c | |
normalise() | a_mat_c | |
operator()(const UI i) | a_mat_c | inline |
operator()(const UI i) const | a_mat_c | inline |
a_mat::operator()(const UI i, const UI j) | a_mat | inlinevirtual |
a_mat::operator()(const UI i, const UI j) const | a_mat | inlinevirtual |
operator*(double v) | a_mat | |
operator*=(double v) | a_mat | |
operator+(const a_mat &a) | a_mat | |
operator+=(const a_mat &a) | a_mat | |
operator-() | a_mat | |
operator-(const a_mat &a) | a_mat | |
operator-=(const a_mat &a) | a_mat | |
operator/(double v) | a_mat | |
operator/=(double v) | a_mat | |
operator=(const a_mat &m) | a_mat_c | |
operator==(const a_mat &a) | a_mat | |
read(std::istream &i) | a_mat | virtual |
a_mat_base::read(const std::string &file_in) | a_base | |
size() const | a_mat | inline |
small(double tol) | a_base | inline |
small() const | a_base | inline |
sub_matrix(const UI i, const UI j) const | a_mat | |
sumsq() const | a_mat_c | |
swapc(UI c1, UI c2) | a_mat | |
swapr(UI r1, UI r2) | a_mat | |
transpose() | a_mat | |
verysmall_ | a_base | protected |
write(std::ostream &o) const | a_mat | virtual |
a_mat_base::write(const std::string &file_out) const | a_base | |
x() const | a_mat | inline |
x_ | a_mat | protected |
~a_mat() | a_mat |