Demo entry 6686618
intMatrix
Submitted by anonymous
on Dec 24, 2017 at 09:09
Language: Python 3. Code size: 104 Bytes.
import numpy as np np.set_printoptions(suppress=True) def initMatrix(A): #初始化成对比矩阵 return A/A.T
This snippet took 0.00 seconds to highlight.
Back to the Entry List or Home.