Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120802671
c_func.c
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
Mon, Jul 7, 05:00
Size
384 B
Mime Type
text/x-c
Expires
Wed, Jul 9, 05:00 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27251994
Attached To
R11341 Introduction to CUDA
c_func.c
View Options
/* -------------------------------------------------------------------------- */
#include "c_func.h"
/* -------------------------------------------------------------------------- */
#include <stdio.h>
/* -------------------------------------------------------------------------- */
void c_function(matrix * in, double d) {
printf("d = %g\n", d);
// print matrix to screan
}
Event Timeline
Log In to Comment