Go to the documentation of this file.
7 #ifndef SPECTRA_SPARSE_GEN_MAT_PROD_H
8 #define SPECTRA_SPARSE_GEN_MAT_PROD_H
11 #include <Eigen/SparseCore>
28 template <
typename Scalar_,
int Flags = Eigen::ColMajor,
typename StorageIndex =
int>
56 template <
typename Derived>
62 "SparseGenMatProd: the \"Flags\" template parameter does not match the input matrix (Eigen::ColMajor/Eigen::RowMajor)");
93 return m_mat * mat_in;
107 #endif // SPECTRA_SPARSE_GEN_MAT_PROD_H
A versatible sparse matrix representation.
void perform_op(const Scalar *x_in, Scalar *y_out) const
Matrix operator*(const Eigen::Ref< const Matrix > &mat_in) const
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
SparseGenMatProd(const Eigen::SparseMatrixBase< Derived > &mat)
ConstGenericSparseMatrix m_mat
A matrix or vector expression mapping an existing array of data.
Scalar operator()(Index i, Index j) const
Base class of any sparse matrices or sparse expressions.
EIGEN_DEFAULT_DENSE_INDEX_TYPE Index
The Index type as used for the API.
gtsam
Author(s):
autogenerated on Wed May 28 2025 03:03:28