Public Types | List of all members
trkf::KMatrix< N, M > Struct Template Reference

General matrix, dimension NxM. More...

#include <KalmanLinearAlgebra.h>

Public Types

typedef ublas::matrix< double, ublas::row_major, ublas::bounded_array< double, N *M > > type
 

Detailed Description

template<int N, int M>
struct trkf::KMatrix< N, M >

General matrix, dimension NxM.

Definition at line 70 of file KalmanLinearAlgebra.h.

Member Typedef Documentation

template<int N, int M>
typedef ublas::matrix<double, ublas::row_major, ublas::bounded_array<double, N*M> > trkf::KMatrix< N, M >::type

Definition at line 72 of file KalmanLinearAlgebra.h.


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