#include <Eigen/Core>
#include <iostream>
Go to the source code of this file.
Functions | |
int | main (int, char **) |
template<typename Derived > | |
Eigen::VectorBlock< Derived > | segmentFromRange (MatrixBase< Derived > &v, int start, int end) |
template<typename Derived > | |
const Eigen::VectorBlock < const Derived > | segmentFromRange (const MatrixBase< Derived > &v, int start, int end) |
int main | ( | int | , |
char ** | |||
) |
Definition at line 20 of file class_VectorBlock.cpp.
Eigen::VectorBlock<Derived> segmentFromRange | ( | MatrixBase< Derived > & | v, |
int | start, | ||
int | end | ||
) |
Definition at line 8 of file class_VectorBlock.cpp.
const Eigen::VectorBlock<const Derived> segmentFromRange | ( | const MatrixBase< Derived > & | v, |
int | start, | ||
int | end | ||
) |
Definition at line 15 of file class_VectorBlock.cpp.