Functions | Variables
Tutorial_Map_rowmajor.cpp File Reference

Go to the source code of this file.

Functions

 cout<< "Column-major:\n"<< Map< Matrix< int, 2, 4 > > (array)<< endl
 
 cout<< "Row-major using stride:\n"<< Map< Matrix< int, 2, 4 >, Unaligned, Stride< 1, 4 > > (array)<< endl
 
 cout<< "Row-major:\n"<< Map< Matrix< int, 2, 4, RowMajor > > (array)<< endl
 
 for (int i=0;i< 8;++i) array[i]
 

Variables

int array [8]
 

Function Documentation

◆ cout<< "Column-major:\n"<< Map< Matrix< int, 2, 4 > >()

cout<< "Column-major:\n"<< Map< Matrix< int, 2, 4 > > ( array  )

◆ cout<< "Row-major using stride:\n"<< Map< Matrix< int, 2, 4 >, Unaligned, Stride< 1, 4 > >()

cout<< "Row-major using stride:\n"<< Map< Matrix< int, 2, 4 >, Unaligned, Stride< 1, 4 > > ( array  )

◆ cout<< "Row-major:\n"<< Map< Matrix< int, 2, 4, RowMajor > >()

cout<< "Row-major:\n"<< Map< Matrix< int, 2, 4, RowMajor > > ( array  )

◆ for()

for ( )

Definition at line 7 of file doc/Code/VisualISAMExample.cpp.

Variable Documentation

◆ array

int array[8]

Definition at line 1 of file Tutorial_Map_rowmajor.cpp.



gtsam
Author(s):
autogenerated on Thu Jun 13 2024 03:11:46