LLT_solve.cpp File Reference

Go to the source code of this file.

Typedefs

typedef Matrix< float, Dynamic, 2 > DataMatrix
 

Variables

VectorXf elevations
 
DataMatrix samples
 
Matrix< float, 2, 1 > xy
 

Typedef Documentation

◆ DataMatrix

typedef Matrix<float,Dynamic,2> DataMatrix

Definition at line 1 of file LLT_solve.cpp.

Variable Documentation

◆ elevations

VectorXf elevations

Definition at line 4 of file LLT_solve.cpp.

◆ samples

DataMatrix samples

Definition at line 3 of file LLT_solve.cpp.

◆ xy

Matrix<float,2,1> xy

Definition at line 6 of file LLT_solve.cpp.