1 #ifndef SYMENGINE_MATRICES_CONJUGATE_MATRIX_H
2 #define SYMENGINE_MATRICES_CONJUGATE_MATRIX_H
5 #include <symengine/matrices/matrix_expr.h>
13 RCP<const MatrixExpr> arg_;
18 SYMENGINE_ASSIGN_TYPEID();
19 SYMENGINE_ASSERT(is_canonical(arg));
23 hash_t __hash__()
const override;
24 bool __eq__(
const Basic &o)
const override;
25 int compare(
const Basic &o)
const override;
26 bool is_canonical(
const RCP<const MatrixExpr> &arg)
const;
27 vec_basic get_args()
const override;
29 inline RCP<const MatrixExpr> get_arg()
const
35 SYMENGINE_EXPORT RCP<const MatrixExpr>
36 conjugate_matrix(
const RCP<const MatrixExpr> &arg);
The base class for SymEngine.
#define IMPLEMENT_TYPEID(SYMENGINE_ID)
Inline members and functions.
The lowest unit of symbolic representation.
Main namespace for SymEngine package.