libigl v2.5.0
Loading...
Searching...
No Matches
columnize.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include "columnize.cpp"

Go to the source code of this file.

Namespaces

namespace  igl

Functions

template<typename DerivedA, typename DerivedB>
void igl::columnize (const Eigen::MatrixBase< DerivedA > &A, const int k, const int dim, Eigen::PlainObjectBase< DerivedB > &B)
 "Columnize" a stack of block matrices.