代码搜索:efficient

找到约 1,594 项符合「efficient」的源代码

代码结果 1,594
www.eeworm.com/read/117724/14907456

c mm_3.c

/* * mm-naive.c - The fastest, least memory-efficient malloc package. * * In this naive approach, a block is allocated by simply incrementing * the brk pointer. A block is pure payload. There a
www.eeworm.com/read/117724/14907459

c mm___2.c

/* * mm-naive.c - The fastest, least memory-efficient malloc package. * * In this naive approach, a block is allocated by simply incrementing * the brk pointer. A block is pure payload. There a
www.eeworm.com/read/117724/14907462

c mm_1.c

/* * mm-naive.c - The fastest, least memory-efficient malloc package. * * In this naive approach, a block is allocated by simply incrementing * the brk pointer. A block is pure payload. There a
www.eeworm.com/read/117724/14907464

c mm_1.c

/* * mm-naive.c - The fastest, least memory-efficient malloc package. * * In this naive approach, a block is allocated by simply incrementing * the brk pointer. A block is pure payload. There a
www.eeworm.com/read/213905/15122661

m thomas.m

function x = thomas(varargin) % THOMAS Solves a tridiagonal linear system % % x = THOMAS(A,d) solves a tridiagonal linear system using the very efficient % Thomas Algorith. The vector x i
www.eeworm.com/read/13871/284417

m isposdef.m

function b = isposdef(a) % ISPOSDEF Test for positive definite matrix. % ISPOSDEF(A) returns 1 if A is positive definite, 0 otherwise. % Using chol is much more efficient than computing eig
www.eeworm.com/read/480930/1306507

s getuser.s

/* * __get_user functions. * * (C) Copyright 1998 Linus Torvalds * * These functions have a non-standard call interface * to make them more efficient, especially as they * return an error value
www.eeworm.com/read/457216/1599779

m symbcholfun.m

% L = symbchol(X) % SYMBCHOL Symbolic block sparse Cholesky factorization. % L = symbchol(X) returns a structure L that can be used % by the efficient block sparse Cholesky solver SPARCHOL. %
www.eeworm.com/read/250243/4435070

s getuser.s

/* * __get_user functions. * * (C) Copyright 1998 Linus Torvalds * * These functions have a non-standard call interface * to make them more efficient, especially as they * return an error value
www.eeworm.com/read/250243/4435804

s getuser.s

/* * __get_user functions. * * (C) Copyright 1998 Linus Torvalds * * These functions have a non-standard call interface * to make them more efficient, especially as they * return an error value