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

#include <NE10_types.h>

Public Attributes

ne10_mat_row3f c1
 
ne10_mat_row3f c2
 
ne10_mat_row3f c3
 

Detailed Description

Examples:
NE10_sample_matrix_multiply.c.

Definition at line 149 of file NE10_types.h.

Member Data Documentation

ne10_mat_row3f ne10_mat3x3f_t::c1
Examples:
NE10_sample_matrix_multiply.c.

Definition at line 151 of file NE10_types.h.

ne10_mat_row3f ne10_mat3x3f_t::c2
Examples:
NE10_sample_matrix_multiply.c.

Definition at line 152 of file NE10_types.h.

ne10_mat_row3f ne10_mat3x3f_t::c3
Examples:
NE10_sample_matrix_multiply.c.

Definition at line 153 of file NE10_types.h.


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