📄 vmatrix1.dat
字号:
./vmatrix1------------------------------------------------------------------------------- Verify less trivial Operations on Matrices---> Verify norm calculationsAssign 10.25 to all the elements and check norms 1. (col) norm should be pattern*nrows Inf (row) norm should be pattern*ncols Square of the Eucl norm has got to be pattern^2 * no_elemsDone---> Check creating some special matrices of dimension 20test creating Hilbert matricestest creating zero matrix and copy constructortest creating unit matricescheck to see that Haar matrix has *exactly* orthogonal columnsmake Haar (sub)matrix and test it *is* a submatrixDone---> Check making/forcing promises, (lazy)matrices of dimension 20make a promise and force it by a constructormake a promise and force it by an assignmentDone---> Verify matrix transposefor matrices of a characteristic size 20Check to see that a square UnitMatrix' stays the sameTest a non-square UnitMatrixCheck to see that a symmetric (Hilbert)Matrix' stays the sameCheck transposing a non-symmetric matrixCheck double transposing a non-symmetric matrixDoneAll test passedCompilation finished at Fri Dec 25 23:08:18
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -