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

#include <PseudoInverse.hpp>

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

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>
class matrix::GeninvImpl< Type, M, N, 0 >

Definition at line 128 of file PseudoInverse.hpp.

Member Function Documentation

◆ genInvOverdetermined()

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

Definition at line 136 of file PseudoInverse.hpp.

◆ genInvUnderdetermined()

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

Definition at line 131 of file PseudoInverse.hpp.


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