代码搜索:Matrices

找到约 3,616 项符合「Matrices」的源代码

代码结果 3,616
www.eeworm.com/read/457711/7319072

m gschmidt.m

% ATLAST65中的施密特正交化子程序gschmidt % function [Q,R]=gschmidt(A,classic) % The Gram-Schmidt QR factorization of a matrix A. If % [Q R] = gschmidt(A), then Q and R are the matrices % derived from the mo
www.eeworm.com/read/144399/12797009

m democontour.m

% demoContour Demonstration of a contour plot xg = linspace(-5,5,20); % grid vector [X,Y] = meshgrid(xg,xg); % Create matrices of X and Y values Z = 2 - X.^2 - Y.^2; % Vectorized e
www.eeworm.com/read/244800/12843083

m readsol.m

function [x,y,z]=readsol(fname,K,m) %READSOL Read solution from CSDP % % [x,y,z]=readsol(fname,K,m) % % fname File name to read solution from. % K structure of the matrices. % m
www.eeworm.com/read/244597/12854069

dat matrx1.dat

MATRICES FOR INPUT TO TEST ROUTINES Size of matrix (NxN), Number of solutions: 3 2 Matrix A: 1.0 0.0 0.0 0.0 2.0 0.0 0.0 0.0 3.0 Solution vectors: 1.0 0.0 0.0 1.0 1.0 1.0 NEXT PROBLEM Size
www.eeworm.com/read/140665/13068781

dat matrx1.dat

MATRICES FOR INPUT TO TEST ROUTINES Size of matrix (NxN), Number of solutions: 3 2 Matrix A: 1.0 0.0 0.0 0.0 2.0 0.0 0.0 0.0 3.0 Solution vectors: 1.0 0.0 0.0 1.0 1.0 1.0 NEXT PROBLEM Size
www.eeworm.com/read/326313/13148673

m size.m

function [n1,n2] = size(P,dim) % SIZE -- size of coefficient matrices of matrix polynomial % % n = size(P) % [n1,n2] = size(P) % n = size(P,dim) % % The effec
www.eeworm.com/read/312211/13615715

dat matrx1.dat

MATRICES FOR INPUT TO TEST ROUTINES Size of matrix (NxN), Number of solutions: 3 2 Matrix A: 1.0 0.0 0.0 0.0 2.0 0.0 0.0 0.0 3.0 Solution vectors: 1.0 0.0 0.0 1.0 1.0 1.0 NEXT PROBLEM Size
www.eeworm.com/read/310212/13655050

m corr2.m

function r = corr2(a,b) %CORR2 Compute 2-D correlation coefficient. % R = CORR2(A,B) computes the correlation coefficient between A % and B, where A and B are matrices or vectors of the same si
www.eeworm.com/read/309349/13673638

html mod2dense.html

Dense Modulo-2 Matrix Routines Dense Modulo-2 Matrix Routines This module implements operations on matrices in which the elements are all
www.eeworm.com/read/309287/13675232

h genmd.h

// LAPACK++ (V. 1.1) // (C) 1992-1996 All Rights Reserved. #ifndef _LA_GENMD_H #define _LA_GENMD_H /** @file * @brief Generation functions for matrices * * This file defines some gener