Go to the documentation of this file.
7 #ifndef SPECTRA_DENSE_GEN_MAT_PROD_H
8 #define SPECTRA_DENSE_GEN_MAT_PROD_H
33 template <
typename Scalar_,
int Flags = Eigen::ColMajor>
61 template <
typename Derived>
66 static_cast<int>(Derived::PlainObject::IsRowMajor) ==
static_cast<int>(Matrix::IsRowMajor),
67 "DenseGenMatProd: the \"Flags\" template parameter does not match the input matrix (Eigen::ColMajor/Eigen::RowMajor)");
98 return m_mat * mat_in;
112 #endif // SPECTRA_DENSE_GEN_MAT_PROD_H
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
Scalar operator()(Index i, Index j) const
A matrix or vector expression mapping an existing array of data.
DenseGenMatProd(const Eigen::MatrixBase< Derived > &mat)
void perform_op(const Scalar *x_in, Scalar *y_out) const
The matrix class, also used for vectors and row-vectors.
Base class for all dense matrices, vectors, and expressions.
Matrix operator*(const Eigen::Ref< const Matrix > &mat_in) const
EIGEN_DEFAULT_DENSE_INDEX_TYPE Index
The Index type as used for the API.
gtsam
Author(s):
autogenerated on Thu Apr 10 2025 03:01:21