Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F114946586
nanaccum.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, May 28, 20:30
Size
384 B
Mime Type
text/x-c
Expires
Fri, May 30, 20:30 (2 d)
Engine
blob
Format
Raw Data
Handle
26434065
Attached To
R6832 iCAPs public
nanaccum.h
View Options
#include <mex.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <math.h>
#ifdef _MSC_VER
/* Microsoft doesn't define isnan, but has an _isnan instead. Since it
* appears to be buggy, we simply do: */
#define isnan(x) !(x == x)
#define NAN sqrt(-1)
#endif
/* Shortcuts: */
#define size(x) mxGetDimensions(x)
#define ndim(x) mxGetNumberOfDimensions(x)
Event Timeline
Log In to Comment