NANA
首页
模块
类
文件
文件列表
文件成员
NANA
modules
core
include
core.hpp
浏览该文件的文档.
1
#pragma once
14
#include "
core/nadef.hpp
"
15
#include "
core/Complex.hpp
"
16
#include "
core/graphCore.hpp
"
17
#include "
core/matrix.h
"
18
#include "
core/mat.h
"
19
#include "
core/utility.hpp
"
20
#include "
core/algorithm.h
"
21
22
23
Complex.hpp
实现复数及其运算
algorithm.h
1.实现基类Algorithm
graphCore.hpp
为图论算法实现的基本数据结构
mat.h
实现一个用于矩阵运算的模板类(仍在实现当中)
matrix.h
1.简单矩阵类Matrix(效率不高,但易于理解,很多时候会触发复制构造函数),不同于Mat 2.SpareMatrix 稀疏矩阵 3.CMatrix 复数矩阵
nadef.hpp
数值分析所依赖的定义
utility.hpp
1.实现参数的读写功能
制作者
1.9.2