RobotsIO
Loading...
Searching...
No Matches
src
RobotsIO
src
Utils
FloatMatrix.cpp
1
/*
2
* Copyright (C) 2020 Istituto Italiano di Tecnologia (IIT)
3
*
4
* This software may be modified and distributed under the terms of the
5
* BSD 3-Clause license. See the accompanying LICENSE file for details.
6
*/
7
8
#include <RobotsIO/Utils/FloatMatrix.h>
9
10
using namespace
Eigen;
11
using namespace
RobotsIO::Utils;
12
13
14
FloatMatrix::~FloatMatrix()
15
{}
16
17
18
MatrixXd FloatMatrix::matrix_as_double()
19
{
20
return
matrix().cast<
double
>();
21
}
Generated by
1.9.6