vnl_double_4x4.h
来自「InsightToolkit-1.4.0(有大量的优化算法程序)」· C头文件 代码 · 共 24 行
H
24 行
// This is vxl/vnl/vnl_double_4x4.h
#ifndef vnl_double_4x4_h_
#define vnl_double_4x4_h_
#ifdef VCL_NEEDS_PRAGMA_INTERFACE
#pragma interface
#endif
//:
// \file
// \brief 4x4 matrix of double
//
// vnl_double_4x4 is a vnl_matrix<double> of fixed size 4x4. It is
// merely a typedef for vnl_matrix_fixed<double,4,4>
//
// \author Andrew W. Fitzgibbon, Oxford RRG
// \date 04 Aug 96
//
//-----------------------------------------------------------------------------
#include <vnl/vnl_matrix_fixed.h>
typedef vnl_matrix_fixed<double,4,4> vnl_double_4x4;
#endif // vnl_double_4x4_h_
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?