文件名称:ulapack
- 所属分类:
- 其它资源
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 106.96kb
- 下载次数:
- 0次
- 提 供 者:
- sunxi******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
This collection of C++ templates wraps the FORTRAN or C interfaces for LAPACK so that they integrate with the Boost uBLAS library. Currently implements Cholesky decomposition, LU decomposition, inversion and determinant for general and positive-definite matrices.
-This collection of templates wraps the C FOR RTRAN or C interfaces for LAPACK so that they int egrate with the Boost uBLAS library. Currently implements Cholesky decomposition. LU decomposition. inversion and determinant for general and posi tive - definite matrices.
-This collection of templates wraps the C FOR RTRAN or C interfaces for LAPACK so that they int egrate with the Boost uBLAS library. Currently implements Cholesky decomposition. LU decomposition. inversion and determinant for general and posi tive - definite matrices.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 95302912ulapack.zip 列表 ulapack/ ulapack/cholesky.hpp ulapack/demos/ ulapack/demos/kalman.cpp ulapack/demos/kalman.hpp ulapack/demos/matrix_types.hpp ulapack/demos/random_matrix.cpp ulapack/demos/random_matrix.hpp ulapack/demos/sampling.cpp ulapack/demos/sampling.hpp ulapack/doc/ ulapack/doc/ulapack-version1.0.pdf ulapack/errormacros.hpp ulapack/lapack_exception.hpp ulapack/lufactor.hpp ulapack/printmatrix.hpp ulapack/ReadMeWin32.txt ulapack/scalar_fill.hpp ulapack/symmetry.hpp ulapack/test_cholesky.cpp ulapack/test_lu.cpp