Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122530482
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
Fri, Jul 18, 08:19
Size
404 B
Mime Type
text/x-c
Expires
Sun, Jul 20, 08:19 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27490757
Attached To
R5163 Slepians
nanaccum.h
View Options
#include <matrix.h>
#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