代码搜索:Matrices
找到约 3,616 项符合「Matrices」的源代码
代码结果 3,616
www.eeworm.com/read/473219/6848929
m createsdplibfile.m
function createsdplibfile(F_struc,K, c, filename)
%CREATESDPLIBFILE Internal function to create SDPA data files
% Author Johan L鰂berg
% $Id: createsdplibfile.m,v 1.2 2004/07/02 08:17:30 johanl
www.eeworm.com/read/193277/8242754
m createsdplibfile.m
function createsdplibfile(F_struc,K, c, filename)
%CREATESDPLIBFILE Internal function to create SDPA data files
% Author Johan L鰂berg
% $Id: createsdplibfile.m,v 1.2 2004/07/02 08:17:30 johanl
www.eeworm.com/read/192030/8410730
m range.m
function Q = range(A)
% RANGE -- find range of a matrix
%
% Q = range(A)
%
% This does essentially the same thing as the Matlab system
% routine ORTH, except it uses the tolerance parameter
www.eeworm.com/read/192030/8410763
m norm.m
function n = norm(S,varargin)
% NORM -- norm function for symbolic variables
%
% n = norm(x,type)
%
% This is the same as the usual NORM function, but for vectors
% or matrices of symbolic con
www.eeworm.com/read/291235/8432430
cpp xqrupdt.cpp
#include
#include
#include
#include
#include "nr.h"
using namespace std;
// Driver for routine qrupdt
int main(void)
{
bool sing;
www.eeworm.com/read/291235/8432750
cpp xludcmp.cpp
#include
#include
#include
#include
#include "nr.h"
using namespace std;
// Driver for routine ludcmp
int main(void)
{
int j,k,l,m,n,dum;
www.eeworm.com/read/291235/8432801
cpp xqrdcmp.cpp
#include
#include
#include
#include
#include "nr.h"
using namespace std;
// Driver for routine qrdcmp
int main(void)
{
bool sing;
www.eeworm.com/read/389321/8533477
m pprec.m
function x = pprec(p0, p1, type)
% PPREC Parallelogram Polyphase Reconstruction
%
% x = pprec(p0, p1, type)
%
% Input:
% p0, p1: two parallelogram polyphase components of the image
% type: o
www.eeworm.com/read/389321/8533551
m pup.m
function y = pup(x, type, phase)
% PUP Parallelogram Upsampling
%
% y = pup(x, type, [phase])
%
% Input:
% x: input image
% type: one of {1, 2, 3, 4} for selecting sampling matrices:
% P1
www.eeworm.com/read/432912/8564763
m eignmovie.m
function eignmovie(A,n,loops)
% This program visualizes eigenvectors for 2x2 matrices.
% A is a 2x2 matrix. n is optional and determines the number of frames.
% The 3rd optional parameter determin