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

Functions

template<typename Derived >
Eigen::Block< Derived, 2, 2 > topLeft2x2Corner (MatrixBase< Derived > &m)
 
template<typename Derived >
const Eigen::Block< const Derived, 2, 2 > topLeft2x2Corner (const MatrixBase< Derived > &m)
 
int main (int, char **)
 

Function Documentation

◆ main()

int main ( int  ,
char **   
)

◆ topLeft2x2Corner() [1/2]

template<typename Derived >
const Eigen::Block< const Derived, 2, 2 > topLeft2x2Corner ( const MatrixBase< Derived > &  m)

◆ topLeft2x2Corner() [2/2]

template<typename Derived >
Eigen::Block< Derived, 2, 2 > topLeft2x2Corner ( MatrixBase< Derived > &  m)