Skip to content

Example files on how to use the Eigen library inside boost proto expressions

Notifications You must be signed in to change notification settings

barche/eigen-proto

Repository files navigation

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

About

Example files on how to use the Eigen library inside boost proto expressions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages