openGPMP
Open Source Mathematics Package
|
#include <chrono>
#include <cstdlib>
#include <iostream>
#include <random>
Go to the source code of this file.
Functions | |
void | matrix_addition (float *A, float *B, float *C, int matrixSize) |
void | initialize_matrix_random (float *matrix, int matrixSize) |
void | print_matrix (const char *name, float *matrix, int matrixSize) |
int | main () |
void initialize_matrix_random | ( | float * | matrix, |
int | matrixSize | ||
) |
int main | ( | void | ) |
Definition at line 29 of file mtx_x86.c.
References python.linalg::A, python.linalg::B, python.linalg::C, initialize_matrix_random(), matrix_addition(), and matrixSize.
void matrix_addition | ( | float * | A, |
float * | B, | ||
float * | C, | ||
int | matrixSize | ||
) |
Referenced by main().
void print_matrix | ( | const char * | name, |
float * | matrix, | ||
int | matrixSize | ||
) |