搜索资源列表
matrix11
- Matrix TCL Lite 1.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 compil
Matrix
- 自己封装的矩阵运算的类,用C#编写,例如转置、求逆、求特征值、矩阵乘法等-Own package matrix operations class, written using C#, such as transposition, inversion, find eigenvalues, matrix multiplication, etc.
Mapack_for_NET
- Mapack可用来做矩阵运算 Mapack is a .NET class library for basic linear algebra computations. It supports the following matrix operations and properties: Multiplication, Addition, Subtraction, Determinant, Norm1, Norm2, Frobenius Norm, Infinity Norm, Rank,
solvinglinearequations
- 线性方程组求解算法实现。包括了列主元消元法、直接LU分解法、雅克比迭代、高斯赛德尔迭代法。并且对四个算法实现做了不太规范的、简单的类封装。原创代码,含详细注释。希望对用到数值计算的带来帮助。-Algorithm for solving linear equations. Including the main-element elimination method, the direct LU decomposition, Jacobi iteration, high Sisaideer itera
FEMc
- C++编写的有限元计算程序。 版权所有: Comments/Questions can be directed to: Charbel Farhat : charbel@alexandra.colorado.edu Michel Lesoinne: michel@vette.colorado.edu Kendall Pierson : piersonk@vette.colorado.edu -----------------------------------------
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
VECTOR_MATRIX_VECTOR4_MATRIX4
- 矩阵标准API(实矩阵相乘,Bsdet求实方阵的行列式值,求实方阵的逆)的C++封装,一个可复用的C++ 3阶方阵类和4阶方阵类-The a the matrix standard API (real matrix multiplication, Bsdet realistic matrix determinant value, realistic matrix inverse) C++ package, a reusable C++ 3 square matrix classes and 4
BigInt
- MFC下的大整数类的封装,当然可改写为普通VC下的程序,适合ACM竞赛等。-MFC under the big integer class package, of course, can be rewritten as an ordinary VC under the procedures for ACM competitions.
SplineInterpolation
- 非常好用的三次样条插值算法,把网上流传的算法,改造成一个方便使用的C++类,使用时可以从此类继承一个类,封装成你自己的类型-Very easy to use cubic spline interpolation algorithm, the algorithm circulated on the Internet, transformed into an easy to use C++ class, when using a class can inherit from this class,