1 Star 0 Fork 0

爱丽丝妹妹与数学妖精/TensorLab

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
matrix 966 Bytes
一键复制 编辑 原始数据 按行查看 历史
AuroraKarow 提交于 2022-05-13 00:27 . Decouple layer structure
#pragma once
#include "async"
// namespace
#define MATRIX_BEGIN namespace mtx {
#define MATRIX_END }
#define MATRIX std::unique_ptr<double[]>
#define MATRIX_NULL nullptr
#define MATRIX_EQ_LU true
#define MATRIX_EQ_JACOBI false
#define MATRIX_POS mtx::mtx_pos
#define MATRIX_INFO mtx::mtx_info
#define MATRIX_EXTREME mtx::mtx_extm
#define MATRIX_ELEM_MULT 0
#define MATRIX_ELEM_DIV 1
#define MATRIX_ELEM_POW 2
#include "matrix.hpp"
#define vect mtx::matrix
#define feature bagrt::net_queue<vect>
#define tensor bagrt::net_queue<feature>
#define blank_vect vect::blank_matrix()
#define blank_feature feature::blank_queue()
#define blank_tensor tensor::blank_queue()
#define blank_vect_seq blank_feature
#define blank_ft_seq blank_tensor
#define blank_ten_seq bagrt::net_queue<tensor>::blank_queue()
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/AliceSisMathElf/TensorLab.git
[email protected]:AliceSisMathElf/TensorLab.git
AliceSisMathElf
TensorLab
TensorLab
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385