Macros | Functions | Variables
testOptionalJacobian.cpp File Reference

Unit test for OptionalJacobian. More...

#include <gtsam/base/Matrix.h>
#include <gtsam/base/OptionalJacobian.h>
#include <CppUnitLite/TestHarness.h>
#include <optional>
#include <functional>
Include dependency graph for testOptionalJacobian.cpp:

Go to the source code of this file.

Macros

#define TEST_CONSTRUCTOR(DIM1, DIM2, X, TRUTHY)
 

Functions

int main ()
 
 TEST (OptionalJacobian, Constructors)
 
void test (OptionalJacobian< 2, 3 > H={})
 
 TEST (OptionalJacobian, Fixed)
 
 TEST (OptionalJacobian, Dynamic)
 
 TEST (OptionalJacobian, Block)
 
void test2 (OptionalJacobian<-1,-1 > H={})
 
void test3 (double add, OptionalJacobian< 2, 1 > H={})
 
void test4 (OptionalJacobian< 2, 3 > H={})
 

Variables

Matrix kTestMatrix = (Matrix23() << 11,12,13,21,22,23).finished()
 

Detailed Description

Unit test for OptionalJacobian.

Author
Frank Dellaert
Date
Nov 28, 2014

Definition in file testOptionalJacobian.cpp.

Macro Definition Documentation

◆ TEST_CONSTRUCTOR

#define TEST_CONSTRUCTOR (   DIM1,
  DIM2,
  X,
  TRUTHY 
)
Value:
{ \
OptionalJacobian<DIM1, DIM2> H(X); \
EXPECT(H == TRUTHY); \
}
set noclip points set clip one set noclip two set bar set border lt lw set xdata set ydata set zdata set x2data set y2data set boxwidth set dummy y set format x g set format y g set format x2 g set format y2 g set format z g set angles radians set nogrid set key title set key left top Right noreverse box linetype linewidth samplen spacing width set nolabel set noarrow set nologscale set logscale x set set pointsize set encoding default set nopolar set noparametric set set set set surface set nocontour set clabel set mapping cartesian set nohidden3d set cntrparam order set cntrparam linear set cntrparam levels auto set cntrparam points set size set set xzeroaxis lt lw set x2zeroaxis lt lw set yzeroaxis lt lw set y2zeroaxis lt lw set tics in set ticslevel set tics set mxtics default set mytics default set mx2tics default set my2tics default set xtics border mirror norotate autofreq set ytics border mirror norotate autofreq set ztics border nomirror norotate autofreq set nox2tics set noy2tics set timestamp bottom norotate set rrange [*:*] noreverse nowriteback set trange [*:*] noreverse nowriteback set urange [*:*] noreverse nowriteback set vrange [*:*] noreverse nowriteback set xlabel matrix size set x2label set timefmt d m y n H
#define X
Definition: icosphere.cpp:20

Definition at line 30 of file testOptionalJacobian.cpp.

Function Documentation

◆ main()

int main ( void  )

Definition at line 176 of file testOptionalJacobian.cpp.

◆ TEST() [1/4]

TEST ( OptionalJacobian  ,
Constructors   
)

Definition at line 35 of file testOptionalJacobian.cpp.

◆ test()

void test ( OptionalJacobian< 2, 3 >  H = {})

Definition at line 63 of file testOptionalJacobian.cpp.

◆ TEST() [2/4]

TEST ( OptionalJacobian  ,
Fixed   
)

Definition at line 68 of file testOptionalJacobian.cpp.

◆ TEST() [3/4]

TEST ( OptionalJacobian  ,
Dynamic   
)

Definition at line 128 of file testOptionalJacobian.cpp.

◆ TEST() [4/4]

TEST ( OptionalJacobian  ,
Block   
)

Definition at line 165 of file testOptionalJacobian.cpp.

◆ test2()

void test2 ( OptionalJacobian<-1,-1 >  H = {})

Definition at line 123 of file testOptionalJacobian.cpp.

◆ test3()

void test3 ( double  add,
OptionalJacobian< 2, 1 >  H = {} 
)

Definition at line 152 of file testOptionalJacobian.cpp.

◆ test4()

void test4 ( OptionalJacobian< 2, 3 >  H = {})

Definition at line 157 of file testOptionalJacobian.cpp.

Variable Documentation

◆ kTestMatrix

Matrix kTestMatrix = (Matrix23() << 11,12,13,21,22,23).finished()

Definition at line 61 of file testOptionalJacobian.cpp.



gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:40:56