搜索资源列表
稀疏矩阵计算C++类SparseC++
- SparseLib++是可用于跨计算平台的有效的稀疏矩阵计算的C++类库,软件包包括处理不同稀疏存储格式的矩阵类。包括两篇技术文档和类库的源代码(版本为1.6)-SparseLib + + can be used for cross-platform calculation of the effective sparse matrix calculation of the C + + class library , the package includes different store for
mesch12b自己修正
- C语言版本的矩阵库,目前世界上最流行的三大矩阵运算库之一,这是修正版本,我自己改了几个地方(按照官方要求)-C language edition matrix library , now in the world the most popular three greatest matrixeses carries to calculate the one of the library , this is to revises the edition, myself changed a few p
cwmtx-0-4-7.tar
- 用C++写的矩阵和矢量运算库-C write the matrix and vector arithmetic library
C++ Matrix Template Class Library Lite V1.12
- This matrix C++ template class library is for performing common matrix operations in your C++ program like any other built-in data types. To install the package, just copy MATRIX.H file into the INCLUDE directory of your compiler and include this hea
完全使用C++写的高效线性代数运算库
- 完全使用C++写的高效线性代数运算库!还提供了矩阵类。,-Highly effective linear algebra operating library which written in C++ completely ! It also provides the matrix class
mtxfx
- c++ 实现的矩阵运算库,包括一般矩阵运算和矩阵的内积、二矩阵相乘、矩阵次方、及矩阵多项式-c++ implementation of the matrix library, including the general matrix calculation and the inner product matrix, two matrices, matrix power, and the matrix polynomial
Meschach
- Meschach 可以解稠密或稀疏线性方程组、计算特征值和特征向量和解最小平方问题,另外还有其它功能。它为双精度数和复数提供了近 400 个函数。它提供的教程以说明性的小案例研究的形式介绍了这些函数。-Meschach is a C-language library of routines for performing matrix computations
mtl4-alpha-2-r6668
- c++的数学库,最新版本是mtl4,可以方便的计算矩阵等数学问题-c++ math library, the latest version is mtl4, can facilitate the calculation of matrix, such as a mathematical problem
capi-0.21
- CAPI多核编程算法库0.21版,里面有分布式队列、分布式查找、分布式内存管理、任务图调度、动态任务调度等多种容器,新增了CWaitTaskScheduler任务调度容器和并行Strassen矩阵乘法等。-CAPI programming algorithm for multi-core library version 0.21, which are distributed queue, distributed search, distributed memory management, tas
sparselib_1_6
- SparseLib + +是一个c++类库,为在不同的计算机平台进行有效稀疏矩阵的计算。这个软件组成对象包含了目前正在使用的几种稀疏矩阵存储格式(在这个版本:压缩行、压缩列和协调格式),提供基本的功能,节约稀疏矩阵存储空间和计算时间。-SparseLib++ is a C++ class library for efficient sparse matrix computations across various computational platforms. The software
newmat.lib
- 有关C++矩阵类库的程序,对于进行C++的矩阵运算非常有帮助-For C++ matrix class library in the program, for the matrix operation C++ very helpful 朗读显示对应的拉丁字符的拼音 字典- 查看字典详细内容Google 翻译适合以下用途:搜索手机聊天商务关于 Google 翻译关闭即时翻译隐私权政策帮助 © 2010商务工具译者工具包关于 Google 翻译博客隐私权政策帮助
matrix_C
- A C++ class library for Matrix Data Structure based on well-defined vector object.
Matrix
- C++语言编写的矩阵运算库,建立矩阵、矩阵加减乘除,向量方差的解算等。-C++ library written in matrix operations, the establishment of matrices, matrix addition, subtraction, calculating the variance of such vectors.
mesch12bANDexample-VC6.0
- 这是C语言的稀疏矩阵库Meschach Library(mesch12b),我用Vc++6.0将他们移植到了window下。里面包含了调试通过的库中例子。By klingy-This is a sparse matrix library in C Meschach Library (mesch12b), I use Vc++6.0 will they migrate to the next window. Which contains the debugging examples by the
matrix
- 实现了矩阵中的各种操作, 包括矩阵相加,相减,矩阵乘法,矩阵转秩,余子式,求行列式的值,求矩阵特征值,LU 分解,QR 分解,求现行方程组的解等等。 是任何做科学计算工作者必备的类库。 此类库也是C++初学者极好的参考资料。类库的实现运用了运算符重载,友元,异常处理,文件输入输出,函数重载,指针,动态分配内存等一系列C++技术。-Matrix in a variety of operations, including matrix addition, subtraction,
74867b8c8fa5.rar
- 是可用于跨计算平台的有效的稀疏矩阵计算的C++类库,软件包包括处理不同稀疏存储格式的矩阵类,Can be used for effective sparse matrix computations across computing platform C++ class library, the package includes the processing the different sparse storage format of the matrix class
Matrix
- Simple matrix algebra C++ library. Implements such a useful tools like a: - Linear equation solving via QT decomposition - Singular value decomposition - Karhunen-Loeve transform
matrix
- visual c++矩阵计算库,visual c++矩阵计算库-visual c++ matrix calculation library, visual c++ matrix computation libraries
Eigen-3.2.2
- Eigen非常方便矩阵操作,当然它的功能不止如此,由于本人只用到了它的矩阵相关操作,所以这里只给出了它的一些矩阵相关的简单用法,以方便快速入门。矩阵操作在算法研究过程中,非常重要,例如在图像处理中二维高斯拟合求取光斑中心时使用Eigen提供的矩阵算法。Eigen用源码的方式提供给用户使用,在使用时只需要包含Eigen的头文件即可进行使用。-Eigen is a C++ template library for linear algebra: matrices, vectors, numerica
eigen-eigen-5a0156e40feb
- C++矩阵工具库,可以执行矩阵的加减乘除、矩阵的各种分解,矩阵的特征值和特征向量,速度适中(C++ matrix tool library, can perform various matrix decomposition, add, subtract, multiply and divide matrix, eigenvalue and eigenvector, moderate speed)