JWS C Library
C language utility library
|
Matrix of double precision floating point values. More...
#include <matrix.h>
Data Fields | |
uint32_t | num_rows |
Number of rows. | |
uint32_t | num_cols |
Number of columns. | |
double ** | elts |
Elements of the matrix. |
uint32_t Matrix_d::num_rows |
uint32_t Matrix_d::num_cols |
double** Matrix_d::elts |