代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/200619/15428512
h perform_moment_transform.h
// header file for perform_moment_transform
#include
#include "config.h"
#include
#include
#include
#include "gram_schmidt.h"
#include "matrix.h"
www.eeworm.com/read/108859/15573903
m tutor1.m
% ADSP Toolbox: Version 2.0
% For use with "Analog and Digital Signal Processing", 2nd Ed.
% Published by PWS Publishing Co.
%
% Ashok Ambardar, EE Dept. MTU, Houghton, MI 49931, USA
% http://
www.eeworm.com/read/107559/15604936
m im_class_mle.m
function class=im_class_MLE(im,plot);
% function class=im_class_MLE(im,plot);
%
% routine for performing classification of multispectral images using
% Maximum Likelihood Estimation algorithm
%
www.eeworm.com/read/102840/15756467
m myhilb.m
function[A,B]=myhilb(n,m)
% MYHILB 生成一个Hilbert矩阵
% [A,B]=myhilb(n,m)
% where
% n,m are size of the Hilbert matrix,if only one
% argument given,then a square matrix is generated
% A is the Hil
www.eeworm.com/read/102840/15756473
m myhilb1.m
function[A,B]=myhilb(n,m)
%问题:生成一个Hilbert矩阵,该矩阵是一个n×m矩阵,它的第i行
%第j列的元素为1/(i+j-1)。如果想在编写的函数中实现下面几点:
%1)如果只给出一个输入参数,则会自动生成一个方阵,即有m=n
%2)如果想返回两个参数A和B,则返回的B矩阵为A矩阵的平方,
% 即B=A'A
%3)在函数中给出合适的帮助信息,包括基本 ...
www.eeworm.com/read/102394/15783235
texi eigen.texi
@cindex eigenvalues and eigenvectors
This chapter describes functions for computing eigenvalues and
eigenvectors of matrices. There are routines for real symmetric and
complex hermitian matrices, and
www.eeworm.com/read/101557/15826491
m connect.m
function [aa,bb,cc,dd] = connect(a,b,c,d,q,iu,iy)
%CONNECT Given the block diagram of a system, CONNECT can be used to
% form an (A,B,C,D) state-space model of the system.
%
% [Ac,Bc,Cc,Dc] = CON
www.eeworm.com/read/100395/15874800
html mem_man.html
Newmat09 - memory management
Memory management - reference counting or status variable?
next -
skip
www.eeworm.com/read/100395/15874820
html calc.html
Newmat09 - calculus
A calculus of matrix types
next -
skip -
u
www.eeworm.com/read/100395/15874855
html descript.html
Newmat09 - general description
General description
next -
skip -
up