__PIP_TYPENAME_DECLARE

This commit is contained in:
2026-08-11 22:55:59 +03:00
parent 5f222d6c0c
commit 8bf7738e8a
17 changed files with 148 additions and 41 deletions
+6
View File
@@ -1652,6 +1652,12 @@ PIMathMatrix<complex<T>> hermitian(const PIMathMatrix<complex<T>> & m) {
return ret.transposed();
}
#if !PIP_HAS_RTTI
__PIP_TYPENAME_DECLARE(PIMathMatrixd, "PIMathMatrixd")
__PIP_TYPENAME_DECLARE(PIMathMatrixi, "PIMathMatrixi")
#endif
#undef PIMM_FOR
#undef PIMM_FOR_A
#undef PIMM_FOR_C