mirror of
https://github.com/thunderbrewhq/typhoon.git
synced 2025-12-12 02:22:30 +00:00
feat(matrix): add C44Matrix::Adjoint
This commit is contained in:
parent
41f85dc8b7
commit
7da043cd47
4 changed files with 92 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ class C44Matrix {
|
|||
, d1(d1)
|
||||
, d2(d2)
|
||||
, d3(d3) {};
|
||||
C44Matrix Adjoint() const;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue