| 
| std::string  | CodeGen (const std::string &function_name, const std::vector< Variable > ¶meters, const Expression &e) | 
|   | For a given symbolic expression e, generates two C functions, <function_name> and <function_name>_meta.  More...
  | 
|   | 
| template<typename Derived >  | 
| std::string  | CodeGen (const std::string &function_name, const std::vector< Variable > ¶meters, const Eigen::PlainObjectBase< Derived > &M) | 
|   | For a given symbolic dense matrix M, generates two C functions, <function_name> and <function_name>_meta.  More...
  | 
|   | 
| std::string  | CodeGen (const std::string &function_name, const std::vector< Variable > ¶meters, const Eigen::Ref< const Eigen::SparseMatrix< Expression, Eigen::ColMajor >> &M) | 
|   | For a given symbolic column-major sparse matrix M, generates two C functions, <function_name> and <function_name>_meta.  More...
  | 
|   |