* Symmetric rank-1 update. (L2) syr(X, A, alpha=1.0, uplo=PLower, n=A.Rows, incx=1, ldA=max(1,A.Rows), offsetx=0, offsetA=0) COMPUTES A := A + alpha*X*X^T A real symmetric matrix of order n. ARGUMENTS X float or complex matrix. A float or complex matrix. alpha r
(X, A matrix.Matrix, alpha matrix.Scalar, opts ...linalg.Option)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected