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: Matlab
# release: 2018b
# MaxThreads: 4
#-----------------------------------------------------------------------------
# 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:22:02
#nbruns:5
#numpy: i4 f4
#format: %d %.3f
#labels: N mtimes(s)
200000 0.126
400000 0.342
600000 0.575
800000 0.774
1000000 0.976
5000000 4.287