Go to the source code of this file.
Functions | |
| cout<< "The mapped vector v is: "<< v<< "\n";new(&v) Map< RowVectorXi > (data+4, 5) | |
| Map< RowVectorXi > | v (data, 4) |
Variables | |
| int | data [] = {1,2,3,4,5,6,7,8,9} |
| Map<RowVectorXi> v | ( | data | , |
| 4 | |||
| ) |
| int data[] = {1,2,3,4,5,6,7,8,9} |
Definition at line 1 of file Map_placement_new.cpp.