aboutsummaryrefslogblamecommitdiff
path: root/src/platforms/ros/eigen_math.h
blob: 60fc9b93cd42556b9670eda37d84639327306db6 (plain) (tree)



















                            
/*
 * eigen_math.h
 *
 *  Created on: Aug 25, 2014
 *      Author: roman
 */

#ifndef EIGEN_MATH_H_
#define EIGEN_MATH_H_


struct eigen_matrix_instance
{
	int numRows;
	int numCols;
	float *pData;
};


#endif /* EIGEN_MATH_H_ */