代码搜索结果
找到约 2,116 项符合
Y 的代码
testif001.m
y=1;
x=2;
disp("start")
if (x>1)
y=7+x;
endif
disp("end")
testif002.m
y=1;
x=2;
disp("start")
if(4
testif001.m
y=1;
x=2;
disp("start")
if (x>1)
y=7+x;
endif
disp("end")
testif002.m
y=1;
x=2;
disp("start")
if(4
mextriang.c
/**********************************************************************
* y = mextriang(U,b,options)
* Given nxn upper-triangular matrix U,
* options = 1 (default), solves U *y = b,
*
mexfwblkslv.c
/*
y = fwblkslv(L,b, [y])
Given block sparse Cholesky structure L, as generated by
SPARCHOL, this solves the equation "L.L * y = b(L.perm,:)",
i.e. y = L.L\b(L.perm,:). The diagonal of
mexbwblkslv.c
/*
y = bwblkslv(L,b, [y])
Given block sparse Cholesky structure L, as generated by
SPARCHOL, this solves the equation "L.L' * y(L.perm) = b",
i.e. y(L.perm) = L.L'\b. The diagonal of L
y.s
;# Library file y.s has linkonce entries for fn and fn2. Note
;# that this version of fn has different code, as if compiled
;# with different optimization flags than the one in x.s (not
;# important
locref1.s
y:
move.d expfn:GOTOFF,$r10
move.d expobj:GOTOFF,$r11
y.s
;# Library file y.s has linkonce entries for fn and fn2. Note
;# that this version of fn has different code, as if compiled
;# with different optimization flags than the one in x.s (not
;# important