Location:
Search - cmatrix
Search list
Description:
Platform: |
Size: 14527 |
Author: |
Hits:
Description: 科学与工程数值算法中的矩阵类-science and engineering numerical algorithm of matrices
Platform: |
Size: 14794 |
Author: 王少卿 |
Hits:
Description: 这是一个可进行矩阵维数变换的程序,相信大家一看便知,程序可读性强。-This is a dimension matrix for the transformation process, we believe that one can always tell, procedures readable.
Platform: |
Size: 11981 |
Author: an |
Hits:
Description: 这里面包含两个文件,可以实现主成分分析(PCA)算法和线性判别分析(LDA)算法。不过还需要CMatrix类的定义。-which contained two documents, can be achieved principal component analysis (PCA) algorithm and linear discriminant analysis (LDA) algorithm. But also need CMatrix class definition.
Platform: |
Size: 3324 |
Author: hongbochen |
Hits:
Description: 矩阵形式的龙格库塔程序C++源代码,无压缩密码
Platform: |
Size: 1566 |
Author: 李晓东 |
Hits:
Description: 一个操作矩阵的类CMatrix的算法,代码比较长,但是时间复杂度不是很高,所以个人觉得还算是个合格的该类算法代码-an operational matrix of categories CMatrix algorithm, code rather long, but time complexity is not very high, so personally think that this was a qualified source of such algorithms
Platform: |
Size: 11149 |
Author: 方价钱 |
Hits:
Description: 科学与工程数值算法中的矩阵类-science and engineering numerical algorithm of matrices
Platform: |
Size: 14336 |
Author: 王少卿 |
Hits:
Description: 一个操作矩阵的类CMatrix的算法,代码比较长,但是时间复杂度不是很高,所以个人觉得还算是个合格的该类算法代码-an operational matrix of categories CMatrix algorithm, code rather long, but time complexity is not very high, so personally think that this was a qualified source of such algorithms
Platform: |
Size: 11264 |
Author: 方价钱 |
Hits:
Description: 这是一个可进行矩阵维数变换的程序,相信大家一看便知,程序可读性强。-This is a dimension matrix for the transformation process, we believe that one can always tell, procedures readable.
Platform: |
Size: 11264 |
Author: an |
Hits:
Description: 矩阵形式的龙格库塔程序C++源代码,无压缩密码-Matrix form of Runge-Kutta procedures C++ Source code, without compression password
Platform: |
Size: 1024 |
Author: 李晓东 |
Hits:
Description: VC中用于矩阵计算操作的类,附有实现说明文件。-VC in the matrix calculation for the type of operation, with the realization of documentation.
Platform: |
Size: 35840 |
Author: 111111 |
Hits:
Description: 完成矩阵运算的类,重载了各种运算符,为完成矩阵运算提供了方便-Complete the matrix calculation of the category, a variety of heavy-duty operator, for the completion of matrix provides a convenient
Platform: |
Size: 5120 |
Author: k |
Hits:
Description: 矩阵类包括了矩阵的基本操作。如加减乘,转置,解方程组,-CODES ABOUT MATRIX CONTAINS THE BASIC OPERATIONS
Platform: |
Size: 14336 |
Author: zgl |
Hits:
Description: 操作矩阵的类 CMatrix 的实现文件-Operation Matrix realization of the class CMatrix file
Platform: |
Size: 12288 |
Author: jiaming wang |
Hits:
Description: VC++矩阵类:CMatrix.h 用的Vector-VC++ matrix class: CMatrix.h used in Vector
Platform: |
Size: 2048 |
Author: james.m |
Hits:
Description: 封装矩阵操作为CMatrix类
矩阵的加减乘除、求逆、转置等符号化重载操作。-Package Matrix matrix operations of addition and subtraction to multiplication and division CMatrix, inverse, transpose and other symbolic overload operation.
Platform: |
Size: 50176 |
Author: Pretty Boy |
Hits:
Description: 用C++语言编写数学常用算法,用C++实现的哟-Using C++ language commonly used mathematical algorithm, implemented using C++ yo
Platform: |
Size: 7168 |
Author: li |
Hits:
Description: 自己定义的CMatrix,用于矩阵的各种常用计算-A Matrix defined by author,include many operation
Platform: |
Size: 237568 |
Author: yang |
Hits:
Description: 对称矩阵相关元算,主成分分析(PCA), fisher
discriminant analysis(FDA).,-Introduction
============
This is a class for symmetric matrix related computations. It can be used for
symmetric matrix diagonalization and inversion. If given the covariance matrix,
users can utilize the class for principal component analysis(PCA) and fisher
discriminant analysis(FDA). It can also be used for some elementary matrix and
vector computations.
Usage
=====
It s a C++ program for symmetric matrix diagonalization, inversion and principal
component anlaysis(PCA).
To use it, you need to define an instance of CMatrix class, initialize matrix,
call the public funtions, and finally, free the matrix. For example, for PCA,
CMarix theMat // define CMatrix instance
float** C // define n*n matrix
C = theMat.allocMat( n )
Calculate the matrix (e.g., covariance matrix from data)
float*phi,*lambda // eigenvectors and eigenvalues
int vecNum // number of eigenvectors (<=n)
phi = new float [n*vecNum]
lambda = new float [vecNum]
the
Platform: |
Size: 63488 |
Author: 朱 |
Hits:
Description: CMatrix is a program I wrote one evening because I didn't want to have to run Wind*ws to see the cool scrolling lines from 'The Matrix', my fave movie. If you haven't seen this movie and you are a fan of computers or sci-fi in general, go see this movie!!! I have seen it twice, and I'm pondering seeing it again before it comes out on VHS.
Cmatrix is written in ncurses under Linux, and should compile on other OSes with few modifications. I am always interested to hear from people who use this program and any modifications they make to it!
CMatrix is distributed via the GNU GPL, please see the COPYING file or the GNU Project homepage for more information.
Platform: |
Size: 115712 |
Author: andrei1
|
Hits: