代码搜索:PD协议
找到约 10,000 项符合「PD协议」的源代码
代码结果 10,000
www.eeworm.com/read/400577/11573388
p pd_check.p
www.eeworm.com/read/400577/11573400
m pd_check.m
%PD_CHECK Check whether the input matrix is positive definite
%
% OK = PD_CHECK(A)
%
% INPUT
% A Symmetric matrix
%
% OUTPUT
% OK 1/0 to indicate whether A is positive definite
%
% DESCRIPTION
www.eeworm.com/read/400576/11573498
m pd_check.m
function posdef = pd_check(a)
%PD_CHECK Check if the matrix is positive (semi-) definite
%
% POSDEF = PD_CHECK(A)
%
% Check for a symmetric matrix A if it is positive definite.
% POSDEF = 1 if A i
www.eeworm.com/read/400576/11573574
m pd_check.m
function posdef = pd_check( a)
% golub version of cholesky, with nonpos. test
% input: a ... sym. matrix
% output: posdef
% call: posdef = pd_check( a)
% posdef = 1 if a is safely pos.def, ie each di
www.eeworm.com/read/262343/11592324
sbr pd6710.sbr
www.eeworm.com/read/262343/11592349
obj pd6710.obj
www.eeworm.com/read/262343/11592471
h pd6710.h
#ifndef __PD6710_H__
#define __PD6710_H__
void Test_PD6710(void);
#define PD6710_MEM_BASE_ADDRESS (0x10000000) //nGCS2
#define PD6710_IO_BASE_ADDRESS (0x11000000)
#define rPD671