9 Star 17 Fork 6

Yang9527 / MLTool

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tags.h 421 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yang9527 提交于 2013-07-06 20:46 . 13/07/06 2
#ifndef MLTOOL_TAGS_H
#define MLTOOL_TAGS_H
namespace math{
// kinds of triangular matrixes
struct lower_tag {};
struct upper_tag {};
struct unit_lower_tag : public lower_tag {};
struct unit_upper_tag : public upper_tag {};
struct strict_lower_tag : public lower_tag {};
struct strict_upper_tag : public upper_tag {};
struct scalar_tag{};
struct vector_tag{};
struct matrix_tag{};
}
#endif
C++
1
https://gitee.com/yangmingmin2005/mltool.git
git@gitee.com:yangmingmin2005/mltool.git
yangmingmin2005
mltool
MLTool
master

搜索帮助