mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-21 07:19:46 +08:00
Fixed typo: symmretric -> symmetric
This commit is contained in:
parent
ceae5b4145
commit
56c4851323
@ -14,6 +14,6 @@ partial_lu_decomp ; "{/*1.5 Partial LU decomposition}" ; "matrix size" ; 4:3000
|
|||||||
tridiagonalization ; "{/*1.5 Tridiagonalization}" ; "matrix size" ; 4:3000
|
tridiagonalization ; "{/*1.5 Tridiagonalization}" ; "matrix size" ; 4:3000
|
||||||
hessenberg ; "{/*1.5 Hessenberg decomposition}" ; "matrix size" ; 4:3000
|
hessenberg ; "{/*1.5 Hessenberg decomposition}" ; "matrix size" ; 4:3000
|
||||||
symv ; "{/*1.5 symmetric matrix vector product}" ; "matrix size" ; 4:3000
|
symv ; "{/*1.5 symmetric matrix vector product}" ; "matrix size" ; 4:3000
|
||||||
syr2 ; "{/*1.5 symmretric rank-2 update (A += u^T v + u v^T)}" ; "matrix size" ; 4:3000
|
syr2 ; "{/*1.5 symmetric rank-2 update (A += u^T v + u v^T)}" ; "matrix size" ; 4:3000
|
||||||
ger ; "{/*1.5 general rank-1 update (A += u v^T)}" ; "matrix size" ; 4:3000
|
ger ; "{/*1.5 general rank-1 update (A += u v^T)}" ; "matrix size" ; 4:3000
|
||||||
rot ; "{/*1.5 apply rotation in the plane}" ; "vector size" ; 4:1000000
|
rot ; "{/*1.5 apply rotation in the plane}" ; "vector size" ; 4:1000000
|
Loading…
Reference in New Issue
Block a user