Skip to content
#

modular

Here are 866 public repositories matching this topic...

azerothcore-wotlk
BarbzYHOOL
BarbzYHOOL commented Aug 7, 2020

Concept

We need a function in the config manager to easily extract values from a string list.
Ex: "1,2,3,4" or "1, 2, 3, 4"

In the module conf:
MyModule.List = "1, 2, 3, 4"

In the module cpp:

sConfigMgr->GetUint32ListDefault("MyModule.List", "")

Actually, everytime we want to make a list, we have to recreate a similar function in our modules. This is very bad
Maybe

CasADi is a symbolic framework for numeric optimization implementing automatic differentiation in forward and reverse modes on sparse matrix-valued computational graphs. It supports self-contained C-code generation and interfaces state-of-the-art codes such as SUNDIALS, IPOPT etc. It can be used from C++, Python or Matlab/Octave.

  • Updated Sep 8, 2020
  • C++

Improve this page

Add a description, image, and links to the modular topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the modular topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.