#include "../plugins/CommonCwiseUnaryOps.h"
#include "../plugins/CommonCwiseBinaryOps.h"
#include "../plugins/MatrixCwiseUnaryOps.h"
#include "../plugins/MatrixCwiseBinaryOps.h"
#include "../plugins/BlockMethods.h"
Go to the source code of this file.
Classes | |
struct | Eigen::SparseMatrixBase< Derived >::ConstFixedSegmentReturnType< Size > |
struct | Eigen::SparseMatrixBase< Derived >::ConstNColsBlockXpr< N > |
struct | Eigen::SparseMatrixBase< Derived >::ConstNRowsBlockXpr< N > |
struct | Eigen::SparseMatrixBase< Derived >::FixedSegmentReturnType< Size > |
struct | Eigen::SparseMatrixBase< Derived >::NColsBlockXpr< N > |
struct | Eigen::SparseMatrixBase< Derived >::NRowsBlockXpr< N > |
class | Eigen::SparseMatrixBase< Derived > |
Base class of any sparse matrices or sparse expressions. More... | |
Namespaces | |
namespace | Eigen |
iterative scaling algorithm to equilibrate rows and column norms in matrices | |
Defines | |
#define | EIGEN_CURRENT_STORAGE_BASE_CLASS Eigen::SparseMatrixBase |
#define | EIGEN_SPARSE_CWISE_PRODUCT_RETURN_TYPE |
Definition at line 137 of file SparseMatrixBase.h.
CwiseBinaryOp< \ internal::scalar_product_op< \ typename internal::scalar_product_traits< \ typename internal::traits<Derived>::Scalar, \ typename internal::traits<OtherDerived>::Scalar \ >::ReturnType \ >, \ const Derived, \ const OtherDerived \ >
Definition at line 320 of file SparseMatrixBase.h.