photo

Sung-Eun Jo


TOP RnD Center

Actif depuis 2014

Followers: 0   Following: 0

Message

PhD. Electrical Eng
Love to code Matlab and RTL.
Professional Interests: matrix computation, verilog RTL code, Fortran library.

Statistiques

All
  • Personal Best Downloads Level 1
  • First Review
  • 5-Star Galaxy Level 1
  • First Submission
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


Odd behaviour of 2x2-matrix and 2x1-vector operation
Consider a 2x2 matrix A with columns uncorrelated, and a vector x: A = [ a b ] [-b' a'] x = [ a'] [ b...

plus de 9 ans il y a | 1 réponse | 0

1

réponse

A soumis


SVD of 2x2 complex matrix based on two rotation matrices
ROT_SVD2X2 computes the complex rotation matrices for the SVD of a 2-by-2 complex matrix.

plus de 9 ans il y a | 1 téléchargement |

A soumis


SVD of a matrix based on Lapack interface
SVD_LAPACK computes the singular value decomposition of a matrix by calling LAPACK subroutines.

plus de 9 ans il y a | 4 téléchargements |

A soumis


Trigonometric function errors at pi or pi/2 such as sin(pi) or cos(pi/2)
The constant pi in matlab is a floating-point approximation of 'pi'. There is a remedy for it!

presque 10 ans il y a | 5 téléchargements |

Thumbnail

A soumis


QR decomposition with constrained diagonal phases (Lapack interface)
The code computes the QR decomposition with specific diagonal phases.

presque 10 ans il y a | 2 téléchargements |

Thumbnail

A soumis


Tridiagonalization of a Hermitian or symmetric matrix based on Lapack interface
The code computes the tridiagonal decomposition of a Hermitian matrix by calling Lapack routines.

presque 10 ans il y a | 4 téléchargements |

Thumbnail

A soumis


Bidiagonalization of a matrix based on Lapack interface
The code computes the bidiagonal matrix decomposition of a matrix by calling Lapack routines.

presque 10 ans il y a | 3 téléchargements |

Thumbnail