OpenWalnut  1.5.0dev
WMatrix< T > Member List

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() constWMatrix< T >
getNbRows() constWMatrix< T >
isIdentity(T delta=T(0.0)) constWMatrix< T >
isSquare() constWMatrix< T >
m_componentsWValue< T >private
m_nbColsWMatrix< T >private
makeIdentity()WMatrix< T >
mean() constWValue< T >inline
median() constWValue< T >inline
norm() constWValue< T >inline
normalize()WValue< T >inline
normalized() constWValue< T >inline
normSquare() constWValue< T >inline
operator Eigen::Matrix< EigenDataType, Eigen::Dynamic, Eigen::Dynamic >() constWMatrix< T >
operator osg::Matrixd() constWMatrix< T >
operator WMatrix4d() constWMatrix< T >
operator!=(const WMatrix &rhs) constWMatrix< T >
WValue::operator!=(const WValue &rhs) constWValue< T >inline
operator()(size_t i, size_t j)WMatrix< T >
operator()(size_t i, size_t j) constWMatrix< T >
operator*(const WMatrix &rhs) constWMatrix< T >
operator*(const WValue< T > &rhs) constWMatrix< T >
operator*(const WVector3d &rhs) constWMatrix< T >
operator*=(double rhs)WValue< T >inline
operator*=(const WValue &rhs)WValue< T >inline
operator+(const WValue &summand2) constWValue< T >inline
operator+=(const WValue &rhs)WValue< T >inline
operator-(const WValue &subtrahend) constWValue< 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) constWMatrix< T >
WValue::operator==(const WValue &rhs) constWValue< T >inline
operator[](size_t i)WValue< T >inline
operator[](size_t i) constWValue< T >inline
resize(size_t size)WValue< T >inline
setZero()WMatrix< T >inline
size() constWValue< T >inline
transposed() constWMatrix< 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