如何将ti.matix.field中的其中一个matrix导出为numpy矩阵?

尝试将 matrix 通过 to_numpy() 导出,报错:
代码:

A[i].to_numpy()

错误:

AttributeError: module 'taichi.lang.matrix_ops' has no attribute 'to_numpy'