This file mimicks Core/util/XprHelper.h of Eigen
| EIGEN_STRONG_INLINE const CwiseBinaryOp< internal::scalar_sum_op< typename H2Derived::Scalar, typename DenseDerived::Scalar >, const H2Derived, const DenseDerived > Eigen::operator+ | ( | const H2MatrixBase< H2Derived > & | a, |
| const MatrixBase< DenseDerived > & | b | ||
| ) |
Definition at line 115 of file H2CwiseBinaryOp.hpp.
| EIGEN_STRONG_INLINE const CwiseBinaryOp< internal::scalar_sum_op< typename H2Derived::Scalar, typename SparseDerived::Scalar >, const H2Derived, const SparseDerived > Eigen::operator+ | ( | const H2MatrixBase< H2Derived > & | a, |
| const SparseMatrixBase< SparseDerived > & | b | ||
| ) |
Definition at line 141 of file H2CwiseBinaryOp.hpp.
| EIGEN_STRONG_INLINE const CwiseBinaryOp< internal::scalar_sum_op< typename DenseDerived::Scalar, typename H2Derived::Scalar >, const DenseDerived, const H2Derived > Eigen::operator+ | ( | const MatrixBase< DenseDerived > & | a, |
| const H2MatrixBase< H2Derived > & | b | ||
| ) |
Definition at line 102 of file H2CwiseBinaryOp.hpp.
| EIGEN_STRONG_INLINE const CwiseBinaryOp< internal::scalar_sum_op< typename SparseDerived::Scalar, typename H2Derived::Scalar >, const SparseDerived, const H2Derived > Eigen::operator+ | ( | const SparseMatrixBase< SparseDerived > & | a, |
| const H2MatrixBase< H2Derived > & | b | ||
| ) |
Definition at line 128 of file H2CwiseBinaryOp.hpp.
| EIGEN_STRONG_INLINE const CwiseBinaryOp< internal::scalar_difference_op< typename H2Derived::Scalar, typename DenseDerived::Scalar >, const H2Derived, const DenseDerived > Eigen::operator- | ( | const H2MatrixBase< H2Derived > & | a, |
| const MatrixBase< DenseDerived > & | b | ||
| ) |
Definition at line 167 of file H2CwiseBinaryOp.hpp.
| EIGEN_STRONG_INLINE const CwiseBinaryOp< internal::scalar_difference_op< typename H2Derived::Scalar, typename SparseDerived::Scalar >, const H2Derived, const SparseDerived > Eigen::operator- | ( | const H2MatrixBase< H2Derived > & | a, |
| const SparseMatrixBase< SparseDerived > & | b | ||
| ) |
Definition at line 193 of file H2CwiseBinaryOp.hpp.
| EIGEN_STRONG_INLINE const CwiseBinaryOp< internal::scalar_difference_op< typename DenseDerived::Scalar, typename H2Derived::Scalar >, const DenseDerived, const H2Derived > Eigen::operator- | ( | const MatrixBase< DenseDerived > & | a, |
| const H2MatrixBase< H2Derived > & | b | ||
| ) |
Definition at line 154 of file H2CwiseBinaryOp.hpp.
| EIGEN_STRONG_INLINE const CwiseBinaryOp< internal::scalar_difference_op< typename SparseDerived::Scalar, typename H2Derived::Scalar >, const SparseDerived, const H2Derived > Eigen::operator- | ( | const SparseMatrixBase< SparseDerived > & | a, |
| const H2MatrixBase< H2Derived > & | b | ||
| ) |
Definition at line 180 of file H2CwiseBinaryOp.hpp.
| void Eigen::writeMesh2vtk | ( | const std::string & | fileName, |
| const Eigen::MatrixBase< Derived1 > & | P, | ||
| const Eigen::MatrixBase< Derived2 > & | E, | ||
| const Eigen::MatrixBase< Derived3 > & | Cdata, | ||
| bool | isCellData = false |
||
| ) |
Definition at line 26 of file writeVTK.hpp.