7 #ifndef DENSE_GEN_MAT_PROD_H 8 #define DENSE_GEN_MAT_PROD_H 28 template <
typename Scalar>
57 Index
rows()
const {
return m_mat.rows(); }
61 Index
cols()
const {
return m_mat.cols(); }
72 MapConstVec
x(x_in, m_mat.cols());
73 MapVec
y(y_out, m_mat.rows());
74 y.noalias() = m_mat *
x;
80 #endif // DENSE_GEN_MAT_PROD_H
void perform_op(const Scalar *x_in, Scalar *y_out) const
A matrix or vector expression mapping an existing array of data.
Eigen::Matrix< Scalar, Eigen::Dynamic, Eigen::Dynamic > Matrix
const Eigen::Ref< const Matrix > ConstGenericMatrix
Eigen::Matrix< Scalar, Eigen::Dynamic, 1 > Vector
EIGEN_DEFAULT_DENSE_INDEX_TYPE Index
The Index type as used for the API.
Eigen::Map< Vector > MapVec
DenseGenMatProd(ConstGenericMatrix &mat)
Eigen::Map< const Vector > MapConstVec
set noclip points set clip one set noclip two set bar set border lt lw set xdata set ydata set zdata set x2data set y2data set boxwidth set dummy x