gensim.matutils.qr_destroy()

gensim.matutils.qr_destroy(la)[source]

Return QR decomposition of la[0]. Content of la gets destroyed in the process.

Using this function should be less memory intense than calling scipy.linalg.qr(la[0]), because the memory used in la[0] is reclaimed earlier.