#include "itkPoint.h"
#include "itkCovariantVector.h"
#include <vxl_version.h>
#include "vnl/vnl_matrix_fixed.hxx"
#include "vnl/vnl_transpose.h"
#include "vnl/algo/vnl_matrix_inverse.h"
#include "vnl/vnl_matrix.h"
#include "vnl/algo/vnl_determinant.h"
#include "itkMath.h"
#include <type_traits>
#include "itkMatrix.hxx"
Go to the source code of this file.
|
template<typename T , unsigned int VRows, unsigned int VColumns> |
std::ostream & | itk::operator<< (std::ostream &os, const Matrix< T, VRows, VColumns > &v) |
|
template<typename T , unsigned int VRows, unsigned int VColumns> |
void | itk::swap (const Matrix< T, VRows, VColumns > &a, const Matrix< T, VRows, VColumns > &b) |
|