代码搜索:triangular
找到约 1,594 项符合「triangular」的源代码
代码结果 1,594
www.eeworm.com/read/393518/8280762
m dlyapsq.m
function v=dlyapsq(a,b)
% Solves the discrete Lyapunov equation AV'VA' - V'V +BB' =0
% V is upper triangular with real non-negative diagonal entries
% this is equivalent to v=chol(dlyap(a,b*b')) bu
www.eeworm.com/read/265721/11255579
m dlyapsq.m
function v=dlyapsq(a,b)
% Solves the discrete Lyapunov equation AV'VA' - V'V +BB' =0
% V is upper triangular with real non-negative diagonal entries
% this is equivalent to v=chol(dlyap(a,b*b')) bu
www.eeworm.com/read/134895/13971705
m dlyapsq.m
function v=dlyapsq(a,b)
% Solves the discrete Lyapunov equation AV'VA' - V'V +BB' =0
% V is upper triangular with real non-negative diagonal entries
% this is equivalent to v=chol(dlyap(a,b*b')) bu
www.eeworm.com/read/134594/13981234
c alloc.c
/*
* alloc.c -- Memory allocation utilities for cluster
*
* $Log: alloc.c,v $
* Revision 1.8 1993/01/20 19:00:40 stolcke
* triangular matrix stuff no longer needed
*
* Revision 1.7 1993/01/
www.eeworm.com/read/202077/15390704
c alloc.c
/*
* alloc.c -- Memory allocation utilities for cluster
*
* $Log: alloc.c,v $
* Revision 1.8 1993/01/20 19:00:40 stolcke
* triangular matrix stuff no longer needed
*
* Revision 1.7 1993/01/
www.eeworm.com/read/187840/8596692
java ludecomposition.java
package com.biolab.node.nexTest.Jama;
/** LU Decomposition.
For an m-by-n matrix A with m >= n, the LU decomposition is an m-by-n
unit lower triangular matrix L, an n-by-n upper
www.eeworm.com/read/187840/8596708
java qrdecomposition.java
package com.biolab.node.nexTest.Jama;
/** QR Decomposition.
For an m-by-n matrix A with m >= n, the QR decomposition is an m-by-n
orthogonal matrix Q and an n-by-n upper triangular m
www.eeworm.com/read/298333/7965801
art tower5.art
SUBJECT: Towers, part 5
SMALL STEEL CRANK-UPS: I own one of these babys. The tower has
two sections, each nineteen feet six inches. The base section is
nine inch triangular, while the upp
www.eeworm.com/read/239705/13260893
f90 module spharmt.f90
module spharmt
!
! fortran95 spherical harmonic module.
! For gaussian grids and triangular truncation only.
!
! version 1.1 9/30/2003 (second version - now all fortran using fft99)
! Jeff Whit