代码搜索:triangular
找到约 1,594 项符合「triangular」的源代码
代码结果 1,594
www.eeworm.com/read/323600/13334416
java qrdecomposition.java
package Jama;
import Jama.util.*;
/** 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 matrix
www.eeworm.com/read/136877/13356729
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/318725/13473360
html about.html
About IBG
About IBG
The grid generation and geometry description package IBG allows to
describe complex geometries and to create grids in 2D (triangular
grids) and
www.eeworm.com/read/314830/13557968
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/304082/13801574
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/301999/13844906
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/483253/6601726
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/155424/11874716
java qrdecomposition.java
package Jama;
import Jama.util.*;
/** 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 matrix
www.eeworm.com/read/154843/11923409
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/343744/11930764
m sqr.m
function [R,Pc,C,H] = sqr(A,B)
%SQR Sparse orthogonal-triangular decomposition.
% %Z%%M% Version %I% %G%
% Pontus Matstoms, Linkoping University.
% Mikael Lundquist, Link鰌ings Univer