matrix-complex-float.cpp
Go to the documentation of this file.
1 /*
2  * Copyright 2020 INRIA
3  */
4 
5 #include "eigenpy/eigenpy.hpp"
6 
7 namespace eigenpy {
9  exposeType<std::complex<float> >();
10  exposeType<std::complex<float>, Eigen::RowMajor>();
11 }
12 } // namespace eigenpy
void exposeMatrixComplexFloat()


eigenpy
Author(s): Justin Carpentier, Nicolas Mansard
autogenerated on Fri Jun 2 2023 02:10:26