Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122457288
shoot_boundary.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
Thu, Jul 17, 23:40
Size
265 B
Mime Type
text/x-c
Expires
Sat, Jul 19, 23:40 (2 d)
Engine
blob
Format
Raw Data
Handle
27483795
Attached To
R5163 Slepians
shoot_boundary.h
View Options
/* $Id: shoot_boundary.h 4875 2012-08-30 20:04:30Z john $ */
/* (c) John Ashburner (2011) */
#define BOUND_CIRCULANT 0
#define BOUND_NEUMANN 1
extern
mwSignedIndex
(
*
bound
)();
extern
void
set_bound
(
int
t
);
extern
int
get_bound
();
#define BOUND(a,b) bound(a,b)
Event Timeline
Log In to Comment