#include "igl_inline.h"
#include <Eigen/Dense>
#include <Eigen/Sparse>
#include "repmat.cpp"
 
Go to the source code of this file.
 | 
| template<typename DerivedA , typename DerivedB >  | 
| void  | igl::repmat (const Eigen::MatrixBase< DerivedA > &A, const int r, const int c, Eigen::PlainObjectBase< DerivedB > &B) | 
|   | Replicate and tile a matrix.  
  | 
|   | 
| template<typename T , int majorType>  | 
| void  | igl::repmat (const Eigen::SparseMatrix< T, majorType > &A, const int r, const int c, Eigen::SparseMatrix< T, majorType > &B) | 
|   | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.  
  | 
|   | 
◆ EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET
      
        
          | #define EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET |