代码搜索:Matrices
找到约 3,616 项符合「Matrices」的源代码
代码结果 3,616
www.eeworm.com/read/201230/15413013
cpp kalman.cpp
#include "kalman.h"
#include
/* tester de printer toutes les valeurs des vecteurs...*/
/* tester de changer les matrices du noises */
/* replace state by cvkalman->state_post ??? */
www.eeworm.com/read/101557/15826820
m sb2sldat.m
%SB2SLDAT is a script file that includes some constant matrices and vectors.
% This script is called by SB2SLMNG and READSB.
% Copyright (c) 1990-93 by The MathWorks, Inc.
% $Revision: 1.15 $ $D
www.eeworm.com/read/192030/8410950
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/291235/8432902
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/289743/8530044
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/429363/8810339
m m_line.m
function h=m_line(long,lat,varargin);
% M_LINE Create a line on a map
% M_LINE(LONG,LAT) adds the line in vectors LONG and LAT to the
% current axes. If LONG and LAT are matrices the same size,
www.eeworm.com/read/429279/8813560
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
www.eeworm.com/read/282683/9074269
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/181830/9235799
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/375212/9369081
m writein2.m
function [u2,y2] = writein2(u,y,n);
%WRITEIN2 Writes input and output matrices for dynamic model identificaton
% This function writes files from process input and output vectors
% that are the di