partitioned_matrix_view_2_4_8.cc revision 79397c21138f54fcff6ec067b44b847f1f7e0e98
1f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)// Ceres Solver - A fast non-linear least squares minimizer
2f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)// Copyright 2013 Google Inc. All rights reserved.
3f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)// http://code.google.com/p/ceres-solver/
4f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)//
5f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)// Redistribution and use in source and binary forms, with or without
6f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)// modification, are permitted provided that the following conditions are met:
7f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)//
8f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)// * Redistributions of source code must retain the above copyright notice,
9f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)//   this list of conditions and the following disclaimer.
10f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)// * Redistributions in binary form must reproduce the above copyright notice,
11f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)//   this list of conditions and the following disclaimer in the documentation
12f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)//   and/or other materials provided with the distribution.
13f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)// * Neither the name of Google Inc. nor the names of its contributors may be
14f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)//   used to endorse or promote products derived from this software without
15f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)//   specific prior written permission.
16f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)//
17f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
18f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
20f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)// ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
21f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)// LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
22f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)// CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
23f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)// SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
24f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
25f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)// CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
26f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
27f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)// POSSIBILITY OF SUCH DAMAGE.
28f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)//
29f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)// Author: sameeragarwal@google.com (Sameer Agarwal)
30f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)//
31f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)// Template specialization of PartitionedMatrixView.
32f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)//
33f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)// ========================================
34f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)// THIS FILE IS AUTOGENERATED. DO NOT EDIT.
35f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)// THIS FILE IS AUTOGENERATED. DO NOT EDIT.
36f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)// THIS FILE IS AUTOGENERATED. DO NOT EDIT.
37f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)// THIS FILE IS AUTOGENERATED. DO NOT EDIT.
38f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)//=========================================
39f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)//
40f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)// This file is generated using generate_partitioned_matrix_view_specializations.py.
41f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)// Editing it manually is not recommended.
42f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)
43f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)// This include must come before any #ifndef check on Ceres compile options.
44f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)#include "ceres/internal/port.h"
45f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)
46f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)#ifndef CERES_RESTRICT_SCHUR_SPECIALIZATION
47f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)
48f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)#include "ceres/partitioned_matrix_view_impl.h"
49f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)#include "ceres/internal/eigen.h"
50f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)
51f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)namespace ceres {
52f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)namespace internal {
53f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)
54f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)template class PartitionedMatrixView<2, 4, 8>;
55f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)
56f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)}  // namespace internal
57f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)}  // namespace ceres
58f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)
59f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)#endif  // CERES_RESTRICT_SCHUR_SPECIALIZATION
60f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)