WPILibC++ 2025.1.1
Loading...
Searching...
No Matches
apriltag_math.h File Reference
#include <math.h>

Go to the source code of this file.

Functions

static void mat33_chol (const double *A, double *R)
 
static void mat33_lower_tri_inv (const double *A, double *R)
 
static void mat33_sym_solve (const double *A, const double *B, double *R)
 

Function Documentation

◆ mat33_chol()

static void mat33_chol ( const double * A,
double * R )
inlinestatic

◆ mat33_lower_tri_inv()

static void mat33_lower_tri_inv ( const double * A,
double * R )
inlinestatic

◆ mat33_sym_solve()

static void mat33_sym_solve ( const double * A,
const double * B,
double * R )
inlinestatic