Macros
vnl_qr.hxx File Reference
#include <iostream>
#include <complex>
#include "vnl_qr.h"
#include <cassert>
#include <vnl/vnl_math.h>
#include <vnl/vnl_complex.h>
#include <vnl/vnl_matlab_print.h>
#include <vnl/vnl_complex_traits.h>
#include <vnl/algo/vnl_netlib.h>

Go to the source code of this file.

Macros

#define VNL_QR_INSTANTIATE(T)
 

Detailed Description

Author
Andrew W. Fitzgibbon, Oxford RRG
Date
08 Dec 1996

Definition in file vnl_qr.hxx.

Macro Definition Documentation

◆ VNL_QR_INSTANTIATE

#define VNL_QR_INSTANTIATE (   T)
Value:
template class VNL_ALGO_EXPORT vnl_qr<T >; \
/*template VNL_EXPORT T vnl_qr_determinant(vnl_matrix<T > const&) */
Extract the Q*R decomposition of matrix M.
Definition: vnl_algo_fwd.h:8

Definition at line 307 of file vnl_qr.hxx.