标签: python arrays list numpy vector
假设我有一个像这样的numpy数组:
a = [[1,2,3], [1,2,3,4,5], [2,3]..]
用0来填充列表中每个向量的最快方法是什么,以便每个向量具有相同的长度?