#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 "itkMatrix.hxx"
Go to the source code of this file.
|
template<typename T , unsigned int NRows, unsigned int NColumns> |
std::ostream & | itk::operator<< (std::ostream &os, const Matrix< T, NRows, NColumns > &v) |
|
template<typename T , unsigned int NRows, unsigned int NColumns> |
void | itk::swap (const Matrix< T, NRows, NColumns > &a, const Matrix< T, NRows, NColumns > &b) |
|