Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 748 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 748 Bytes

eigen-proto

Example files on how to use the Eigen library inside boost proto expressions. These files are related to the C++now 2013 session: http://cppnow.org/session/building-finite-element-matrix-expressions-with-boost-proto-and-the-eigen-library/

Files

  • proto_expressions.cpp Expression basics
  • proto_grammars.cpp Matching grammars
  • proto_transforms.cpp Adding transforms to grammars
  • eigen_calculator_problem.cpp Demonstrate the problem with Eigen
  • eigen_calculator_solution.cpp Storage of values in multiplies expressions
  • user_proto_terminals.cpp Proto terminals reminder
  • user_proto_transpose.cpp Transpose user op
  • user_proto_matrix.cpp User op returning a matrix
  • fem_example.cpp Small finite element example