[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Question
From: |
John W. Eaton |
Subject: |
Question |
Date: |
Fri, 5 Mar 1999 16:26:46 -0600 (CST) |
On 5-Mar-1999, Emil Zagar <address@hidden> wrote:
| I am using Octave and I have a question about function 'flops'.
|
| Is it somehow possible to count floating point operations in Octave (like
| in Matlab with 'flops' function)?
Octave, version 2.0.13 (i686-pc-linux-gnulibc1).
Copyright (C) 1996, 1997, 1998 John W. Eaton.
This is free software with ABSOLUTELY NO WARRANTY.
For details, type `warranty'.
octave:1> flops
warning: flops is a flop, always returning zero
ans = 0
Why do you want a flops count?
jwe
- Question, Emil Zagar, 1999/03/05
- Question,
John W. Eaton <=