mirror of
https://github.com/boostorg/multi_array.git
synced 2025-05-12 05:41:37 +00:00
Updated/Added/Corrected license information for source files.
[SVN r21048]
This commit is contained in:
parent
5e3d128254
commit
0588a31e72
@ -1,3 +1,15 @@
|
|||||||
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
|
|
||||||
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// Boost.MultiArray Library
|
||||||
|
// Authors: Ronald Garcia
|
||||||
|
// Jeremy Siek
|
||||||
|
// Andrew Lumsdaine
|
||||||
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include "boost/multi_array.hpp"
|
#include "boost/multi_array.hpp"
|
||||||
#include "boost/cstdlib.hpp"
|
#include "boost/cstdlib.hpp"
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
|
|
||||||
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// Boost.MultiArray Library
|
||||||
|
// Authors: Ronald Garcia
|
||||||
|
// Jeremy Siek
|
||||||
|
// Andrew Lumsdaine
|
||||||
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
|
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include "boost/multi_array.hpp"
|
#include "boost/multi_array.hpp"
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
|
|
||||||
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// Boost.MultiArray Library
|
||||||
|
// Authors: Ronald Garcia
|
||||||
|
// Jeremy Siek
|
||||||
|
// Andrew Lumsdaine
|
||||||
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
#ifndef FOR_EACH_HPP
|
#ifndef FOR_EACH_HPP
|
||||||
#define FOR_EACH_HPP
|
#define FOR_EACH_HPP
|
||||||
|
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
|
|
||||||
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// Boost.MultiArray Library
|
||||||
|
// Authors: Ronald Garcia
|
||||||
|
// Jeremy Siek
|
||||||
|
// Andrew Lumsdaine
|
||||||
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
// foreach_test.cpp
|
// foreach_test.cpp
|
||||||
// Let's see if this stuff works
|
// Let's see if this stuff works
|
||||||
|
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
|
|
||||||
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// Boost.MultiArray Library
|
||||||
|
// Authors: Ronald Garcia
|
||||||
|
// Jeremy Siek
|
||||||
|
// Andrew Lumsdaine
|
||||||
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
#include "boost/multi_array.hpp"
|
#include "boost/multi_array.hpp"
|
||||||
#include "for_each.hpp"
|
#include "for_each.hpp"
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
|
|
||||||
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// Boost.MultiArray Library
|
||||||
|
// Authors: Ronald Garcia
|
||||||
|
// Jeremy Siek
|
||||||
|
// Andrew Lumsdaine
|
||||||
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
|
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include "boost/multi_array.hpp"
|
#include "boost/multi_array.hpp"
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
|
|
||||||
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// Boost.MultiArray Library
|
||||||
|
// Authors: Ronald Garcia
|
||||||
|
// Jeremy Siek
|
||||||
|
// Andrew Lumsdaine
|
||||||
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include "boost/multi_array.hpp"
|
#include "boost/multi_array.hpp"
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
|
|
||||||
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// Boost.MultiArray Library
|
||||||
|
// Authors: Ronald Garcia
|
||||||
|
// Jeremy Siek
|
||||||
|
// Andrew Lumsdaine
|
||||||
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
|
|
||||||
#include "boost/multi_array.hpp"
|
#include "boost/multi_array.hpp"
|
||||||
#include "boost/cstdlib.hpp"
|
#include "boost/cstdlib.hpp"
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
|
|
||||||
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// Boost.MultiArray Library
|
||||||
|
// Authors: Ronald Garcia
|
||||||
|
// Jeremy Siek
|
||||||
|
// Andrew Lumsdaine
|
||||||
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
|
|
||||||
#include "boost/multi_array.hpp"
|
#include "boost/multi_array.hpp"
|
||||||
#include "boost/cstdlib.hpp"
|
#include "boost/cstdlib.hpp"
|
||||||
|
@ -1,15 +1,13 @@
|
|||||||
// Copyright (C) 2002 Ronald Garcia
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
//
|
|
||||||
// Permission to copy, use, sell and distribute this software is granted
|
|
||||||
// provided this copyright notice appears in all copies.
|
|
||||||
// Permission to modify the code and to distribute modified code is granted
|
|
||||||
// provided this copyright notice appears in all copies, and a notice
|
|
||||||
// that the code was modified is included with the copyright notice.
|
|
||||||
//
|
|
||||||
// This software is provided "as is" without express or implied warranty,
|
|
||||||
// and with no claim as to its suitability for any purpose.
|
|
||||||
//
|
|
||||||
|
|
||||||
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// Boost.MultiArray Library
|
||||||
|
// Authors: Ronald Garcia
|
||||||
|
// Jeremy Siek
|
||||||
|
// Andrew Lumsdaine
|
||||||
// See http://www.boost.org/libs/multi_array for documentation.
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
#ifndef BOOST_MULTI_ARRAY_RG071801_HPP
|
#ifndef BOOST_MULTI_ARRAY_RG071801_HPP
|
||||||
|
@ -26,17 +26,18 @@
|
|||||||
// representations about the suitability of this software for any
|
// representations about the suitability of this software for any
|
||||||
// purpose. It is provided "as is" without express or implied warranty.
|
// purpose. It is provided "as is" without express or implied warranty.
|
||||||
//
|
//
|
||||||
// Copyright (C) 2002 Ronald Garcia
|
|
||||||
//
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
// Permission to copy, use, sell and distribute this software is granted
|
|
||||||
// provided this copyright notice appears in all copies.
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
// Permission to modify the code and to distribute modified code is granted
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
// provided this copyright notice appears in all copies, and a notice
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
// that the code was modified is included with the copyright notice.
|
|
||||||
//
|
// Boost.MultiArray Library
|
||||||
// This software is provided "as is" without express or implied warranty,
|
// Authors: Ronald Garcia
|
||||||
// and with no claim as to its suitability for any purpose.
|
// Jeremy Siek
|
||||||
//
|
// Andrew Lumsdaine
|
||||||
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
|
|
||||||
#include "boost/iterator.hpp"
|
#include "boost/iterator.hpp"
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
// Copyright (C) 2002 Ronald Garcia
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
//
|
|
||||||
// Permission to copy, use, sell and distribute this software is granted
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
// provided this copyright notice appears in all copies.
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
// Permission to modify the code and to distribute modified code is granted
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
// provided this copyright notice appears in all copies, and a notice
|
|
||||||
// that the code was modified is included with the copyright notice.
|
// Boost.MultiArray Library
|
||||||
//
|
// Authors: Ronald Garcia
|
||||||
// This software is provided "as is" without express or implied warranty,
|
// Jeremy Siek
|
||||||
// and with no claim as to its suitability for any purpose.
|
// Andrew Lumsdaine
|
||||||
//
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
#ifndef BASE_RG071801_HPP
|
#ifndef BASE_RG071801_HPP
|
||||||
#define BASE_RG071801_HPP
|
#define BASE_RG071801_HPP
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
// Copyright (C) 2002 Ronald Garcia
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
//
|
|
||||||
// Permission to copy, use, sell and distribute this software is granted
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
// provided this copyright notice appears in all copies.
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
// Permission to modify the code and to distribute modified code is granted
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
// provided this copyright notice appears in all copies, and a notice
|
|
||||||
// that the code was modified is included with the copyright notice.
|
// Boost.MultiArray Library
|
||||||
//
|
// Authors: Ronald Garcia
|
||||||
// This software is provided "as is" without express or implied warranty,
|
// Jeremy Siek
|
||||||
// and with no claim as to its suitability for any purpose.
|
// Andrew Lumsdaine
|
||||||
//
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
#ifndef COLLECTION_CONCEPT_RG103101_HPP
|
#ifndef COLLECTION_CONCEPT_RG103101_HPP
|
||||||
#define COLLECTION_CONCEPT_RG103101_HPP
|
#define COLLECTION_CONCEPT_RG103101_HPP
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
// Copyright (C) 2002 Ronald Garcia
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
//
|
|
||||||
// Permission to copy, use, sell and distribute this software is granted
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
// provided this copyright notice appears in all copies.
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
// Permission to modify the code and to distribute modified code is granted
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
// provided this copyright notice appears in all copies, and a notice
|
|
||||||
// that the code was modified is included with the copyright notice.
|
// Boost.MultiArray Library
|
||||||
//
|
// Authors: Ronald Garcia
|
||||||
// This software is provided "as is" without express or implied warranty,
|
// Jeremy Siek
|
||||||
// and with no claim as to its suitability for any purpose.
|
// Andrew Lumsdaine
|
||||||
//
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
#ifndef BOOST_MULTI_ARRAY_CONCEPT_CHECKS_RG110101_HPP
|
#ifndef BOOST_MULTI_ARRAY_CONCEPT_CHECKS_RG110101_HPP
|
||||||
#define BOOST_MULTI_ARRAY_CONCEPT_CHECKS_RG110101_HPP
|
#define BOOST_MULTI_ARRAY_CONCEPT_CHECKS_RG110101_HPP
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
// Copyright (C) 2002 Ronald Garcia
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
//
|
|
||||||
// Permission to copy, use, sell and distribute this software is granted
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
// provided this copyright notice appears in all copies.
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
// Permission to modify the code and to distribute modified code is granted
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
// provided this copyright notice appears in all copies, and a notice
|
|
||||||
// that the code was modified is included with the copyright notice.
|
// Boost.MultiArray Library
|
||||||
//
|
// Authors: Ronald Garcia
|
||||||
// This software is provided "as is" without express or implied warranty,
|
// Jeremy Siek
|
||||||
// and with no claim as to its suitability for any purpose.
|
// Andrew Lumsdaine
|
||||||
//
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
#ifndef COPY_ARRAY_RG092101_HPP
|
#ifndef COPY_ARRAY_RG092101_HPP
|
||||||
#define COPY_ARRAY_RG092101_HPP
|
#define COPY_ARRAY_RG092101_HPP
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
// Copyright (C) 2002 Ronald Garcia
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
//
|
|
||||||
// Permission to copy, use, sell and distribute this software is granted
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
// provided this copyright notice appears in all copies.
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
// Permission to modify the code and to distribute modified code is granted
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
// provided this copyright notice appears in all copies, and a notice
|
|
||||||
// that the code was modified is included with the copyright notice.
|
// Boost.MultiArray Library
|
||||||
//
|
// Authors: Ronald Garcia
|
||||||
// This software is provided "as is" without express or implied warranty,
|
// Jeremy Siek
|
||||||
// and with no claim as to its suitability for any purpose.
|
// Andrew Lumsdaine
|
||||||
//
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
#ifndef BOOST_EXTENT_GEN_RG071801_HPP
|
#ifndef BOOST_EXTENT_GEN_RG071801_HPP
|
||||||
#define BOOST_EXTENT_GEN_RG071801_HPP
|
#define BOOST_EXTENT_GEN_RG071801_HPP
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
// Copyright (C) 2002 Ronald Garcia
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
//
|
|
||||||
// Permission to copy, use, sell and distribute this software is granted
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
// provided this copyright notice appears in all copies.
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
// Permission to modify the code and to distribute modified code is granted
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
// provided this copyright notice appears in all copies, and a notice
|
|
||||||
// that the code was modified is included with the copyright notice.
|
// Boost.MultiArray Library
|
||||||
//
|
// Authors: Ronald Garcia
|
||||||
// This software is provided "as is" without express or implied warranty,
|
// Jeremy Siek
|
||||||
// and with no claim as to its suitability for any purpose.
|
// Andrew Lumsdaine
|
||||||
//
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
#ifndef BOOST_EXTENT_RANGE_RG071801_HPP
|
#ifndef BOOST_EXTENT_RANGE_RG071801_HPP
|
||||||
#define BOOST_EXTENT_RANGE_RG071801_HPP
|
#define BOOST_EXTENT_RANGE_RG071801_HPP
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
// Copyright (C) 2002 Ronald Garcia
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
//
|
|
||||||
// Permission to copy, use, sell and distribute this software is granted
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
// provided this copyright notice appears in all copies.
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
// Permission to modify the code and to distribute modified code is granted
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
// provided this copyright notice appears in all copies, and a notice
|
|
||||||
// that the code was modified is included with the copyright notice.
|
// Boost.MultiArray Library
|
||||||
//
|
// Authors: Ronald Garcia
|
||||||
// This software is provided "as is" without express or implied warranty,
|
// Jeremy Siek
|
||||||
// and with no claim as to its suitability for any purpose.
|
// Andrew Lumsdaine
|
||||||
//
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
#ifndef BOOST_INDEX_GEN_RG071801_HPP
|
#ifndef BOOST_INDEX_GEN_RG071801_HPP
|
||||||
#define BOOST_INDEX_GEN_RG071801_HPP
|
#define BOOST_INDEX_GEN_RG071801_HPP
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
// Copyright (C) 2002 Ronald Garcia
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
//
|
|
||||||
// Permission to copy, use, sell and distribute this software is granted
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
// provided this copyright notice appears in all copies.
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
// Permission to modify the code and to distribute modified code is granted
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
// provided this copyright notice appears in all copies, and a notice
|
|
||||||
// that the code was modified is included with the copyright notice.
|
// Boost.MultiArray Library
|
||||||
//
|
// Authors: Ronald Garcia
|
||||||
// This software is provided "as is" without express or implied warranty,
|
// Jeremy Siek
|
||||||
// and with no claim as to its suitability for any purpose.
|
// Andrew Lumsdaine
|
||||||
//
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
#ifndef BOOST_INDEX_RANGE_RG071801_HPP
|
#ifndef BOOST_INDEX_RANGE_RG071801_HPP
|
||||||
#define BOOST_INDEX_RANGE_RG071801_HPP
|
#define BOOST_INDEX_RANGE_RG071801_HPP
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
// Copyright (C) 2002 Ronald Garcia
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
//
|
|
||||||
// Permission to copy, use, sell and distribute this software is granted
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
// provided this copyright notice appears in all copies.
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
// Permission to modify the code and to distribute modified code is granted
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
// provided this copyright notice appears in all copies, and a notice
|
|
||||||
// that the code was modified is included with the copyright notice.
|
// Boost.MultiArray Library
|
||||||
//
|
// Authors: Ronald Garcia
|
||||||
// This software is provided "as is" without express or implied warranty,
|
// Jeremy Siek
|
||||||
// and with no claim as to its suitability for any purpose.
|
// Andrew Lumsdaine
|
||||||
//
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
#ifndef ITERATOR_RG071801_HPP
|
#ifndef ITERATOR_RG071801_HPP
|
||||||
#define ITERATOR_RG071801_HPP
|
#define ITERATOR_RG071801_HPP
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
// Copyright (C) 2002 Ronald Garcia
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
//
|
|
||||||
// Permission to copy, use, sell and distribute this software is granted
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
// provided this copyright notice appears in all copies.
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
// Permission to modify the code and to distribute modified code is granted
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
// provided this copyright notice appears in all copies, and a notice
|
|
||||||
// that the code was modified is included with the copyright notice.
|
// Boost.MultiArray Library
|
||||||
//
|
// Authors: Ronald Garcia
|
||||||
// This software is provided "as is" without express or implied warranty,
|
// Jeremy Siek
|
||||||
// and with no claim as to its suitability for any purpose.
|
// Andrew Lumsdaine
|
||||||
//
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
#ifndef BOOST_MULTI_ARRAY_REF_RG071801_HPP
|
#ifndef BOOST_MULTI_ARRAY_REF_RG071801_HPP
|
||||||
#define BOOST_MULTI_ARRAY_REF_RG071801_HPP
|
#define BOOST_MULTI_ARRAY_REF_RG071801_HPP
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
// Copyright (C) 2002 Ronald Garcia
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
//
|
|
||||||
// Permission to copy, use, sell and distribute this software is granted
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
// provided this copyright notice appears in all copies.
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
// Permission to modify the code and to distribute modified code is granted
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
// provided this copyright notice appears in all copies, and a notice
|
|
||||||
// that the code was modified is included with the copyright notice.
|
// Boost.MultiArray Library
|
||||||
//
|
// Authors: Ronald Garcia
|
||||||
// This software is provided "as is" without express or implied warranty,
|
// Jeremy Siek
|
||||||
// and with no claim as to its suitability for any purpose.
|
// Andrew Lumsdaine
|
||||||
//
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
#ifndef RANGE_LIST_RG072501_HPP
|
#ifndef RANGE_LIST_RG072501_HPP
|
||||||
#define RANGE_LIST_RG072501_HPP
|
#define RANGE_LIST_RG072501_HPP
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
// Copyright (C) 2002 Ronald Garcia
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
//
|
|
||||||
// Permission to copy, use, sell and distribute this software is granted
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
// provided this copyright notice appears in all copies.
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
// Permission to modify the code and to distribute modified code is granted
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
// provided this copyright notice appears in all copies, and a notice
|
|
||||||
// that the code was modified is included with the copyright notice.
|
// Boost.MultiArray Library
|
||||||
//
|
// Authors: Ronald Garcia
|
||||||
// This software is provided "as is" without express or implied warranty,
|
// Jeremy Siek
|
||||||
// and with no claim as to its suitability for any purpose.
|
// Andrew Lumsdaine
|
||||||
//
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
#ifndef BOOST_STORAGE_ORDER_RG071801_HPP
|
#ifndef BOOST_STORAGE_ORDER_RG071801_HPP
|
||||||
#define BOOST_STORAGE_ORDER_RG071801_HPP
|
#define BOOST_STORAGE_ORDER_RG071801_HPP
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
// Copyright (C) 2002 Ronald Garcia
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
//
|
|
||||||
// Permission to copy, use, sell and distribute this software is granted
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
// provided this copyright notice appears in all copies.
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
// Permission to modify the code and to distribute modified code is granted
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
// provided this copyright notice appears in all copies, and a notice
|
|
||||||
// that the code was modified is included with the copyright notice.
|
// Boost.MultiArray Library
|
||||||
//
|
// Authors: Ronald Garcia
|
||||||
// This software is provided "as is" without express or implied warranty,
|
// Jeremy Siek
|
||||||
// and with no claim as to its suitability for any purpose.
|
// Andrew Lumsdaine
|
||||||
//
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
#ifndef SUBARRAY_RG071801_HPP
|
#ifndef SUBARRAY_RG071801_HPP
|
||||||
#define SUBARRAY_RG071801_HPP
|
#define SUBARRAY_RG071801_HPP
|
||||||
|
@ -1,14 +1,15 @@
|
|||||||
// Copyright (C) 2002 Ronald Garcia
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
//
|
|
||||||
// Permission to copy, use, sell and distribute this software is granted
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
// provided this copyright notice appears in all copies.
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
// Permission to modify the code and to distribute modified code is granted
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
// provided this copyright notice appears in all copies, and a notice
|
|
||||||
// that the code was modified is included with the copyright notice.
|
// Boost.MultiArray Library
|
||||||
//
|
// Authors: Ronald Garcia
|
||||||
// This software is provided "as is" without express or implied warranty,
|
// Jeremy Siek
|
||||||
// and with no claim as to its suitability for any purpose.
|
// Andrew Lumsdaine
|
||||||
//
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
|
|
||||||
#ifndef BOOST_MULTI_ARRAY_TYPES_RG071801_HPP
|
#ifndef BOOST_MULTI_ARRAY_TYPES_RG071801_HPP
|
||||||
#define BOOST_MULTI_ARRAY_TYPES_RG071801_HPP
|
#define BOOST_MULTI_ARRAY_TYPES_RG071801_HPP
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
// Copyright (C) 2002 Ronald Garcia
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
//
|
|
||||||
// Permission to copy, use, sell and distribute this software is granted
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
// provided this copyright notice appears in all copies.
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
// Permission to modify the code and to distribute modified code is granted
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
// provided this copyright notice appears in all copies, and a notice
|
|
||||||
// that the code was modified is included with the copyright notice.
|
// Boost.MultiArray Library
|
||||||
//
|
// Authors: Ronald Garcia
|
||||||
// This software is provided "as is" without express or implied warranty,
|
// Jeremy Siek
|
||||||
// and with no claim as to its suitability for any purpose.
|
// Andrew Lumsdaine
|
||||||
//
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
#ifndef BOOST_MULTI_ARRAY_VIEW_RG071301_HPP
|
#ifndef BOOST_MULTI_ARRAY_VIEW_RG071301_HPP
|
||||||
#define BOOST_MULTI_ARRAY_VIEW_RG071301_HPP
|
#define BOOST_MULTI_ARRAY_VIEW_RG071301_HPP
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
|
|
||||||
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// Boost.MultiArray Library
|
||||||
|
// Authors: Ronald Garcia
|
||||||
|
// Jeremy Siek
|
||||||
|
// Andrew Lumsdaine
|
||||||
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
//
|
//
|
||||||
// access.cpp - operator[] and operator() tests with various arrays
|
// access.cpp - operator[] and operator() tests with various arrays
|
||||||
// The tests assume that they are working on an Array of shape 2x3x4
|
// The tests assume that they are working on an Array of shape 2x3x4
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
|
|
||||||
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// Boost.MultiArray Library
|
||||||
|
// Authors: Ronald Garcia
|
||||||
|
// Jeremy Siek
|
||||||
|
// Andrew Lumsdaine
|
||||||
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
//
|
//
|
||||||
// assign.cpp - Test out operator=() on the different types
|
// assign.cpp - Test out operator=() on the different types
|
||||||
//
|
//
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
|
|
||||||
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// Boost.MultiArray Library
|
||||||
|
// Authors: Ronald Garcia
|
||||||
|
// Jeremy Siek
|
||||||
|
// Andrew Lumsdaine
|
||||||
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include "boost/multi_array.hpp"
|
#include "boost/multi_array.hpp"
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
|
|
||||||
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// Boost.MultiArray Library
|
||||||
|
// Authors: Ronald Garcia
|
||||||
|
// Jeremy Siek
|
||||||
|
// Andrew Lumsdaine
|
||||||
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
//
|
//
|
||||||
// concept_checks.cpp -
|
// concept_checks.cpp -
|
||||||
// make sure the types meet concept requirements
|
// make sure the types meet concept requirements
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
|
|
||||||
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// Boost.MultiArray Library
|
||||||
|
// Authors: Ronald Garcia
|
||||||
|
// Jeremy Siek
|
||||||
|
// Andrew Lumsdaine
|
||||||
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
//
|
//
|
||||||
// constructors.cpp - Testing out the various constructor options
|
// constructors.cpp - Testing out the various constructor options
|
||||||
//
|
//
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
|
|
||||||
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// Boost.MultiArray Library
|
||||||
|
// Authors: Ronald Garcia
|
||||||
|
// Jeremy Siek
|
||||||
|
// Andrew Lumsdaine
|
||||||
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
//
|
//
|
||||||
// Trying to diagnose problems under visual
|
// Trying to diagnose problems under visual
|
||||||
|
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
|
|
||||||
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// Boost.MultiArray Library
|
||||||
|
// Authors: Ronald Garcia
|
||||||
|
// Jeremy Siek
|
||||||
|
// Andrew Lumsdaine
|
||||||
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
//
|
//
|
||||||
// fail_cbracket.cpp -
|
// fail_cbracket.cpp -
|
||||||
// checking constness of const operator[].
|
// checking constness of const operator[].
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
|
|
||||||
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// Boost.MultiArray Library
|
||||||
|
// Authors: Ronald Garcia
|
||||||
|
// Jeremy Siek
|
||||||
|
// Andrew Lumsdaine
|
||||||
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
//
|
//
|
||||||
// fail_cdata.cpp
|
// fail_cdata.cpp
|
||||||
// Testing data() member function constness.
|
// Testing data() member function constness.
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
|
|
||||||
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// Boost.MultiArray Library
|
||||||
|
// Authors: Ronald Garcia
|
||||||
|
// Jeremy Siek
|
||||||
|
// Andrew Lumsdaine
|
||||||
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
//
|
//
|
||||||
// fail_citerator.cpp -
|
// fail_citerator.cpp -
|
||||||
// const_iterator/iterator conversion test
|
// const_iterator/iterator conversion test
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
|
|
||||||
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// Boost.MultiArray Library
|
||||||
|
// Authors: Ronald Garcia
|
||||||
|
// Jeremy Siek
|
||||||
|
// Andrew Lumsdaine
|
||||||
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
//
|
//
|
||||||
// fail_cparen.cpp -
|
// fail_cparen.cpp -
|
||||||
// Testing const operator() constness.
|
// Testing const operator() constness.
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
|
|
||||||
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// Boost.MultiArray Library
|
||||||
|
// Authors: Ronald Garcia
|
||||||
|
// Jeremy Siek
|
||||||
|
// Andrew Lumsdaine
|
||||||
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
//
|
//
|
||||||
// fail_criterator.cpp
|
// fail_criterator.cpp
|
||||||
// const_reverse_iterator/reverse_iterator conversion test
|
// const_reverse_iterator/reverse_iterator conversion test
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
|
|
||||||
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// Boost.MultiArray Library
|
||||||
|
// Authors: Ronald Garcia
|
||||||
|
// Jeremy Siek
|
||||||
|
// Andrew Lumsdaine
|
||||||
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
//
|
//
|
||||||
// fail_csubarray.cpp -
|
// fail_csubarray.cpp -
|
||||||
// Testing subarray and const_subarray assignment
|
// Testing subarray and const_subarray assignment
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
|
|
||||||
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// Boost.MultiArray Library
|
||||||
|
// Authors: Ronald Garcia
|
||||||
|
// Jeremy Siek
|
||||||
|
// Andrew Lumsdaine
|
||||||
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
//
|
//
|
||||||
// fail_csubarray2.cpp
|
// fail_csubarray2.cpp
|
||||||
// Testing constness of subarray operations.
|
// Testing constness of subarray operations.
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
|
|
||||||
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// Boost.MultiArray Library
|
||||||
|
// Authors: Ronald Garcia
|
||||||
|
// Jeremy Siek
|
||||||
|
// Andrew Lumsdaine
|
||||||
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
//
|
//
|
||||||
// fail_csubarray3.cpp
|
// fail_csubarray3.cpp
|
||||||
// Testing constness of subarray operations.
|
// Testing constness of subarray operations.
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
|
|
||||||
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// Boost.MultiArray Library
|
||||||
|
// Authors: Ronald Garcia
|
||||||
|
// Jeremy Siek
|
||||||
|
// Andrew Lumsdaine
|
||||||
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
//
|
//
|
||||||
// fail_cview.cpp -
|
// fail_cview.cpp -
|
||||||
// ensure const_array_view doesn't allow element assignment.
|
// ensure const_array_view doesn't allow element assignment.
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
|
|
||||||
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// Boost.MultiArray Library
|
||||||
|
// Authors: Ronald Garcia
|
||||||
|
// Jeremy Siek
|
||||||
|
// Andrew Lumsdaine
|
||||||
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
//
|
//
|
||||||
// fail_cview2.cpp
|
// fail_cview2.cpp
|
||||||
// ensure const_array_view cannot be converted to array_view
|
// ensure const_array_view cannot be converted to array_view
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
|
|
||||||
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// Boost.MultiArray Library
|
||||||
|
// Authors: Ronald Garcia
|
||||||
|
// Jeremy Siek
|
||||||
|
// Andrew Lumsdaine
|
||||||
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
//
|
//
|
||||||
// fail_cview3.cpp
|
// fail_cview3.cpp
|
||||||
// ensure const_array_ref doesn't allow assignment.
|
// ensure const_array_ref doesn't allow assignment.
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
|
|
||||||
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// Boost.MultiArray Library
|
||||||
|
// Authors: Ronald Garcia
|
||||||
|
// Jeremy Siek
|
||||||
|
// Andrew Lumsdaine
|
||||||
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
//
|
//
|
||||||
// fail_ref_cbracket.cpp
|
// fail_ref_cbracket.cpp
|
||||||
// checking constness of const operator[].
|
// checking constness of const operator[].
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
|
|
||||||
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// Boost.MultiArray Library
|
||||||
|
// Authors: Ronald Garcia
|
||||||
|
// Jeremy Siek
|
||||||
|
// Andrew Lumsdaine
|
||||||
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
//
|
//
|
||||||
// fail_ref_cdata.cpp -
|
// fail_ref_cdata.cpp -
|
||||||
// Testing data() member function constness.
|
// Testing data() member function constness.
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
|
|
||||||
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// Boost.MultiArray Library
|
||||||
|
// Authors: Ronald Garcia
|
||||||
|
// Jeremy Siek
|
||||||
|
// Andrew Lumsdaine
|
||||||
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
//
|
//
|
||||||
// fail_ref_citerator.cpp
|
// fail_ref_citerator.cpp
|
||||||
// const_iterator/iterator conversion test
|
// const_iterator/iterator conversion test
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
|
|
||||||
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// Boost.MultiArray Library
|
||||||
|
// Authors: Ronald Garcia
|
||||||
|
// Jeremy Siek
|
||||||
|
// Andrew Lumsdaine
|
||||||
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
//
|
//
|
||||||
// fail_ref_cparen.cpp
|
// fail_ref_cparen.cpp
|
||||||
// Testing const operator() constness.
|
// Testing const operator() constness.
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
|
|
||||||
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// Boost.MultiArray Library
|
||||||
|
// Authors: Ronald Garcia
|
||||||
|
// Jeremy Siek
|
||||||
|
// Andrew Lumsdaine
|
||||||
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
//
|
//
|
||||||
// fail_ref_criterator.cpp
|
// fail_ref_criterator.cpp
|
||||||
// const_reverse_iterator/reverse_iterator conversion test
|
// const_reverse_iterator/reverse_iterator conversion test
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
|
|
||||||
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// Boost.MultiArray Library
|
||||||
|
// Authors: Ronald Garcia
|
||||||
|
// Jeremy Siek
|
||||||
|
// Andrew Lumsdaine
|
||||||
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
//
|
//
|
||||||
// fail_ref_csubarray.cpp -
|
// fail_ref_csubarray.cpp -
|
||||||
// Testing subarray and const_subarray assignment
|
// Testing subarray and const_subarray assignment
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
|
|
||||||
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// Boost.MultiArray Library
|
||||||
|
// Authors: Ronald Garcia
|
||||||
|
// Jeremy Siek
|
||||||
|
// Andrew Lumsdaine
|
||||||
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
//
|
//
|
||||||
// fail_ref_csubarray2.cpp -
|
// fail_ref_csubarray2.cpp -
|
||||||
// Testing constness of subarray operations.
|
// Testing constness of subarray operations.
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
|
|
||||||
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// Boost.MultiArray Library
|
||||||
|
// Authors: Ronald Garcia
|
||||||
|
// Jeremy Siek
|
||||||
|
// Andrew Lumsdaine
|
||||||
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
//
|
//
|
||||||
// fail_ref_csubarray3.cpp -
|
// fail_ref_csubarray3.cpp -
|
||||||
// Testing constness of subarray operations.
|
// Testing constness of subarray operations.
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
|
|
||||||
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// Boost.MultiArray Library
|
||||||
|
// Authors: Ronald Garcia
|
||||||
|
// Jeremy Siek
|
||||||
|
// Andrew Lumsdaine
|
||||||
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
//
|
//
|
||||||
// fail_ref_cview.cpp
|
// fail_ref_cview.cpp
|
||||||
// ensure const_array_view doesn't allow element assignment.
|
// ensure const_array_view doesn't allow element assignment.
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
|
|
||||||
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// Boost.MultiArray Library
|
||||||
|
// Authors: Ronald Garcia
|
||||||
|
// Jeremy Siek
|
||||||
|
// Andrew Lumsdaine
|
||||||
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
//
|
//
|
||||||
// fail_ref_cview2.cpp
|
// fail_ref_cview2.cpp
|
||||||
// ensure const_array_view cannot be converted to array_view
|
// ensure const_array_view cannot be converted to array_view
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
|
|
||||||
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// Boost.MultiArray Library
|
||||||
|
// Authors: Ronald Garcia
|
||||||
|
// Jeremy Siek
|
||||||
|
// Andrew Lumsdaine
|
||||||
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
//
|
//
|
||||||
// fail_ref_cview3.cpp -
|
// fail_ref_cview3.cpp -
|
||||||
// ensure const_array_view doesn't allow assignment.
|
// ensure const_array_view doesn't allow assignment.
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
|
|
||||||
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// Boost.MultiArray Library
|
||||||
|
// Authors: Ronald Garcia
|
||||||
|
// Jeremy Siek
|
||||||
|
// Andrew Lumsdaine
|
||||||
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
//
|
//
|
||||||
// idxset1.cpp - testing the code for index_gen
|
// idxset1.cpp - testing the code for index_gen
|
||||||
//
|
//
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
|
|
||||||
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// Boost.MultiArray Library
|
||||||
|
// Authors: Ronald Garcia
|
||||||
|
// Jeremy Siek
|
||||||
|
// Andrew Lumsdaine
|
||||||
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
//
|
//
|
||||||
// index_bases - test of the index_base modifying facilities.
|
// index_bases - test of the index_base modifying facilities.
|
||||||
//
|
//
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
|
|
||||||
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// Boost.MultiArray Library
|
||||||
|
// Authors: Ronald Garcia
|
||||||
|
// Jeremy Siek
|
||||||
|
// Andrew Lumsdaine
|
||||||
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
//
|
//
|
||||||
// iterators.cpp - checking out iterator stuffs.
|
// iterators.cpp - checking out iterator stuffs.
|
||||||
// The tests assume that the array has shape 2x3x4
|
// The tests assume that the array has shape 2x3x4
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
|
|
||||||
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// Boost.MultiArray Library
|
||||||
|
// Authors: Ronald Garcia
|
||||||
|
// Jeremy Siek
|
||||||
|
// Andrew Lumsdaine
|
||||||
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
//
|
//
|
||||||
// range1.cpp - test of index_range
|
// range1.cpp - test of index_range
|
||||||
//
|
//
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
|
|
||||||
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// Boost.MultiArray Library
|
||||||
|
// Authors: Ronald Garcia
|
||||||
|
// Jeremy Siek
|
||||||
|
// Andrew Lumsdaine
|
||||||
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
//
|
//
|
||||||
// reshape.cpp - testing reshaping functionality
|
// reshape.cpp - testing reshaping functionality
|
||||||
//
|
//
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
|
|
||||||
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// Boost.MultiArray Library
|
||||||
|
// Authors: Ronald Garcia
|
||||||
|
// Jeremy Siek
|
||||||
|
// Andrew Lumsdaine
|
||||||
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
//
|
//
|
||||||
// resize.cpp - Test of resizing multi_arrays
|
// resize.cpp - Test of resizing multi_arrays
|
||||||
//
|
//
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
|
|
||||||
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// Boost.MultiArray Library
|
||||||
|
// Authors: Ronald Garcia
|
||||||
|
// Jeremy Siek
|
||||||
|
// Andrew Lumsdaine
|
||||||
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
//
|
//
|
||||||
// slice.cpp - testing out slicing on a matrices
|
// slice.cpp - testing out slicing on a matrices
|
||||||
//
|
//
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
|
|
||||||
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// Boost.MultiArray Library
|
||||||
|
// Authors: Ronald Garcia
|
||||||
|
// Jeremy Siek
|
||||||
|
// Andrew Lumsdaine
|
||||||
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
//
|
//
|
||||||
// stl_interaction.cpp - Make sure multi_arrays work with STL containers.
|
// stl_interaction.cpp - Make sure multi_arrays work with STL containers.
|
||||||
//
|
//
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
|
|
||||||
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// Boost.MultiArray Library
|
||||||
|
// Authors: Ronald Garcia
|
||||||
|
// Jeremy Siek
|
||||||
|
// Andrew Lumsdaine
|
||||||
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
//
|
//
|
||||||
// storage_order.cpp - testing storage_order-isms.
|
// storage_order.cpp - testing storage_order-isms.
|
||||||
//
|
//
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
|
|
||||||
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// Boost.MultiArray Library
|
||||||
|
// Authors: Ronald Garcia
|
||||||
|
// Jeremy Siek
|
||||||
|
// Andrew Lumsdaine
|
||||||
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
//
|
//
|
||||||
// test out my new storage_order stuff
|
// test out my new storage_order stuff
|
||||||
//
|
//
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
// Copyright 2002 The Trustees of Indiana University.
|
||||||
|
|
||||||
|
// Use, modification and distribution is subject to the Boost Software
|
||||||
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
|
// http://www.boost.org/LICENSE_1_0.txt)
|
||||||
|
|
||||||
|
// Boost.MultiArray Library
|
||||||
|
// Authors: Ronald Garcia
|
||||||
|
// Jeremy Siek
|
||||||
|
// Andrew Lumsdaine
|
||||||
|
// See http://www.boost.org/libs/multi_array for documentation.
|
||||||
|
|
||||||
//
|
//
|
||||||
// index_bases - test of the index_base modifying facilities.
|
// index_bases - test of the index_base modifying facilities.
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user