TR-mbed 1.0
Loading...
Searching...
No Matches
Functions
class_Block.cpp File Reference
#include <Eigen/Core>
#include <iostream>

Functions

template<typename Derived >
Eigen::Block< Derived > topLeftCorner (MatrixBase< Derived > &m, int rows, int cols)
 
template<typename Derived >
const Eigen::Block< const Derived > topLeftCorner (const MatrixBase< Derived > &m, int rows, int cols)
 
int main (int, char **)
 

Function Documentation

◆ main()

int main ( int  ,
char **   
)

◆ topLeftCorner() [1/2]

template<typename Derived >
const Eigen::Block< const Derived > topLeftCorner ( const MatrixBase< Derived > &  m,
int  rows,
int  cols 
)

◆ topLeftCorner() [2/2]

template<typename Derived >
Eigen::Block< Derived > topLeftCorner ( MatrixBase< Derived > &  m,
int  rows,
int  cols 
)