Skip to content

Commit 0d435a0

Browse files
committed
Add further doxygen comments.
1 parent f619659 commit 0d435a0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

core/MMACdb.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
class MMA {
1212
public:
1313

14-
/// \ingroup scalar
14+
/// \ingroup mma
1515
///
1616
/// Functionality to act with Mathematica functions on (parts of)
1717
/// Cadabra Ex expressions and read the result back into the same

core/SympyCdb.hh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
namespace 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

Comments
 (0)