* Symmetric rank-1 update. (L2) Her(X, A, alpha, uplo=PLowoer, n=A.Rows, incx=1, ldA=max(1,A.Rows), offsetx=0, offsetA=0) COMPUTES A := A + alpha*X*X^H A real symmetric or complex hermitian matrix of order n. ARGUMENTS X float or complex matrix. A float or complex mat
(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