Project Ne10
An open, optimized software library for the ARM architecture.
Public Attributes | List of all members
ne10_mat_row3f Struct Reference

#include <NE10_types.h>

Public Attributes

ne10_float32_t r1
 
ne10_float32_t r2
 
ne10_float32_t r3
 

Detailed Description

Examples:
NE10_sample_matrix_multiply.c.

Definition at line 142 of file NE10_types.h.

Member Data Documentation

ne10_float32_t ne10_mat_row3f::r1
Examples:
NE10_sample_matrix_multiply.c.

Definition at line 144 of file NE10_types.h.

ne10_float32_t ne10_mat_row3f::r2
Examples:
NE10_sample_matrix_multiply.c.

Definition at line 145 of file NE10_types.h.

ne10_float32_t ne10_mat_row3f::r3
Examples:
NE10_sample_matrix_multiply.c.

Definition at line 146 of file NE10_types.h.


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