Motr  M0
m0_matrix Struct Reference

#include <matvec.h>

Collaboration diagram for m0_matrix:
Collaboration graph

Data Fields

uint32_t m_width
 
uint32_t m_height
 
m0_parity_elem_t ** m_matrix
 

Detailed Description

Represents math-matrix of m_width and m_height elements of type 'm0_parity_elem_t'

Definition at line 55 of file matvec.h.

Field Documentation

◆ m_height

uint32_t m_height

Definition at line 57 of file matvec.h.

◆ m_matrix

m0_parity_elem_t** m_matrix

Definition at line 58 of file matvec.h.

◆ m_width

uint32_t m_width

Definition at line 56 of file matvec.h.


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