代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/407295/11422490
m etf_smooth1.m
%ETF_SMOOTH1 Smoother based on two extended Kalman filters
%
% Syntax:
% [M,P] = ETF_SMOOTH1(M,P,Y,A,Q,ia,W,aparam,H,R,h,V,hparam,same_p_a,same_p_h)
%
% In:
% M - NxK matrix of K mean estimates f
www.eeworm.com/read/407295/11422499
m schol.m
%SCHOL Cholesky factorization for positive semidefinite matrices
%
% Syntax:
% [L,def] = schol(A)
%
% In:
% A - Symmetric pos.semi.def matrix to be factorized
%
% Out:
% L - Lower triangular
www.eeworm.com/read/407093/11429503
m lusolve.m
function x = lusolve(A,b,Pcol)
% LUSOLVE : Solve linear systems by supernodal LU factorization.
%
% x = lusolve(A, b) returns the solution to the linear system A*x = b,
% using a supernodal LU
www.eeworm.com/read/407093/11429543
c zsp_blas3.c
/*! @file zsp_blas3.c
* \brief Sparse BLAS3, using some dense BLAS3 operations
*
*
* -- SuperLU routine (version 2.0) --
* Univ. of California Berkeley, Xerox Palo Alto Research Center,
*
www.eeworm.com/read/407093/11429545
c slangs.c
/*! @file slangs.c
* \brief Returns the value of the one norm
*
*
* -- SuperLU routine (version 2.0) --
* Univ. of California Berkeley, Xerox Palo Alto Research Center,
* and Lawrence Ber
www.eeworm.com/read/407093/11429569
c csp_blas3.c
/*! @file csp_blas3.c
* \brief Sparse BLAS3, using some dense BLAS3 operations
*
*
* -- SuperLU routine (version 2.0) --
* Univ. of California Berkeley, Xerox Palo Alto Research Center,
*
www.eeworm.com/read/407093/11429610
c ssp_blas3.c
/*! @file ssp_blas3.c
* \brief Sparse BLAS3, using some dense BLAS3 operations
*
*
* -- SuperLU routine (version 2.0) --
* Univ. of California Berkeley, Xerox Palo Alto Research Center,
*
www.eeworm.com/read/407093/11429631
c dlangs.c
/*! @file dlangs.c
* \brief Returns the value of the one norm
*
*
* -- SuperLU routine (version 2.0) --
* Univ. of California Berkeley, Xerox Palo Alto Research Center,
* and Lawrence Ber
www.eeworm.com/read/407093/11429641
c dsp_blas3.c
/*! @file dsp_blas3.c
* \brief Sparse BLAS3, using some dense BLAS3 operations
*
*
* -- SuperLU routine (version 2.0) --
* Univ. of California Berkeley, Xerox Palo Alto Research Center,
*
www.eeworm.com/read/407093/11429661
c zlangs.c
/*! @file zlangs.c
* \brief Returns the value of the one norm
*
*
* -- SuperLU routine (version 2.0) --
* Univ. of California Berkeley, Xerox Palo Alto Research Center,
* and Lawrence Ber