MCPcopy Index your code
hub / github.com/andeya/algorithm / sgemv

Function sgemv

cvx/misc.go:980–1007  ·  view source on GitHub ↗

* Matrix-vector multiplication. A is a matrix or spmatrix of size (m, n) where N = dims['l'] + sum(dims['q']) + sum( k**2 for k in dims['s'] ) representing a mapping from R^n to S. If trans is 'N': y := alpha*A*x + beta * y (trans = 'N'). x is a vector of length

(A, x, y *matrix.FloatMatrix, alpha, beta float64, dims *sets.DimensionSet, opts ...la_.Option)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

GfMethod · 0.85
GfMethod · 0.85
GfMethod · 0.85

Calls 5

triscFunction · 0.85
triuscFunction · 0.85
SumSquaredMethod · 0.80
ColsMethod · 0.65
SumMethod · 0.45

Tested by

no test coverage detected