代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/270032/11050672
c unmatrix.c
/* unmatrix.c - given a 4x4 matrix, decompose it into standard operations.
*
* Author: Spencer W. Thomas
* University of Michigan
*/
#include
#include "GraphicsGems.h"
#include "unmatri
www.eeworm.com/read/270032/11050884
c orderdither.c
/*
Ordered Dithering
by Stephen Hawley
from "Graphics Gems", Academic Press, 1990
*/
/* Program to generate dithering matrices.
* written by Jim Blandy, Oberlin College, jimb@occs.oberlin.edu
* Gif
www.eeworm.com/read/268073/11155343
m gausselim.m
%Gaussian Elimination
%Description: This procedure solves a system of linear equations using
%Gaussian Elimination Algorithm. Elementary row operations are used
%throughout this algorithm, which co
www.eeworm.com/read/268069/11155367
c elemmatoper.c
/*This is a collection of functions about the basic matrix operations
* for solving linear equations and related problems. In this package,
* matrices are assumed to be N-by-N square matrix, and t
www.eeworm.com/read/267609/11170908
m contents.m
% MCMC -- Markov Chain Monte Carlo Tools
% Copyright (c) 1998, Harvard University. Full copyright in the file Copyright
%
% There are three parts to this library of routines.
% 1. *[rnd,pdf,lpr].m - d
www.eeworm.com/read/267095/11195051
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/267095/11195058
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/412269/11207750
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/412269/11207768
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/266820/11211829
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