#include "igl_inline.h"
#include <Eigen/Sparse>
#include "speye.cpp"
 
Go to the source code of this file.
 | 
| template<typename T >  | 
| void  | igl::speye (const int n, const int m, Eigen::SparseMatrix< T > &I) | 
|   | Builds an m by n sparse identity matrix like matlab's speye function.  
  | 
|   | 
| template<typename T >  | 
| void  | igl::speye (const int n, Eigen::SparseMatrix< T > &I) | 
|   | 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 |