Go to the source code of this file.
Functions | |
| template<int N, class A1 , class A2 , class A3 > | |
| void | transformCovariance (const FixedMatrix< 3, N, A1 > &A, const FixedMatrix< N, N, A2 > &B, FixedMatrix< 3, 3, A3 > &M) |
| template<int N, class A1 , class A2 , class A3 > | |
| void | transformCovariance (const FixedMatrix< 2, N, A1 > &A, const FixedMatrix< N, N, A2 > &B, FixedMatrix< 2, 2, A3 > &M) |
| template<class A1 , class A2 , class A3 > | |
| void | transformCovariance (const FixedMatrix< 2, 2, A1 > &A, const FixedMatrix< 2, 2, A2 > &B, FixedMatrix< 2, 2, A3 > &M) |
| void transformCovariance | ( | const FixedMatrix< 3, N, A1 > & | A, | |
| const FixedMatrix< N, N, A2 > & | B, | |||
| FixedMatrix< 3, 3, A3 > & | M | |||
| ) | [inline] |
Definition at line 18 of file generated.h.
| void transformCovariance | ( | const FixedMatrix< 2, N, A1 > & | A, | |
| const FixedMatrix< N, N, A2 > & | B, | |||
| FixedMatrix< 2, 2, A3 > & | M | |||
| ) | [inline] |
Definition at line 8 of file generated.h.
| void transformCovariance | ( | const FixedMatrix< 2, 2, A1 > & | A, | |
| const FixedMatrix< 2, 2, A2 > & | B, | |||
| FixedMatrix< 2, 2, A3 > & | M | |||
| ) | [inline] |
Definition at line 2 of file generated.h.