AFLOW
 
Loading...
Searching...
No Matches
aurostd::matrix< utype > Member List

This is the complete list of members for aurostd::matrix< utype >, including all inherited members.

clear()aurostd::matrix< utype >
copy(const matrix &b)aurostd::matrix< utype >private
erase(const int id)aurostd::matrix< utype >
erase_col(const int id)aurostd::matrix< utype >
free()aurostd::matrix< utype >private
insert(const int &id, const std::vector< utype > &inV)aurostd::matrix< utype >inline
mataurostd::matrix< utype >private
matrix()aurostd::matrix< utype >
matrix(const int m)aurostd::matrix< utype >
matrix(const int m, const int n)aurostd::matrix< utype >
matrix(const int m, const int n, const utype &inutype)aurostd::matrix< utype >
matrix(const int m, const std::vector< utype > &inutypevec)aurostd::matrix< utype >
matrix(const matrix &b)aurostd::matrix< utype >
operator=(const matrix< utype > &b)aurostd::matrix< utype >
operator[](const int i)aurostd::matrix< utype >inline
operator[](const int i) constaurostd::matrix< utype >inline
pop_back()aurostd::matrix< utype >inline
print()aurostd::matrix< utype >
push_back(const std::vector< utype > &inutypevec)aurostd::matrix< utype >inline
size() constaurostd::matrix< utype >inline
transpose() constaurostd::matrix< utype >
vec2mat(const std::vector< utype > &inV)aurostd::matrix< utype >
vecvec2mat(const std::vector< std::vector< utype > > &inVV)aurostd::matrix< utype >
~matrix()aurostd::matrix< utype >