Searched refs:matrix (Results 1 – 2 of 2) sorted by relevance
31 float **matrix = (float **)malloc(n * sizeof(float *)); in create_matrix() local34 matrix[i] = (float *)malloc(n * sizeof(float)); in create_matrix()36 matrix[i][j] = 0.0; in create_matrix()40 return matrix; in create_matrix()
27 The csv file represents a graph (conection matrix). It enables the32 When building the matrix you can simulate packet drop rate:56 the connection matrix from `input.csv`. This way the first line and column