Neural
kernel.h File Reference
#include <vector>
#include <eigen3/Eigen/Core>
Include dependency graph for kernel.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Kernel
 

Macros

#define KERNEL_H
 

Functions

double Kernel::dot (const std::vector< Eigen::Vector3d > &v1, const std::vector< Eigen::Vector3d > &v2)
 
double * Kernel::dot (const double *m1, const double *m2, int m, int n, int k)
 
double * Kernel::Conv2D (const double *input, const double *kernel, int *sizeInput, int *sizeKernel, int *stride)
 

Macro Definition Documentation

◆ KERNEL_H

#define KERNEL_H