代码搜索:triangular
找到约 1,594 项符合「triangular」的源代码
代码结果 1,594
www.eeworm.com/read/203062/15366807
h cg.h
#ifndef _CG_H
#define _CG_H
#include "inverter.h"
class Conjugate_Gradient : public Inverter {
public:
Conjugate_Gradient(Domain*,Operators*);
~Conjugate_Gradient() {}
virtual void invert(V
www.eeworm.com/read/127438/6006375
sm makefile.sm
LDADD = -L ../../../lib -lmpich
INCLUDES = -I../../../src/include -I${top_srcdir}/src/include -I../include
typename_SOURCES = typename.c
contents_SOURCES = contents.c
struct-pack_SOURCES = triangul
www.eeworm.com/read/434200/7883501
fis wanne1.fis
input input1 5
member small triangular
-1 10 20
member small_medium triangular
10 20 30
member medium triangular
20 30 40
member medium_hot triangular
30 40 50
member hot triangular
40 50 65
outputs t
www.eeworm.com/read/180486/9305350
m setparitycheckmatrix.m
function H = setParityCheckMatrix(h, H)
%SETPARITYCHECKMATRIX Set parity check matrix of an LDPC encoder object.
% Copyright 2006 The MathWorks, Inc.
% $Revision: 1.1.6.2 $ $Date: 2006/06/2
www.eeworm.com/read/244154/12880940
asv emd_triang.asv
% EMD_TRIANG.M
%
% P. Flandrin, Mar. 13, 2003 - modified Mar. 2, 2006
%
% computes and displays EMD for the sum of 2 triangular
% waveforms + 1 tone
%
% produces Figure 2 in
%
% G. Rilling, P. Fland
www.eeworm.com/read/305390/13772318
m backsub.m
function X=backsub(A,B)
%Input - A is an n x n upper-triangular nonsingular matrix
% - B is an n x 1 matrix
%Output - X is the solution to the linear system AX = B
% NUMERICAL METHODS:
www.eeworm.com/read/152112/12139159
m backsub.m
function X=backsub(A,B)
%Input - A is an n x n upper-triangular nonsingular matrix
% - B is an n x 1 matrix
%Output - X is the solution to the linear system AX = B
%Find the dimension of B and
www.eeworm.com/read/222350/14695318
ctl honey-rods.ctl
; A honeycomb lattice of dielectric rods in air. (This structure has
; a complete (overlapping TE/TM) band gap.) A honeycomb lattice is really
; just a triangular lattice with two rods per unit cell
www.eeworm.com/read/222350/14695324
ctl tri-holes.ctl
; 2d system: triangular lattice of air holes in dielectric
; This structure has a complete band gap (i.e. a gap in both TE and TM
; simultaneously) for a hole radius of 0.45a and a dielectric constant
www.eeworm.com/read/222288/14698036
m backsub.m
function X=backsub(A,B)
%Input - A is an n x n upper-triangular nonsingular matrix
% - B is an n x 1 matrix
%Output - X is the solution to the linear system AX = B
% NUMERICAL METHODS: