matrix_qualifiers_dtype# nvmath.linalg.advanced.matrix_qualifiers_dtype = dtype([('structure', 'O'), ('is_conjugate', '<i4')])# 封装了 linalg.advanced 中矩阵限定符的 NumPy dtype 对象。 参数: structure is_conjugate