![]() |
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <vnl/vnl_matrix_fixed.h>
#include <vnl/vnl_vector_fixed.h>
#include <vnl/vnl_matrix.h>
#include <vnl/vnl_det.h>
#include <vcl_cassert.h>
Go to the source code of this file.
Functions | |
template<class T > | |
vnl_matrix_fixed< T, 1, 1 > | vnl_adjugate (vnl_matrix_fixed< T, 1, 1 > const &m) |
template<class T > | |
vnl_matrix_fixed< T, 2, 2 > | vnl_adjugate (vnl_matrix_fixed< T, 2, 2 > const &m) |
template<class T > | |
vnl_matrix_fixed< T, 3, 3 > | vnl_adjugate (vnl_matrix_fixed< T, 3, 3 > const &m) |
template<class T > | |
vnl_matrix_fixed< T, 4, 4 > | vnl_adjugate (vnl_matrix_fixed< T, 4, 4 > const &m) |
template<class T > | |
vnl_matrix< T > | vnl_adjugate_asfixed (vnl_matrix< T > const &m) |
template<class T > | |
vnl_matrix_fixed< T, 1, 1 > | vnl_cofactor (vnl_matrix_fixed< T, 1, 1 > const &m) |
template<class T > | |
vnl_matrix_fixed< T, 2, 2 > | vnl_cofactor (vnl_matrix_fixed< T, 2, 2 > const &m) |
template<class T > | |
vnl_matrix_fixed< T, 3, 3 > | vnl_cofactor (vnl_matrix_fixed< T, 3, 3 > const &m) |
template<class T > | |
vnl_matrix_fixed< T, 4, 4 > | vnl_cofactor (vnl_matrix_fixed< T, 4, 4 > const &m) |
template<class T > | |
vnl_matrix< T > | vnl_cofactor (vnl_matrix< T > const &m) |
template<class T > | |
vnl_vector_fixed< T, 3 > | vnl_cofactor_row1 (vnl_vector_fixed< T, 3 > const &row2, vnl_vector_fixed< T, 3 > const &row3) |
vnl_matrix_fixed<T,1,1> vnl_adjugate | ( | vnl_matrix_fixed< T, 1, 1 > const & | m | ) |
Definition at line 35 of file vnl_adjugate_fixed.h.
vnl_matrix_fixed<T,2,2> vnl_adjugate | ( | vnl_matrix_fixed< T, 2, 2 > const & | m | ) |
Definition at line 52 of file vnl_adjugate_fixed.h.
vnl_matrix_fixed<T,3,3> vnl_adjugate | ( | vnl_matrix_fixed< T, 3, 3 > const & | m | ) |
Definition at line 72 of file vnl_adjugate_fixed.h.
vnl_matrix_fixed<T,4,4> vnl_adjugate | ( | vnl_matrix_fixed< T, 4, 4 > const & | m | ) |
Definition at line 99 of file vnl_adjugate_fixed.h.
vnl_matrix<T> vnl_adjugate_asfixed | ( | vnl_matrix< T > const & | m | ) |
Definition at line 149 of file vnl_adjugate_fixed.h.
vnl_matrix_fixed<T,1,1> vnl_cofactor | ( | vnl_matrix_fixed< T, 1, 1 > const & | m | ) |
Definition at line 177 of file vnl_adjugate_fixed.h.
vnl_matrix_fixed<T,2,2> vnl_cofactor | ( | vnl_matrix_fixed< T, 2, 2 > const & | m | ) |
Definition at line 196 of file vnl_adjugate_fixed.h.
vnl_matrix_fixed<T,3,3> vnl_cofactor | ( | vnl_matrix_fixed< T, 3, 3 > const & | m | ) |
Definition at line 219 of file vnl_adjugate_fixed.h.
vnl_matrix_fixed<T,4,4> vnl_cofactor | ( | vnl_matrix_fixed< T, 4, 4 > const & | m | ) |
Definition at line 249 of file vnl_adjugate_fixed.h.
vnl_matrix<T> vnl_cofactor | ( | vnl_matrix< T > const & | m | ) |
Definition at line 301 of file vnl_adjugate_fixed.h.
vnl_vector_fixed<T,3> vnl_cofactor_row1 | ( | vnl_vector_fixed< T, 3 > const & | row2, |
vnl_vector_fixed< T, 3 > const & | row3 | ||
) |
Definition at line 317 of file vnl_adjugate_fixed.h.
Generated on 07-03-2016 for elastix by ![]() |
![]() |