Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F121027677
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
Tue, Jul 8, 09:02
Size
384 B
Mime Type
text/x-c
Expires
Thu, Jul 10, 09:02 (2 d)
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