Lines Matching refs:c
10 c=np.random.randn(cols)
11 c = Tools.normalize(c)[np.newaxis]
12 result=r.T.dot(c)
34 c = math.sqrt(1-s*s)
40 m[i,i+1:] = - sc * c * np.ones(rows-i-1)
79 for c in range(cols):
80 currentSize = rows - c
81 v,beta=householder(m[c:,c],eps=eps)
86 m[c:,c:] = np.dot(t,m[c:,c:])
90 c=cols - 1
93 q[c:,c:] = np.dot(t,q[c:,c:])
94 c = c - 1