Definition at line 47 of file conjugate_matrix.cpp.
◆ ConjugateMatrixVisitor()
SymEngine::ConjugateMatrixVisitor::ConjugateMatrixVisitor |
( |
| ) |
|
|
inline |
◆ apply()
◆ bvisit() [1/10]
◆ bvisit() [2/10]
◆ bvisit() [3/10]
Definition at line 73 of file conjugate_matrix.cpp.
74 {
75 auto diag = x.get_container();
76 vec_basic
conj(diag.size());
77 for (size_t i = 0; i < diag.size(); i++) {
79 }
81 }
void hash_combine(hash_t &seed, const T &v)
RCP< const Basic > conjugate(const RCP< const Basic > &arg)
Canonicalize Conjugate.
◆ bvisit() [4/10]
◆ bvisit() [5/10]
◆ bvisit() [6/10]
◆ bvisit() [7/10]
◆ bvisit() [8/10]
◆ bvisit() [9/10]
◆ bvisit() [10/10]
◆ conjugate_
The documentation for this class was generated from the following file: