📄 nummath.dr
字号:
Numerical Mathematical LibraryREADME Simple Introduction plus revision historyMakefile Makefile for making the library Linear Algebra, Basic OperationsLinAlg.h Declaration of Matrices, Vectors, etc. over real numbersLAStreams.h Streams of REALsmatrix1.cc Level 1 BLAS, element-wise operationsmatrix2.cc Level 2 BLAS, multiplicationsmatrix_sub.cc Level 1 & 2 BLAS, Matrix row/col/diagmatrix_inv.cc Find a matrix inversevector.cc Specific vector operations, Level 1 & 2 BLASdeterminant.cc Evaluate the determinant of a square matrixvvector.cc Verify operations on vectorsvvector.dat Validation test outputvmatrix.cc Verify primitive operations on matricesvmatrix1.cc Verify less trivial operations (norms, forcing of promises, transpositions)vmatrix2.cc Verify multiplication/inv operations on matricesvlastreams.cc Verify streams over matrices and vectorsvmatrix.dat Validation test outputvmatrix1.dat Validation test outputvmatrix2.dat Validation test outputvlastreams.dat Validation test outputsample_adv.cc Sample code demonstrating a few "advanced" featuressample_adv.dat and comparisons with the traditional stylesample_ult.cc Sample code illustrating the use of LAStreamssample_ult.dat (operations on triangular blocks of a matrix) Numerical Mathmath_num.h Declaration of the routines implementing various numerical math algorithmsali.cc Interpolation over the table of function valuesvali.cc Verification programvali.dat Validation test outputhjmin.cc Hooke-Jeeves multivariate optimizationvhjmin.cc Validation codevhjmin.dat Validation test runzeroin.cc Brent's root finderfminbr.cc Brent's one-dimensional minimizervzeroin.cc Verification programvfminbr.cc Verification programvzeroin.dat Validation test outputvfminbr.dat Validation test outputsvd.h Singular Value Decompositionsvd.cc Implementation of the SVD classvsvd.cc Verification codevslesing.cc Verification of the SVD applicationsvsvd.dat Validation test outputvslesing.dat Validation test output Fast Fourier Transformfft.h Declaration of the class FFTfft_init.cc Initialization routinesfft_input.cc Input sequence preprocessingfft_output.cc Return the transform in the desired formatvfft.cc Verification routinevfft.dat Test run output
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -