由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - MATLAB function call too slow (转载)
相关主题
mex fuction with c code. How to do the profiling?pgf90 Vs. ifort Vs. xlf90
matlab里subplot问题Job Opening in Synopsys
[help]should I switch from Matlab to C?MATLAB Matrix Numeric Tools Help site
一个quadratic programming的问题,请指教! (转载)what is wrong with my matlab?
什么软件做computer simulation速度快?MATLAB积分求教
C++ object-oriented for CFD终于完成一模拟matlab基本矩阵运算的C库
core dumpedAnalytic solution for an ODE
请高手指点Visual studio 里面怎么看程序的profile statistics (转载)请教:如何用least square approach解超定方程组
相关话题的讨论汇总
话题: time话题: function话题: matlab话题: slow话题: self
进入Computation版参与讨论
1 (共1页)
i***w
发帖数: 9
1
【 以下文字转载自 Programming 讨论区 】
发信人: Imnew (newbie), 信区: Programming
标 题: MATLAB function call too slow
发信站: BBS 未名空间站 (Fri Dec 29 14:03:11 2006)
After I profiled my programe, I found that the most time consuming part (
self time) in a function f(...) is something like this:
[A,B,C]= g(x,A,B,C);
I'm wondering why this statement will be slow? Since it's self time of f(...
),
it's not the time within function g(...). Does this mean the time is
consumed in copying matrix parameters A,B,C ? How can I i
1 (共1页)
进入Computation版参与讨论
相关主题
请教:如何用least square approach解超定方程组什么软件做computer simulation速度快?
[转载] 有人知道如何把MATLAB .M 文件转换成C吗?C++ object-oriented for CFD
急!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!core dumped
Re: 急!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!请高手指点Visual studio 里面怎么看程序的profile statistics (转载)
mex fuction with c code. How to do the profiling?pgf90 Vs. ifort Vs. xlf90
matlab里subplot问题Job Opening in Synopsys
[help]should I switch from Matlab to C?MATLAB Matrix Numeric Tools Help site
一个quadratic programming的问题,请指教! (转载)what is wrong with my matlab?
相关话题的讨论汇总
话题: time话题: function话题: matlab话题: slow话题: self