Searched refs:StorageBaseType (Results 1 – 7 of 7) sorted by relevance
/external/eigen/doc/ |
D | CustomizingEigen_InheritingMatrix.dox | 27 const Eigen::MatrixBase<Eigen::Matrix<double, -0x000000001, 1> >::StorageBaseType&) 28 (((const Eigen::MatrixBase<Eigen::Matrix<double, -0x000000001, 1> >::StorageBaseType&) 29 ((const Eigen::MatrixBase<Eigen::Matrix<double, -0x000000001, 1> >::StorageBaseType*)(& v))))’
|
/external/eigen/Eigen/src/plugins/ |
D | ArrayCwiseBinaryOps.h | 233 …alar_sum_op<T,Scalar>,Constant<T>,Derived> operator+(const T& scalar, const StorageBaseType& expr); 255 …fference_op<T,Scalar>,Constant<T>,Derived> operator-(const T& scalar, const StorageBaseType& expr); 269 operator/(const T& s,const StorageBaseType& a);
|
D | CommonCwiseBinaryOps.h | 63 …_product_op<T,Scalar>,Constant<T>,Derived> operator*(const T& scalar, const StorageBaseType& expr);
|
/external/eigen/Eigen/src/Core/ |
D | ArrayBase.h | 45 typedef ArrayBase StorageBaseType; typedef
|
D | MatrixBase.h | 53 typedef MatrixBase StorageBaseType; typedef
|
/external/eigen/Eigen/src/SparseCore/ |
D | SparseMatrixBase.h | 49 typedef SparseMatrixBase StorageBaseType; typedef
|
/external/eigen/Eigen/src/Core/util/ |
D | Macros.h | 950 (METHOD)(const T& scalar, const StorageBaseType& matrix) { \
|