Functions | Variables
Tutorial_SlicingCol.cpp File Reference

Go to the source code of this file.

Functions

cout<< "Column major input:"<< endl<< M1<< "\n";Map< MatrixXf, 0, OuterStride<> > M2 (M1.data(), M1.rows(),(M1.cols()+2)/3, OuterStride<>(M1.outerStride()*3))
 
RowMajorMatrixXf M3 (M1)
 
cout<< "Row major input:"<< endl<< M3<< "\n";Map< RowMajorMatrixXf, 0, Stride< Dynamic, 3 > > M4 (M3.data(), M3.rows(),(M3.cols()+2)/3, Stride< Dynamic, 3 >(M3.outerStride(), 3))
 

Variables

MatrixXf M1 = MatrixXf::Random(3,8)
 
cout<< "1 column over 3:"<< endl<< M2<< "\n";typedef Matrix< float, Dynamic, Dynamic, RowMajor > RowMajorMatrixXf
 

Function Documentation

cout<< "Column major input:" << endl << M1 << "\n";Map<MatrixXf,0,OuterStride<> > M2 ( M1.  data(),
M1.  rows(),
(M1.cols()+2)/  3,
OuterStride<>  M1.outerStride()*3 
)
RowMajorMatrixXf M3 ( M1  )
cout<< "Row major input:" << endl << M3 << "\n";Map<RowMajorMatrixXf,0,Stride<Dynamic,3> > M4 ( M3.  data(),
M3.  rows(),
(M3.cols()+2)/  3,
Stride< Dynamic, 3 >  M3.outerStride(), 3 
)

Variable Documentation

MatrixXf M1 = MatrixXf::Random(3,8)

Definition at line 1 of file Tutorial_SlicingCol.cpp.

cout<< "1 column over 3:" << endl << M2 << "\n";typedef Matrix<float,Dynamic,Dynamic,RowMajor> RowMajorMatrixXf

Definition at line 6 of file Tutorial_SlicingCol.cpp.



gtsam
Author(s):
autogenerated on Sat May 8 2021 02:51:43