Tutorial_AdvancedInitialization_ThreeWays.cpp File Reference

Functions

MatrixXd mat1 (size, size)
 
mat1 topLeftCorner (size/2, size/2)
 
mat1 topRightCorner (size/2, size/2)
 
mat1 bottomLeftCorner (size/2, size/2)
 
mat1 bottomRightCorner (size/2, size/2)
 

Variables

const int size = 6
 

Function Documentation

◆ bottomLeftCorner()

mat1 bottomLeftCorner ( size 2,
size 2 
)

Referenced by corners().

◆ bottomRightCorner()

mat1 bottomRightCorner ( size 2,
size 2 
)

Referenced by corners().

◆ mat1()

◆ topLeftCorner()

mat1 topLeftCorner ( size 2,
size 2 
)

◆ topRightCorner()

mat1 topRightCorner ( size 2,
size 2 
)

Referenced by corners().

Variable Documentation

◆ size

const int size = 6