|
|
Home | Main Page | Topics | 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 <cassert>Go to the source code of this file.
Functions | |
| template<typename T> | |
| vnl_matrix_fixed< T, 1, 1 > | vnl_adjugate (const vnl_matrix_fixed< T, 1, 1 > &m) |
| template<typename T> | |
| vnl_matrix_fixed< T, 2, 2 > | vnl_adjugate (const vnl_matrix_fixed< T, 2, 2 > &m) |
| template<typename T> | |
| vnl_matrix_fixed< T, 3, 3 > | vnl_adjugate (const vnl_matrix_fixed< T, 3, 3 > &m) |
| template<typename T> | |
| vnl_matrix_fixed< T, 4, 4 > | vnl_adjugate (const vnl_matrix_fixed< T, 4, 4 > &m) |
| template<typename T> | |
| vnl_matrix< T > | vnl_adjugate_asfixed (const vnl_matrix< T > &m) |
| template<typename T> | |
| vnl_matrix< T > | vnl_cofactor (const vnl_matrix< T > &m) |
| template<typename T> | |
| vnl_matrix_fixed< T, 1, 1 > | vnl_cofactor (const vnl_matrix_fixed< T, 1, 1 > &m) |
| template<typename T> | |
| vnl_matrix_fixed< T, 2, 2 > | vnl_cofactor (const vnl_matrix_fixed< T, 2, 2 > &m) |
| template<typename T> | |
| vnl_matrix_fixed< T, 3, 3 > | vnl_cofactor (const vnl_matrix_fixed< T, 3, 3 > &m) |
| template<typename T> | |
| vnl_matrix_fixed< T, 4, 4 > | vnl_cofactor (const vnl_matrix_fixed< T, 4, 4 > &m) |
| template<typename T> | |
| vnl_vector_fixed< T, 3 > | vnl_cofactor_row1 (const vnl_vector_fixed< T, 3 > &row2, const vnl_vector_fixed< T, 3 > &row3) |
| vnl_matrix_fixed< T, 1, 1 > vnl_adjugate | ( | const vnl_matrix_fixed< T, 1, 1 > & | m | ) |
Definition at line 37 of file vnl_adjugate_fixed.h.
| vnl_matrix_fixed< T, 2, 2 > vnl_adjugate | ( | const vnl_matrix_fixed< T, 2, 2 > & | m | ) |
Definition at line 55 of file vnl_adjugate_fixed.h.
| vnl_matrix_fixed< T, 3, 3 > vnl_adjugate | ( | const vnl_matrix_fixed< T, 3, 3 > & | m | ) |
Definition at line 78 of file vnl_adjugate_fixed.h.
| vnl_matrix_fixed< T, 4, 4 > vnl_adjugate | ( | const vnl_matrix_fixed< T, 4, 4 > & | m | ) |
Definition at line 106 of file vnl_adjugate_fixed.h.
| vnl_matrix< T > vnl_adjugate_asfixed | ( | const vnl_matrix< T > & | m | ) |
Definition at line 157 of file vnl_adjugate_fixed.h.
| vnl_matrix< T > vnl_cofactor | ( | const vnl_matrix< T > & | m | ) |
Definition at line 316 of file vnl_adjugate_fixed.h.
| vnl_matrix_fixed< T, 1, 1 > vnl_cofactor | ( | const vnl_matrix_fixed< T, 1, 1 > & | m | ) |
Definition at line 186 of file vnl_adjugate_fixed.h.
| vnl_matrix_fixed< T, 2, 2 > vnl_cofactor | ( | const vnl_matrix_fixed< T, 2, 2 > & | m | ) |
Definition at line 206 of file vnl_adjugate_fixed.h.
| vnl_matrix_fixed< T, 3, 3 > vnl_cofactor | ( | const vnl_matrix_fixed< T, 3, 3 > & | m | ) |
Definition at line 232 of file vnl_adjugate_fixed.h.
| vnl_matrix_fixed< T, 4, 4 > vnl_cofactor | ( | const vnl_matrix_fixed< T, 4, 4 > & | m | ) |
Definition at line 263 of file vnl_adjugate_fixed.h.
| vnl_vector_fixed< T, 3 > vnl_cofactor_row1 | ( | const vnl_vector_fixed< T, 3 > & | row2, |
| const vnl_vector_fixed< T, 3 > & | row3 ) |
Definition at line 333 of file vnl_adjugate_fixed.h.
Generated on 1774142652 for elastix by 1.15.0 |