Zephyr Scientific Library (zscilib)
Data Fields
zsl_mtx Struct Reference

Represents a m x n matrix, with data stored in row-major order. More...

#include <matrices.h>

Data Fields

size_t sz_rows
 
size_t sz_cols
 
zsl_real_tdata
 

Detailed Description

Represents a m x n matrix, with data stored in row-major order.

Definition at line 46 of file matrices.h.

Field Documentation

◆ data

zsl_real_t* zsl_mtx::data

◆ sz_cols

size_t zsl_mtx::sz_cols

◆ sz_rows

size_t zsl_mtx::sz_rows

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