bench01

% Initialization
fc_amat.init()
LN=10^5*[2:2:10,50];
Comment=['# Computing matrices products by using @amat/mtimes method\n'];
d=4;
fc_amat.benchs.mtimes(LN,'ld',[d,d],'rd',[d,d],'nbruns',5,'comment',Comment);
Using fc_amat[0.0.3] with fc_tools[0.0.25], fc_bench[0.0.6].
#-----------------------------------------------------------------------------
#    computer: hercule
#      system: Ubuntu 18.04.1 LTS (x86_64)
#   processor: Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz
#              (1 procs/4 cores by proc/2 threads by core)
#         RAM: 23.5 Go
#    software: Octave
#     release: 5.1.0
#-----------------------------------------------------------------------------
# Computing matrices products by using @amat/mtimes method
#-----------------------------------------------------------------------------
# 1st parameter is :
# -> amat[double] with (N,nr,nc)=(200000,4,4),  size=[200000       4       4]
# 2nd parameter is :
# -> amat[double] with (N,nr,nc)=(200000,4,4),  size=[200000       4       4]
#-----------------------------------------------------------------------------
#date:2019/03/12 15:23:24
#nbruns:5
#numpy:        i4          f4
#format:       %d        %.3f
#labels:        N   mtimes(s)
           200000       0.431
           400000       1.489
           600000       2.219
           800000       2.949
          1000000       3.606
          5000000      18.098