python numpy matrix outputs are hidden problems

Before print line add

import numpy as np
np.set_printoptions(threshold=num)

Which, threshold as long as > the number of matrix elements you can.

Published 131 original articles · won praise 81 · views 60000 +

Guess you like

Origin blog.csdn.net/weixin_43469047/article/details/103531431