Go to the source code of this file.
Classes | |
class | Eigen::internal::image_retval_base< _DecompositionType > |
struct | Eigen::internal::traits< image_retval_base< DecompositionType > > |
Namespaces | |
namespace | Eigen |
iterative scaling algorithm to equilibrate rows and column norms in matrices | |
namespace | Eigen::internal |
Defines | |
#define | EIGEN_MAKE_IMAGE_HELPERS(DecompositionType) |
#define EIGEN_MAKE_IMAGE_HELPERS | ( | DecompositionType | ) |
typedef typename DecompositionType::MatrixType MatrixType; \ typedef typename MatrixType::Scalar Scalar; \ typedef typename MatrixType::RealScalar RealScalar; \ typedef typename MatrixType::Index Index; \ typedef Eigen::internal::image_retval_base<DecompositionType> Base; \ using Base::dec; \ using Base::originalMatrix; \ using Base::rank; \ using Base::rows; \ using Base::cols; \ image_retval(const DecompositionType& dec, const MatrixType& originalMatrix) \ : Base(dec, originalMatrix) {}