代码搜索:Definite
找到约 349 项符合「Definite」的源代码
代码结果 349
www.eeworm.com/read/458493/7295704
m contents.m
% NMM toolbox: routines for linear algebra and solution of linear systems
%
% Cholesky Cholesky factorization of a symmetric, positive definite matrix
% demoNewtonSys Solve a 2-by-2 nonli
www.eeworm.com/read/458488/7296109
m contents.m
% NMM toolbox: routines for linear algebra and solution of linear systems
%
% Cholesky Cholesky factorization of a symmetric, positive definite matrix
% demoNewtonSys Solve a 2-by-2 nonli
www.eeworm.com/read/144399/12797400
m contents.m
% NMM toolbox: routines for linear algebra and solution of linear systems
%
% Cholesky Cholesky factorization of a symmetric, positive definite matrix
% demoNewtonSys Solve a 2-by-2 nonli
www.eeworm.com/read/303827/3804610
java tokentype.java
package cminus;
/**
* Interface for utility using,
* all reserved words and symbol are definite here.
* @author Administrator
*
*/
public interface TokenType {
public final int ENDFILE
www.eeworm.com/read/394547/2456805
java tokentype.java
package cminus;
/**
* Interface for utility using,
* all reserved words and symbol are definite here.
* @author Administrator
*
*/
public interface TokenType {
public final int ENDFILE
www.eeworm.com/read/428608/8856268
m ldlt.m
function [L,D]=ldlt(R)
% function [L,D]=ldlt(R)
% Computes the LDU decomposition of a
% symmetric positive definite matrix.
%
% Programmed by: Dimitris Manolakis, 1996
%
%---------------------
www.eeworm.com/read/282317/9102243
m ldlt.m
function [L,D]=ldlt(R)
% function [L,D]=ldlt(R)
% Computes the LDU decomposition of a
% symmetric positive definite matrix.
%
% Programmed by: Dimitris Manolakis, 1996
%
%---------------------
www.eeworm.com/read/357136/10215723
m ldlt.m
function [L,D]=ldlt(R)
% function [L,D]=ldlt(R)
% Computes the LDU decomposition of a
% symmetric positive definite matrix.
%
% Programmed by: Dimitris Manolakis, 1996
%
%---------------------
www.eeworm.com/read/239550/13272787
m ldlt.m
function [L,D]=ldlt(R)
% function [L,D]=ldlt(R)
% Computes the LDU decomposition of a
% symmetric positive definite matrix.
%
% Programmed by: Dimitris Manolakis, 1996
%
%---------------------
www.eeworm.com/read/134479/5892665
br conjugate_gradient.br
/*
Conjugate Gradient (CG) Solver for Ax = b.
The conjugate method is used to solve large systems of equations
where A is sparse and symmetric positive definite. For a description
of the te