src
decompositions
permutation-matrix.cpp
Go to the documentation of this file.
1
/*
2
* Copyright 2024 INRIA
3
*/
4
5
#include "
eigenpy/decompositions/PermutationMatrix.hpp
"
6
7
namespace
eigenpy
{
8
void
exposePermutationMatrix
() {
9
using namespace
Eigen
;
10
PermutationMatrixVisitor<Eigen::Dynamic>::expose
(
"PermutationMatrix"
);
11
}
12
}
// namespace eigenpy
PermutationMatrix.hpp
Eigen
Definition:
complex.cpp:7
eigenpy::PermutationMatrixVisitor::expose
static void expose(const std::string &name)
Definition:
PermutationMatrix.hpp:94
eigenpy::exposePermutationMatrix
void exposePermutationMatrix()
Definition:
permutation-matrix.cpp:8
eigenpy
Definition:
alignment.hpp:14
eigenpy
Author(s): Justin Carpentier, Nicolas Mansard
autogenerated on Sat Nov 2 2024 02:14:45