Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120796310
hd_exercise05-5.hpp
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, 03:54
Size
281 B
Mime Type
text/x-c
Expires
Wed, Jul 9, 03:54 (2 d)
Engine
blob
Format
Raw Data
Handle
27226394
Attached To
R1106 Programming Concept Rouaze
hd_exercise05-5.hpp
View Options
# ifndef hd_exercise05-5_hpp
# define hd_exercise05-5_hpp
double** Multiply(double **matrix1, double **matrix2, int *size1, int *size2);
void printMat(double** mat, int m, int n);
double ** allocateMatrix(int m, int n);
void deallocateMatrix(double** mat, int m, int n);
# endif
Event Timeline
Log In to Comment