16 lines
307 B
C
16 lines
307 B
C
/*
|
|
* SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#ifndef _dspm_matrix_H_
|
|
#define _dspm_matrix_H_
|
|
|
|
#include "dspm_add.h"
|
|
#include "dspm_addc.h"
|
|
#include "dspm_mult.h"
|
|
#include "dspm_mulc.h"
|
|
#include "dspm_sub.h"
|
|
|
|
#endif // _dspm_matrix_H_
|