Angka  0.0.1
A C library focusing on data manipulation and visualization
s_matrix Struct Reference

creating matrix data type in this library More...

#include <matrix.h>

Data Fields

double * p_r_nums
 array of the matrix More...
 
int r_shape [2]
 shape of the matrix (m x n) More...
 
int size
 size of the matrix More...
 

Detailed Description

creating matrix data type in this library

after this struct is created, we need to delete unused using agx_matrix_delete. Usually we call this struct using its typedef AgxMatrix

Field Documentation

◆ p_r_nums

double* p_r_nums

array of the matrix

◆ r_shape

int r_shape[2]

shape of the matrix (m x n)

◆ size

int size

size of the matrix


The documentation for this struct was generated from the following file: