tensor3.h
来自「高效的c++科学算法库」· C头文件 代码 · 共 37 行
H
37 行
/* -*- c++ -*- *********************************************************************** * Scientific Library (GNU Public Licence) * * Provides a dense 3 indexes stucture * * Author: Pierre Aubert paubert@mathinsa.insa-lyon.fr * * $Id: tensor3.h,v 1.2 1998/11/16 17:22:12 paubert Exp $ * * Suggestions: sl@mathinsa.insa-lyon.fr * Bugs: sl-bugs@mathinsa.insa-lyon.fr * * For more information, please see the sl++ Home Page: * http://wwwinfo.cern.ch/~ldeniau/sl.html * *********************************************************************** */#ifndef SL_MATRIX_STRUCTURES_TENSOR3_H#define SL_MATRIX_STRUCTURES_TENSOR3_H#ifndef SL_MATRIX_STRUCTURES_H#error <sl/matrix/structures/tensor3.h> requires <sl/matrix/structures.h>#endif// include specifications#include <sl/matrix/structures/tensor3/tensor3.h>// include iterators#include <sl/matrix/structures/tensor3/iterator.h>// DON'T include implementation they are not TEMPLATED definitions #endif// end of SL_MATRIX_STRUCTURES_TENSOR3_H definition(s)// do not write anything after this line!
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?