* * Generic rank update of diagonal matrix. * diag(D) = diag(D) + alpha * x * y.T * * Arguments: * D N element column or row vector or N-by-N matrix * * x, y N element vectors * * alpha scalar */
(D, x, y *matrix.FloatMatrix, alpha float64)
source not stored for this graph (policy: none)
no test coverage detected