12#define EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET 
   14#include <Eigen/Sparse> 
   29  template <
typename DerivedA,
typename DerivedB>
 
   31    const Eigen::MatrixBase<DerivedA> & A,
 
   34    Eigen::PlainObjectBase<DerivedB> & B);
 
   36  template <
typename T, 
int majorType>
 
   38    const Eigen::SparseMatrix<T, majorType> & A,
 
   41    Eigen::SparseMatrix<T, majorType> & B);
 
   44#ifndef IGL_STATIC_LIBRARY 
#define IGL_INLINE
Definition igl_inline.h:15
 
void repmat(const Eigen::MatrixBase< DerivedA > &A, const int r, const int c, Eigen::PlainObjectBase< DerivedB > &B)
Replicate and tile a matrix.