代码搜索:off-diagonal
找到约 15 项符合「off-diagonal」的源代码
代码结果 15
www.eeworm.com/read/192030/8410900
m diag.m
function P = diag(P,varargin)
% DIAG -- set off-diagonal entries in matrix polynomial to zero
%
% P = diag(P)
% P = diag(P,k)
%
% Set all values off the kth diagonal to zero. Thi
www.eeworm.com/read/181830/9235771
m diag.m
function P = diag(P,varargin)
% DIAG -- set off-diagonal entries in matrix polynomial to zero
%
% P = diag(P)
% P = diag(P,k)
%
% Set all values off the kth diagonal to zero. Thi
www.eeworm.com/read/326313/13148653
m diag.m
function P = diag(P,varargin)
% DIAG -- set off-diagonal entries in matrix polynomial to zero
%
% P = diag(P)
% P = diag(P,k)
%
% Set all values off the kth diagonal to zero. Thi
www.eeworm.com/read/155657/11856713
h maamtrx.h
#ifndef MAAMTRX
#define MAAMTRX 1
//************************************************************************
// maamtrx - off-diagonal non-zero matrix elements
//*********************************
www.eeworm.com/read/228652/14371611
m diag.m
function P = diag(P,varargin)
% DIAG -- set off-diagonal entries in matrix polynomial to zero
%
% P = diag(P)
% P = diag(P,k)
%
% Set all values off the kth diagonal to zero. Thi
www.eeworm.com/read/155657/11856703
h magmtrx.h
#ifndef MAGMTRX
#define MAGMTRX 1
//************************************************************************
// magmtrx - off-diagonal triangular factor elements
// 矩阵三角分解LU数据,放到了一个矩阵中L为单位下三角阵,上三角
www.eeworm.com/read/339293/12244270
m example-2x2-delay-rga.m
clear all
clc
s=tf('s');
% Here is a very simple 2x2 example
% G = [e-s 0.5; 1 e-s]
% We want to use PI control (with integral action)
% The steady-state RGA is [2 -1; -1 2] so the diagonal p
www.eeworm.com/read/339293/12244552
m~ example-2x2-delay-rga.m~
clear all
clc
s=tf('s');
% Here is a very simple 2x2 example
% G = [e-s 0.5; 1 e-s]
% We want to use PI control (with integral action)
% The steady-state RGA is [2 -1; -1 2] so the diagonal p
www.eeworm.com/read/340730/12137800
m faraday_waveguide.m
% Calculate the (circularly polarized) modes of a gyrotropic
% ridge waveguide. This example incorporates complex
% off-diagonal elements in the permittivity tensor, in order
% to model the farada
www.eeworm.com/read/179705/9343808
c qrstep.c
/* remove off-diagonal elements which are neglegible compared with the
neighboring diagonal elements */
inline static void
chop_small_elements (const size_t N, const double d[], double sd[])
{
d