88
99namespace sympy {
1010
11- // / \ingroup scalar
11+ // / \ingroup sympy
1212 // /
1313 // / Functionality to act with Sympy on all scalar parts of an expression, and
1414 // / keep the result in-place. This is a higher-level function than
@@ -17,7 +17,7 @@ namespace sympy {
1717// cadabra::Ex* map_sympy(const cadabra::Kernel&, cadabra::Ex&,
1818// const std::vector<std::string>& wrap, const std::string& args, const std::string& method);
1919
20- // / \ingroup scalar
20+ // / \ingroup sympy
2121 // /
2222 // / Functionality to act with Sympy functions on (parts of) Cadabra Ex expressions
2323 // / and read the result back into the same Ex. This duplicates some of the
@@ -27,7 +27,7 @@ namespace sympy {
2727 cadabra::Ex::iterator apply (const cadabra::Kernel&, cadabra::Ex&, cadabra::Ex::iterator&,
2828 const std::vector<std::string>& wrap, std::vector<std::string> args, const std::string& method);
2929
30- // /// \ingroup scalar
30+ // /// \ingroup sympy
3131// ///
3232// /// Low-level function to feed a string to Python and read the result back in
3333// /// as a Cadabra Ex. As compared to 'apply' above, this starts from a string rather
@@ -36,15 +36,15 @@ namespace sympy {
3636// Ex python(Kernel&, Ex&, Ex::iterator&, const std::string& head, const std::string& args);
3737
3838
39- // / \ingroup scalar
39+ // / \ingroup sympy
4040 // /
4141 // / Use Sympy to invert a matrix, given a set of rules determining its
4242 // / sparse components. Will return a set of Cadabra rules for the
4343 // / inverse matrix.
4444
4545 void invert_matrix (const cadabra::Kernel&, cadabra::Ex& ex, cadabra::Ex& rules, const cadabra::Ex& tocompute);
4646
47- // / \ingroup scalar
47+ // / \ingroup sympy
4848 // /
4949 // / Use Sympy to compute the determinant of a matrix, given a set of rules determining
5050 // / its sparse components. Will add the rules to the list.
0 commit comments