代码搜索:Matrices
找到约 3,616 项符合「Matrices」的源代码
代码结果 3,616
www.eeworm.com/read/305450/13769589
m torr_etort.m
% By Philip Torr 2002
% copyright Microsoft Corp.
%this function will convert an essential matrix to a rotation and translation martix
%as set out in Hartley and Zisserman.
%note there are 4 sol
www.eeworm.com/read/303147/13821010
m scplot.m
function scplot(varargin)
% scplot Scatter plot.
% scplot(X,...) displays colored circles at the locations specified
% by the 2xn-matrices X or 3xn-matrices
%
% See also SCATTER, SCATTER3, PL
www.eeworm.com/read/303058/13822623
m reentry_cond.m
%
% Compute condition numbers of transition matrices
% for re-entry simulation with no noise.
%
% Copyright (C) 2005-2006 Simo S鋜kk
www.eeworm.com/read/484061/6590039
f90 gauss_elim.f90
subroutine gauss_elim(A, L, U, n)
integer n
double precision A(n,n)
double precision L(n,n)
double precision U(n,n)
double precision m
integer i, j, k
do i=1,n
www.eeworm.com/read/407295/11422514
m reentry_cond.m
%
% Compute condition numbers of transition matrices
% for re-entry simulation with no noise.
%
% Copyright (C) 2005-2006 Simo S鋜kk
www.eeworm.com/read/347945/11623370
m mpt_detect_fixed_rows.m
function [equalities,redundant] = mpt_detect_fixed_rows(Matrices)
A = [ Matrices.G -Matrices.E];
b = Matrices.W;
lb = Matrices.lb;
ub = Matrices.ub;
fixed = find(lb == ub);
if ~isempty(fixed
www.eeworm.com/read/347945/11624249
m see.m
function see(X,showfull)
%SEE Displays internal structure of variable
%
% Shows the base matrices that build up the variable
%
% X = X0+x_1*X1+x_2*X2+...
%
% SEE(X) Disp
www.eeworm.com/read/347945/11624654
m see.m
function see(X)
% SEE (overloaded)
% Author Johan L鰂berg
% $Id: see.m,v 1.2 2006/07/13 19:40:59 joloef Exp $
disp('Constant matrix');disp(' ')
disp(full(getbasematrix(X,0)))
disp('Base matri
www.eeworm.com/read/347945/11625827
m see.m
function see(X,showfull)
%SEE Displays internal structure of variable
%
% Shows the base matrices that build up the variable
%
% X = X0+x_1*X1+x_2*X2+...
%
% SEE(X) Disp
www.eeworm.com/read/347284/11676912
txt gdiscan_results.txt
Running in console mode
Starting Wednesday, March 21, 2007 18:28:35
Scaning \\build\Release\BSP_Zylonite\2019
=======================================
Stopping Wednesday, March 21, 2007 18:28:43
A