PX4 Firmware
PX4 Autopilot Software http://px4.io
matrix::GeninvImpl< Type, M, N, R > Class Template Reference

Geninv implementation detail. More...

#include <PseudoInverse.hpp>

Collaboration diagram for matrix::GeninvImpl< Type, M, N, R >:

Static Public Member Functions

static Matrix< Type, N, M > genInvUnderdetermined (const Matrix< Type, M, N > &G, const Matrix< Type, M, M > &L, size_t rank)
 
static Matrix< Type, N, M > genInvOverdetermined (const Matrix< Type, M, N > &G, const Matrix< Type, N, N > &L, size_t rank)
 

Detailed Description

template<typename Type, size_t M, size_t N, size_t R>
class matrix::GeninvImpl< Type, M, N, R >

Geninv implementation detail.

Definition at line 25 of file PseudoInverse.hpp.

Member Function Documentation

◆ genInvOverdetermined()

template<typename Type , size_t M, size_t N, size_t R>
static Matrix<Type, N, M> matrix::GeninvImpl< Type, M, N, R >::genInvOverdetermined ( const Matrix< Type, M, N > &  G,
const Matrix< Type, N, N > &  L,
size_t  rank 
)
inlinestatic

Definition at line 106 of file PseudoInverse.hpp.

Referenced by matrix::geninv(), and main().

Here is the caller graph for this function:

◆ genInvUnderdetermined()

template<typename Type , size_t M, size_t N, size_t R>
static Matrix<Type, N, M> matrix::GeninvImpl< Type, M, N, R >::genInvUnderdetermined ( const Matrix< Type, M, N > &  G,
const Matrix< Type, M, M > &  L,
size_t  rank 
)
inlinestatic

Definition at line 87 of file PseudoInverse.hpp.

Referenced by matrix::geninv(), and main().

Here is the caller graph for this function:

The documentation for this class was generated from the following file: