代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/122468/14688194
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/222288/14698032
m uptrbk.m
function X = uptrbk(A,B)
%Input - A is an N x N nonsingular matrix
% - B is an N x 1 matrix
%Output - X is an N x 1 matrix containing the solution to AX=B.
% NUMERICAL METHODS: Matlab P
www.eeworm.com/read/222288/14698040
m lufact.m
function X = lufact(A,B)
%Input - A is an N x N matrix
% - B is an N x 1 matrix
%Output - X is an N x 1 matrix containing the solution to AX = B.
% NUMERICAL METHODS: Matlab Programs
% (
www.eeworm.com/read/221024/14773650
html http:^^www.cs.cornell.edu^info^courses^spring-95^cs314^hw^proj1.html
MIME-Version: 1.0
Server: CERN/3.0
Date: Monday, 16-Dec-96 23:18:38 GMT
Content-Type: text/html
Content-Length: 8016
Last-Modified: Monday, 13-Mar-95 14:33:34 GMT
Project
www.eeworm.com/read/220803/14788455
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/220803/14788475
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/120694/14792415
m fft_analysis.m
function [X, Delta] = FFT_Analysis(Input)
%
% Authors: Fabien A.P. Petitcolas (fapp2@cl.cam.ac.uk)
% Teddy Furon (furont@thmulti.com)
%
% Corrections:
% Michael Arnold
www.eeworm.com/read/119681/14824438
m latentlssvm.m
function [zt,model] = latentlssvm(varargin)
% Calculate the latent variables of the LS-SVM classifier at the given test data
%
% >> Zt = latentlssvm({X,Y,'classifier',gam,sig2,kernel}, {alpha,b}, Xt)
www.eeworm.com/read/119233/14836685
java intmatrix.java
/* IntMatrix.java */
import java.io.*;
import java.awt.*;
/**
* An example implementation of the DrawingObj interface
* that can be added to the drawingPanel (an instance of
*
www.eeworm.com/read/219755/14865054
java intmatrix.java
/* IntMatrix.java */
import java.io.*;
import java.awt.*;
/**
* An example implementation of the DrawingObj interface
* that can be added to the drawingPanel (an instance of
*