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

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename T >
void igl::transpose_blocks (const Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > &A, const size_t k, const size_t dim, Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > &B)
 Transpose blocks of a matrix.