USML
|
This is the complete list of members for wvector, including all inherited members.
_phi | wvector | private |
_rho | wvector | private |
_theta | wvector | private |
clear() | wvector | inline |
distance(const wvector1 &origin, matrix< double > &result) const | wvector | |
distance2(const wvector1 &origin, matrix< double > &result) const | wvector | |
dot(const wvector1 &other, matrix< double > &result) const | wvector | |
dotnorm(const wvector1 &other, matrix< double > &result) const | wvector | |
phi() const | wvector | inline |
phi(const matrix_expression< E > &p, bool no_alias=true) | wvector | inline |
phi(unsigned row, unsigned col) const | wvector | inline |
phi(unsigned row, unsigned col, double p) | wvector | inline |
rho() const | wvector | inline |
rho(const matrix_expression< E > &r, bool no_alias=true) | wvector | inline |
rho(unsigned row, unsigned col) const | wvector | inline |
rho(unsigned row, unsigned col, double r) | wvector | inline |
size1() const | wvector | inline |
size2() const | wvector | inline |
theta() const | wvector | inline |
theta(const matrix_expression< E > &t, bool no_alias=true) | wvector | inline |
theta(unsigned row, unsigned col) const | wvector | inline |
theta(unsigned row, unsigned col, double t) | wvector | inline |
wvector(unsigned rows=1, unsigned cols=1) | wvector |