Sung-Eun Jo
2014년부터 활동
Followers: 0 Following: 0
Feeds
질문
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...
대략 11년 전 | 답변 수: 1 | 0
1
답변제출됨
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.
대략 11년 전 | 다운로드 수: 1 |
제출됨
SVD of a matrix based on Lapack interface
SVD_LAPACK computes the singular value decomposition of a matrix by calling LAPACK subroutines.
대략 11년 전 | 다운로드 수: 3 |
제출됨
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!
대략 11년 전 | 다운로드 수: 1 |
제출됨
QR decomposition with constrained diagonal phases (Lapack interface)
The code computes the QR decomposition with specific diagonal phases.
11년 초과 전 | 다운로드 수: 1 |
제출됨
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.
11년 초과 전 | 다운로드 수: 1 |
제출됨
Bidiagonalization of a matrix based on Lapack interface
The code computes the bidiagonal matrix decomposition of a matrix by calling Lapack routines.
11년 초과 전 | 다운로드 수: 1 |




