Facial Recognition
UsePCAtoperformfacialrecognition
 All Classes Files Functions Variables Typedefs Macros
Public Attributes | List of all members
_vector Struct Reference

represents a vector padding is to make sure that matrix and vector both have the same byte size and allignment between matrix and vector they are able to be casted into one another More...

#include <linalg.h>

Collaboration diagram for _vector:
Collaboration graph

Public Attributes

size_t size
 the number of elements in the vector
 
size_t padding
 unused value but important as padding
 
double data []
 the elements of the vector
 

Detailed Description

represents a vector padding is to make sure that matrix and vector both have the same byte size and allignment between matrix and vector they are able to be casted into one another


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