#include "igl_inline.h"
#include <Eigen/Dense>
#include <Eigen/Sparse>
#include "AtA_cached.cpp"
 
Go to the source code of this file.
 | 
| template<typename Scalar >  | 
| void  | igl::AtA_cached_precompute (const Eigen::SparseMatrix< Scalar > &A, AtA_cached_data &data, Eigen::SparseMatrix< Scalar > &AtA) | 
|   | Computes At * W * A, where A is sparse and W is diagonal.  
  | 
|   | 
| template<typename Scalar >  | 
| void  | igl::AtA_cached (const Eigen::SparseMatrix< Scalar > &A, const AtA_cached_data &data, Eigen::SparseMatrix< Scalar > &AtA) | 
|   | Computes At * W * A, where A is sparse and W is diagonal precomputed into data.  
  | 
|   | 
◆ EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET
      
        
          | #define EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET |