MATLAB/octave count number of operations (flops)

后端 未结 2 1867
梦毁少年i
梦毁少年i 2020-12-12 03:26

Is it possible to report number of operations to evaluate for example matrix/matrix (dense or sparse) in MATLAB or octave.

2条回答
  •  没有蜡笔的小新
    2020-12-12 04:13

    Haven't tried it personally, but the Lightspeed Matlab Toolbox claims to support flops counting. Apparently the flops command was a valid option in MATLAB up through version 5.

提交回复
热议问题