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