Macros
vnl_matrix_fixed_ref.hxx File Reference
#include <cmath>
#include <iostream>
#include <cstdlib>
#include "vnl_matrix_fixed_ref.h"
#include <cassert>
#include <vnl/vnl_error.h>
#include <vnl/vnl_math.h>

Go to the source code of this file.

Macros

#define VNL_MATRIX_FIXED_REF_INSTANTIATE(T, m, n)
 

Macro Definition Documentation

◆ VNL_MATRIX_FIXED_REF_INSTANTIATE

#define VNL_MATRIX_FIXED_REF_INSTANTIATE (   T,
  m,
 
)
Value:
template class VNL_EXPORT vnl_matrix_fixed_ref_const<T, m, n >; \
template class VNL_EXPORT vnl_matrix_fixed_ref<T, m, n >
Fixed size stack-stored vnl_matrix.
Definition: vnl_fwd.h:27

Definition at line 623 of file vnl_matrix_fixed_ref.hxx.