📄 vnl_float_2x2.h
字号:
// This is core/vnl/vnl_float_2x2.h
#ifndef vnl_float_2x2_h_
#define vnl_float_2x2_h_
#ifdef VCL_NEEDS_PRAGMA_INTERFACE
#pragma interface
#endif
//:
// \file
// \brief 2x2 matrix of float
//
// vnl_float_2x2 is a vnl_matrix<float> of fixed size 2x2. It is
// merely a typedef for vnl_matrix_fixed<float,2,2>
//
// \author Peter Vanroose
// \date 9 Febr 2003
//
//-----------------------------------------------------------------------------
#include <vnl/vnl_matrix_fixed.h>
typedef vnl_matrix_fixed<float,2,2> vnl_float_2x2;
#endif // vnl_float_2x2_h_
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -