代码搜索:triangular

找到约 1,594 项符合「triangular」的源代码

代码结果 1,594
www.eeworm.com/read/170881/5402676

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/170881/5402678

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/172473/9706320

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/189605/8465899

java lu.java

package jnt.scimark2; /** LU matrix factorization. (Based on TNT implementation.) Decomposes a matrix A into a triangular lower triangular factor (L) and an upper triangular factor (U) s
www.eeworm.com/read/189605/8465944

java lu.java

package jnt.scimark2; /** LU matrix factorization. (Based on TNT implementation.) Decomposes a matrix A into a triangular lower triangular factor (L) and an upper triangular factor (U) s
www.eeworm.com/read/467851/7002165

m stima3.m

function M = stima3 ( vertices ) %% STIMA3 determines the local stiffness matrix for a triangular element. d = size ( vertices, 2 ); D_eta = [ ones(1,d+1); vertices' ] \ [ zeros(1,d); e
www.eeworm.com/read/182370/9205912

hpp scalar_fill.hpp

/* Scalar fill routines. * * Fill all of part of a matrix with a single scalar value. The possible * parts are: all, upper-triangular, lower-triangular, strict-upper-triangular, * and strict
www.eeworm.com/read/168845/5436072

cpp test53.cpp

// // Copyright (c) 2000-2002 // Joerg Walter, Mathias Koch // // Permission to use, copy, modify, distribute and sell this software // and its documentation for any purpose is hereby granted
www.eeworm.com/read/309157/13680644

h blas_enum.h

#ifndef BLAS_ENUM_H #define BLAS_ENUM_H /* Enumerated types */ enum blas_order_type { blas_rowmajor = 101, blas_colmajor = 102 }; enum blas_trans_type { blas_n
www.eeworm.com/read/378182/9248711

cu ssyr.cu

/* * Copyright 1993-2008 NVIDIA Corporation. All rights reserved. * * NOTICE TO USER: * * This source code is subject to NVIDIA ownership rights under U.S. and * international Copyright laws