39#ifndef _3DICE_FLOORPLAN_MATRIX_
40#define _3DICE_FLOORPLAN_MATRIX_
54#include "floorplan_element_list.h"
178 FloorplanElementList_t *list,
void floorplan_matrix_copy(FloorplanMatrix_t *dst, FloorplanMatrix_t *src)
void floorplan_matrix_init(FloorplanMatrix_t *flpmatrix)
Error_t floorplan_matrix_build(FloorplanMatrix_t *flpmatrix, CellIndex_t nrows, CellIndex_t ncolumns, CellIndex_t nnz)
void floorplan_matrix_fill(FloorplanMatrix_t *flpmatrix, FloorplanElementList_t *list, Dimensions_t *dimensions)
void floorplan_matrix_print(FloorplanMatrix_t flpmatrix, String_t file_name)
void floorplan_matrix_multiply(FloorplanMatrix_t *flpmatrix, Source_t *x, Source_t *b)
void floorplan_matrix_destroy(FloorplanMatrix_t *flpmatrix)
Collections of all the structures that are needed for the thermal simulation.
Structure representing the matrix storing the coefficients of the floorplans tha scales power values ...
CellIndex_t * ColumnPointers