|
libigl v2.5.0
|
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. | |