搜索结果

找到约 38 项符合 matrices 的查询结果

matlab例程 matlab矩阵处理例程。A matrix processor, Matx_Proc() is developed which can be used to process and edit ma

matlab矩阵处理例程。A matrix processor, Matx_Proc() is developed which can be used to process and edit matrices and state space models, and perform various kind of matrix analysis in a visible way.
https://www.eeworm.com/dl/665/167864.html
下载: 65
查看: 1082

人工智能/神经网络 This collection of C++ templates wraps the FORTRAN or C interfaces for LAPACK so that they integrate

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.
https://www.eeworm.com/dl/650/182370.html
下载: 31
查看: 1078

单片机开发 this directory contains the following: * The acdc algorithm for finding the approximate general

this directory contains the following: * The acdc algorithm for finding the approximate general (non-orthogonal) joint diagonalizer (in the direct Least Squares sense) of a set of Hermitian matrices. [acdc.m] * The acdc algorithm for finding the same for a set of Symmetric matrices. [acdc_s ...
https://www.eeworm.com/dl/648/343489.html
下载: 58
查看: 1123

汇编语言 Matrix Transposition and Multiplication It is a MIPS assembly program that does the following: give

Matrix Transposition and Multiplication It is a MIPS assembly program that does the following: given two matrices, M1 and M2, first transpose M2 to obtain M2tran. Then multiply M1 and M2tran.
https://www.eeworm.com/dl/644/291234.html
下载: 140
查看: 1094

软件设计/软件工程 function y_cum = cum2x (x,y, maxlag, nsamp, overlap, flag) %CUM2X Cross-covariance % y_cum = cum2x

function y_cum = cum2x (x,y, maxlag, nsamp, overlap, flag) %CUM2X Cross-covariance % y_cum = cum2x (x,y,maxlag, samp_seg, overlap, flag) % x,y - data vectors/matrices with identical dimensions % if x,y are matrices, rather than vectors, columns are % assumed to correspond to independent real ...
https://www.eeworm.com/dl/684/194297.html
下载: 65
查看: 1162

技术资料 JPEG压缩matlab源码

JPEG压缩解压缩的matlab源代码: 1) take an image (2D matrix) and devide it to 8x8 matrices 2) for each matrix (8x8) use the DCT conversion (from the signal processing toolbox). you will get an (8x8) matrix as an answer 3) build an 8x8 matrix, which is the sum off all the matrices, such tha ...
https://www.eeworm.com/dl/951658.html
下载: 7
查看: 5678

数学计算 SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems

SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems of linear equations on high performance machines. The library is written in C and is callable from either C or Fortran. The library routines will perform an LU decomposition with partial pivoting and ...
https://www.eeworm.com/dl/641/407093.html
下载: 31
查看: 1135

matlab例程 The kernel-ica package is a Matlab program that implements the Kernel ICA algorithm for independent

The kernel-ica package is a Matlab program that implements the Kernel ICA algorithm for independent component analysis (ICA). The Kernel ICA algorithm is based on the minimization of a contrast function based on kernel ideas. A contrast function measures the statistical dependence between components ...
https://www.eeworm.com/dl/665/343493.html
下载: 178
查看: 1138

书籍 Random+Matrix+Theory

From its inception, random matrix theory has been heavily influenced by its applications in physics, statistics and engineering. The landmark contributions to the theory of random matrices of Wishart (1928) [311], Wigner (1955) [303], and Mar˘ cenko and Pastur (1967) [170] were moti- vated to a lar ...
https://www.eeworm.com/dl/522091.html
下载: 1
查看: 90

matlab例程 % COMPDIR Computes a search direction in a subspace defined by Z. % Helper function for NLCONST.

% COMPDIR Computes a search direction in a subspace defined by Z. % Helper function for NLCONST. % Returns Newton direction if possible. % Returns random direction if gradient is small. % Otherwise, returns steepest descent direction. % If the steepest descent direction is small it computes ...
https://www.eeworm.com/dl/665/214094.html
下载: 117
查看: 1091