メインページ   クラス階層   構成   ファイル一覧   構成メンバ   ファイルメンバ  

int32NDArray.cc

解説を見る。
00001 // N-D Array  manipulations.
00002 /*
00003 
00004 Copyright (C) 2004 John W. Eaton
00005 
00006 This file is part of Octave.
00007 
00008 Octave is free software; you can redistribute it and/or modify it
00009 under the terms of the GNU General Public License as published by the
00010 Free Software Foundation; either version 2, or (at your option) any
00011 later version.
00012 
00013 Octave is distributed in the hope that it will be useful, but WITHOUT
00014 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
00015 FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
00016 for more details.
00017 
00018 You should have received a copy of the GNU General Public License
00019 along with Octave; see the file COPYING.  If not, write to the Free
00020 Software Foundation, 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
00021 
00022 */
00023 
00024 #if defined (__GNUG__) && defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION)
00025 #pragma implementation
00026 #endif
00027 
00028 #ifdef HAVE_CONFIG_H
00029 #include <config.h>
00030 #endif
00031 
00032 #include "int32NDArray.h"
00033 
00034 #include "intNDArray.cc"
00035 
00036 template class intNDArray<octave_int32>;
00037 
00038 template
00039 std::ostream&
00040 operator << (std::ostream& os, const intNDArray<octave_int32>& a);
00041 
00042 template
00043 std::istream&
00044 operator >> (std::istream& is, intNDArray<octave_int32>& a);
00045 
00046 NDS_CMP_OPS (int32NDArray, , octave_int32, )
00047 NDS_BOOL_OPS (int32NDArray, octave_int32, octave_int32 (0))
00048 
00049 SND_CMP_OPS (octave_int32, , int32NDArray, )
00050 SND_BOOL_OPS (octave_int32, int32NDArray, octave_int32 (0))
00051 
00052 NDND_CMP_OPS (int32NDArray, , int32NDArray, )
00053 NDND_BOOL_OPS (int32NDArray, int32NDArray, octave_int32 (0))
00054 
00055 /*
00056 ;;; Local Variables: ***
00057 ;;; mode: C++ ***
00058 ;;; End: ***
00059 */

Wed Dec 29 11:51:37 2004に生成されました。 doxygen1.2.18
SEO [PR] 爆速!無料ブログ 無料ホームページ開設 無料ライブ放送