#include <stdio.h>
#include <math.h>
#include <stdlib.h>
#include "BspLib.hpp"
#include <time.h>
#include <sys/time.h>
Include dependency graph for matriz2.c:
Defines | |
#define | linha (bsp_pid()/q) |
#define | coluna (bsp_pid()%q) |
Functions | |
void | zera (long double *A, int order) |
void | Mult_Sist (int M, int n, int q) |
void | multiplica (long double *A, long double *B, long double *C, int order) |
int | main (int argc, char **argv) |
|
|
|
|
|
Launches an AsctImpl object, based on configurations passed through the command line, config file, or both.
|
|
|
|
|
|
|