![]() |
OpenWalnut
1.5.0dev
|
This is the complete list of members for WMatrix< T >, including all inherited members.
| copyFromEigenMatrix(const Eigen::Matrix< EigenDataType, Eigen::Dynamic, Eigen::Dynamic > &newMatrix) | WMatrix< T > | private |
| copyFromEigenVector(const Eigen::Matrix< EigenDataType, Eigen::Dynamic, 1 > &newValues) | WValue< T > | inlineprivate |
| getNbCols() const | WMatrix< T > | |
| getNbRows() const | WMatrix< T > | |
| isIdentity(T delta=T(0.0)) const | WMatrix< T > | |
| isSquare() const | WMatrix< T > | |
| m_components | WValue< T > | private |
| m_nbCols | WMatrix< T > | private |
| makeIdentity() | WMatrix< T > | |
| mean() const | WValue< T > | inline |
| median() const | WValue< T > | inline |
| norm() const | WValue< T > | inline |
| normalize() | WValue< T > | inline |
| normalized() const | WValue< T > | inline |
| normSquare() const | WValue< T > | inline |
| operator Eigen::Matrix< EigenDataType, Eigen::Dynamic, Eigen::Dynamic >() const | WMatrix< T > | |
| operator osg::Matrixd() const | WMatrix< T > | |
| operator WMatrix4d() const | WMatrix< T > | |
| operator!=(const WMatrix &rhs) const | WMatrix< T > | |
| WValue::operator!=(const WValue &rhs) const | WValue< T > | inline |
| operator()(size_t i, size_t j) | WMatrix< T > | |
| operator()(size_t i, size_t j) const | WMatrix< T > | |
| operator*(const WMatrix &rhs) const | WMatrix< T > | |
| operator*(const WValue< T > &rhs) const | WMatrix< T > | |
| operator*(const WVector3d &rhs) const | WMatrix< T > | |
| operator*=(double rhs) | WValue< T > | inline |
| operator*=(const WValue &rhs) | WValue< T > | inline |
| operator+(const WValue &summand2) const | WValue< T > | inline |
| operator+=(const WValue &rhs) | WValue< T > | inline |
| operator-(const WValue &subtrahend) const | WValue< T > | inline |
| operator-=(const WValue &rhs) | WValue< T > | inline |
| operator/=(const double rhs) | WValue< T > | inline |
| operator=(const WMatrix &rhs) | WMatrix< T > | |
| WValue::operator=(const WValue &rhs) | WValue< T > | inline |
| operator==(const WMatrix &rhs) const | WMatrix< T > | |
| WValue::operator==(const WValue &rhs) const | WValue< T > | inline |
| operator[](size_t i) | WValue< T > | inline |
| operator[](size_t i) const | WValue< T > | inline |
| resize(size_t size) | WValue< T > | inline |
| setZero() | WMatrix< T > | inline |
| size() const | WValue< T > | inline |
| transposed() const | WMatrix< T > | |
| WMatrix(size_t n) | WMatrix< T > | explicit |
| WMatrix(size_t nbRows, size_t nbCols) | WMatrix< T > | |
| WMatrix(const WMatrix &newMatrix) | WMatrix< T > | |
| WMatrix(const WMatrix4d &newMatrix) | WMatrix< T > | |
| WMatrix(const Eigen::MatrixXd &newMatrix) | WMatrix< T > | |
| WMatrix(const Eigen::MatrixXf &newMatrix) | WMatrix< T > | |
| WMatrix(const Eigen::MatrixXi &newMatrix) | WMatrix< T > | |
| WValue(size_t nbComponents) | WValue< T > | inlineexplicit |
| WValue(const WValue &newValue) | WValue< T > | inline |
| WValue(const WValue< S > &newValue) | WValue< T > | inlineexplicit |
| WValue(const Eigen::VectorXd &newValues) | WValue< T > | inlineexplicit |
| WValue(const Eigen::VectorXf &newValues) | WValue< T > | inlineexplicit |
| WValue(const Eigen::VectorXi &newValues) | WValue< T > | inlineexplicit |