Description: 一本关于稀疏矩阵的算法与实现,适合作为稀疏矩阵的参考-a sparse matrix on the algorithm and implementation for sparse matrix as a reference Platform: |
Size: 10163200 |
Author: |
Hits:
Description: This a package containing sparse matrix operations like multiplication, addition, Cholesky and LDLT decompositions and so on. I started developing it because I needed a simple, easy to use, efficient library, that did not have any external dependencies (like BLAS, LAPACK, etc.) so I could readily modify it to my needs. The code is in C++ but it could easily be ported to C with just minor modifications (like adding additional parameters to the functions playing the role of "this" and such). It consists of a C++ class divided in a header and an implementation.
The code has been compiled and tested on Microsoft Visual Studio 2008 s and 2010 s compilers as well as on Intel s C++ Compiler version 11.1.054 on Windows XP and Windows 7-This is a package containing sparse matrix operations like multiplication, addition, Cholesky and LDLT decompositions and so on. I started developing it because I needed a simple, easy to use, efficient library, that did not have any external dependencies (like BLAS, LAPACK, etc.) so I could readily modify it to my needs. The code is in C++ but it could easily be ported to C with just minor modifications (like adding additional parameters to the functions playing the role of "this" and such). It consists of a C++ class divided in a header and an implementation.
The code has been compiled and tested on Microsoft Visual Studio 2008 s and 2010 s compilers as well as on Intel s C++ Compiler version 11.1.054 on Windows XP and Windows 7 Platform: |
Size: 11264 |
Author:Vasudev Jakhar |
Hits:
Description: 用C++实现的稀疏矩阵运算,里面包含了代码的实现和说明文档-It s a realization of sparse matrix operations in C++, it contains the implementation code and documentation Platform: |
Size: 231424 |
Author:Jason |
Hits: