代码搜索:LSOLVE

找到约 30 项符合「LSOLVE」的源代码

代码结果 30
www.eeworm.com/read/372523/9505144

m lsolve.m

function x = lsolve(A, b) % x = lsolve(A, b) returns the solution to the equation Ax = b, % where A is an n-by-b matrix and b is a column vector of % length n (or a matrix with several such columns
www.eeworm.com/read/161189/10439733

m lsolve.m

function x = lsolve(L,y,W,T) %LSOLVE Utility routine for "preconditioned" iterative methods. % % x = lsolve(L,y,W,T) % % Computes the vector % x = L_p*y % where L_p is the A-weighted general
www.eeworm.com/read/420205/10810885

m lsolve.m

function x = lsolve(A, b) % x = lsolve(A, b) returns the solution to the equation Ax = b, % where A is an n-by-b matrix and b is a column vector of % length n (or a matrix with several such columns
www.eeworm.com/read/418911/10891927

m lsolve.m

function x = lsolve(L,y,W,T) %LSOLVE Utility routine for "preconditioned" iterative methods. % % x = lsolve(L,y,W,T) % % Computes the vector % x = L_p*y % where L_p is the A-weighted generalized in
www.eeworm.com/read/338293/12314451

m lsolve.m

function x = lsolve(L,y,W,T) %LSOLVE Utility routine for "preconditioned" iterative methods. % % x = lsolve(L,y,W,T) % % Computes the vector % x = L_p*y % where L_p is the A-weighted generalized in
www.eeworm.com/read/210916/15189916

m lsolve.m

function x = lsolve(L,y,W,T) %LSOLVE Utility routine for "preconditioned" iterative methods. % % x = lsolve(L,y,W,T) % % Computes the vector % x = L_p*y % where L_p is the A-weighted generalized in
www.eeworm.com/read/164662/10098044

for p7.for

*======================================================================= SUBROUTINE USER(K) *----------------------------------------------------------------------- $INCLUDE:'SIMPLE.INC'
www.eeworm.com/read/164662/10098041

inc simple.inc

COMMON F(22,22,10),P(22,22),RHO(22,22),GAM(22,22),CON(22,22), + AIP(22,22),AIM(22,22),AJP(22,22),AJM(22,22),AP(22,22), + X(22),XU(22),XDIF(22),XCV(22),XCVS(22), + Y(22),YV(22),
www.eeworm.com/read/276468/10736209

f90 fluid_initial.f90

subroutine initial() use varible integer I,J,K ENTRY GRID LSOLVE(4)=.TRUE. LAST=22 XL=0.5 YL=0.5 CALL UGRID RETURN ENTRY START TW=0
www.eeworm.com/read/419367/10872351

c setup0.c

#include "global_var.h" void default_setting() { int i; nfmax=10; np=11; nrho=12; ngam=13; /**************** nf[i][j][0]~到f[i][j][nfmax]是这样分配的: nf[i][j