#include "../plugins/CommonCwiseUnaryOps.h"
#include "../plugins/CommonCwiseBinaryOps.h"
#include "../plugins/MatrixCwiseUnaryOps.h"
#include "../plugins/MatrixCwiseBinaryOps.h"
Go to the source code of this file.
Classes | |
class | SparseMatrixBase< Derived > |
Base class of any sparse matrices or sparse expressions. More... | |
Defines | |
#define | EIGEN_CURRENT_STORAGE_BASE_CLASS Eigen::SparseMatrixBase |
#define | EIGEN_SPARSE_CWISE_PRODUCT_RETURN_TYPE |
#define EIGEN_CURRENT_STORAGE_BASE_CLASS Eigen::SparseMatrixBase |
Definition at line 127 of file SparseMatrixBase.h.
#define EIGEN_SPARSE_CWISE_PRODUCT_RETURN_TYPE |
CwiseBinaryOp< \ internal::scalar_product_op< \ typename internal::scalar_product_traits< \ typename internal::traits<Derived>::Scalar, \ typename internal::traits<OtherDerived>::Scalar \ >::ReturnType \ >, \ Derived, \ OtherDerived \ >
Definition at line 340 of file SparseMatrixBase.h.
Referenced by SparseMatrixBase< Derived >::cwiseProduct().
Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN:exported at Tue Jan 25 21:56:31 UTC 2011 |