repo stringlengths 1 152 ⌀ | file stringlengths 14 221 | code stringlengths 501 25k | file_length int64 501 25k | avg_line_length float64 20 99.5 | max_line_length int64 21 134 | extension_type stringclasses 2
values |
|---|---|---|---|---|---|---|
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Eigenvalues/EigenvaluesCommon.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2010 Jitse Niesen <jitse@maths.leeds.ac.uk>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software... | 1,233 | 37.5625 | 77 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@inria.fr>
// Copyright (C) 2010 Jitse Niesen <jitse@maths.leeds.ac.uk>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU L... | 6,388 | 36.362573 | 96 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-2010 Gael Guennebaud <gael.guennebaud@inria.fr>
// Copyright (C) 2010 Jitse Niesen <jitse@maths.leeds.ac.uk>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the ... | 10,497 | 42.741667 | 117 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Eigenvalues/HessenbergDecomposition.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-2009 Gael Guennebaud <gael.guennebaud@inria.fr>
// Copyright (C) 2010 Jitse Niesen <jitse@maths.leeds.ac.uk>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the ... | 14,905 | 37.716883 | 121 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/SVD/UpperBidiagonalization.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2010 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Softwar... | 6,421 | 39.1375 | 115 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/StlSupport/details.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2009 Gael Guennebaud <gael.guennebaud@inria.fr>
// Copyright (C) 2009 Hauke Heibel <hauke.heibel@googlemail.com>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the G... | 3,527 | 34.28 | 106 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/StlSupport/StdVector.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2009 Gael Guennebaud <gael.guennebaud@inria.fr>
// Copyright (C) 2009 Hauke Heibel <hauke.heibel@googlemail.com>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the G... | 5,974 | 41.077465 | 130 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/plugins/ArrayCwiseUnaryOps.h |
/** \returns an expression of the coefficient-wise absolute value of \c *this
*
* Example: \include Cwise_abs.cpp
* Output: \verbinclude Cwise_abs.out
*
* \sa abs2()
*/
EIGEN_STRONG_INLINE const CwiseUnaryOp<internal::scalar_abs_op<Scalar>, const Derived>
abs() const
{
return derived();
}
/** \returns ... | 5,051 | 23.8867 | 88 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/plugins/CommonCwiseBinaryOps.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-2009 Gael Guennebaud <gael.guennebaud@inria.fr>
// Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms o... | 2,702 | 42.596774 | 124 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/plugins/MatrixCwiseBinaryOps.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-2009 Gael Guennebaud <gael.guennebaud@inria.fr>
// Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms o... | 5,369 | 43.380165 | 124 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/plugins/MatrixCwiseUnaryOps.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-2009 Gael Guennebaud <gael.guennebaud@inria.fr>
// Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms o... | 3,381 | 39.746988 | 106 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Householder/Householder.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2010 Benoit Jacob <jacob.benoit.1@gmail.com>
// Copyright (C) 2009 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU ... | 4,273 | 30.895522 | 123 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Householder/BlockHouseholder.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2010 Vincent Lejeune
// Copyright (C) 2010 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
//... | 3,449 | 42.125 | 133 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Cholesky/LLT.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Soft... | 12,799 | 32.074935 | 134 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Cholesky/LDLT.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-2010 Gael Guennebaud <gael.guennebaud@inria.fr>
// Copyright (C) 2009 Keir Mierle <mierle@gmail.com>
// Copyright (C) 2009 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// Eigen is free software; you can redis... | 15,605 | 32.779221 | 131 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Geometry/AngleAxis.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Soft... | 8,260 | 33.136364 | 123 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Geometry/Scaling.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Soft... | 7,082 | 37.704918 | 128 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Geometry/Rotation2D.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Soft... | 5,800 | 33.945783 | 124 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Geometry/Translation.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Soft... | 7,796 | 35.097222 | 125 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Geometry/EulerAngles.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Soft... | 3,339 | 33.43299 | 125 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Geometry/OrthoMethods.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-2009 Gael Guennebaud <gael.guennebaud@inria.fr>
// Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms o... | 9,002 | 38.143478 | 118 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Geometry/AlignedBox.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Soft... | 12,200 | 33.563739 | 121 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Geometry/Homogeneous.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2009-2010 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free... | 12,339 | 37.683386 | 120 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Geometry/Umeyama.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2009 Hauke Heibel <hauke.heibel@gmail.com>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software ... | 7,370 | 39.059783 | 124 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Geometry/arch/Geometry_SSE.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2009 Rohit Garg <rpg.314@gmail.com>
// Copyright (C) 2009-2010 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Less... | 4,574 | 35.023622 | 113 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Eigen2Support/Cwise.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@inria.fr>
// Copyright (C) 2008 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU ... | 8,191 | 39.156863 | 103 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Eigen2Support/QR.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr>
// Copyright (C) 2011 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser Gen... | 2,500 | 30.2625 | 115 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Eigen2Support/Minor.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2006-2009 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free So... | 4,342 | 32.666667 | 97 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Eigen2Support/Meta.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2011 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Softwar... | 3,682 | 41.333333 | 101 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Eigen2Support/SVD.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra. Eigen itself is part of the KDE project.
//
// Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// Licens... | 19,267 | 28.643077 | 129 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Eigen2Support/Block.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-2009 Gael Guennebaud <gael.guennebaud@inria.fr>
// Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms o... | 5,005 | 35.275362 | 92 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Eigen2Support/CwiseOperators.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Soft... | 10,816 | 33.893548 | 121 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Eigen2Support/MathFunctions.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2010 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Soft... | 3,479 | 49.434783 | 118 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Eigen2Support/Lazy.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Softwar... | 2,852 | 33.373494 | 95 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Eigen2Support/TriangularSolver.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2010 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Soft... | 2,243 | 40.555556 | 111 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Eigen2Support/LeastSquares.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra. Eigen itself is part of the KDE project.
//
// Copyright (C) 2006-2009 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Publ... | 7,741 | 41.306011 | 99 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Eigen2Support/Macros.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2011 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Softwar... | 1,377 | 37.277778 | 77 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Eigen2Support/VectorBlock.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-2009 Gael Guennebaud <gael.guennebaud@inria.fr>
// Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms o... | 3,382 | 30.915094 | 77 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Eigen2Support/Geometry/All.h | #ifndef EIGEN2_GEOMETRY_MODULE_H
#define EIGEN2_GEOMETRY_MODULE_H
#include <limits>
#ifndef M_PI
#define M_PI 3.14159265358979323846
#endif
#if EIGEN2_SUPPORT_STAGE < STAGE20_RESOLVE_API_CONFLICTS
#include "RotationBase.h"
#include "Rotation2D.h"
#include "Quaternion.h"
#include "AngleAxis.h"
#include "Transform.h"
... | 2,635 | 21.921739 | 66 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Eigen2Support/Geometry/RotationBase.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra. Eigen itself is part of the KDE project.
//
// Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// Licens... | 5,324 | 38.444444 | 102 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Eigen2Support/Geometry/AngleAxis.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra. Eigen itself is part of the KDE project.
//
// Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// Licens... | 7,751 | 33.14978 | 106 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Eigen2Support/Geometry/Scaling.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra. Eigen itself is part of the KDE project.
//
// Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// Licens... | 6,419 | 34.666667 | 104 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Eigen2Support/Geometry/Quaternion.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra. Eigen itself is part of the KDE project.
//
// Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// Licens... | 17,658 | 33.830375 | 126 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Eigen2Support/Geometry/Rotation2D.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra. Eigen itself is part of the KDE project.
//
// Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// Licens... | 5,692 | 35.031646 | 116 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Eigen2Support/Geometry/Translation.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra. Eigen itself is part of the KDE project.
//
// Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// Licens... | 6,827 | 33.659898 | 108 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Eigen2Support/Geometry/Hyperplane.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra. Eigen itself is part of the KDE project.
//
// Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr>
// Copyright (C) 2008 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// Eigen is free software; you can redistribute it and/or
// modify... | 11,333 | 41.609023 | 126 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Eigen2Support/Geometry/ParametrizedLine.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra. Eigen itself is part of the KDE project.
//
// Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr>
// Copyright (C) 2008 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// Eigen is free software; you can redistribute it and/or
// modify... | 6,444 | 40.850649 | 119 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Eigen2Support/Geometry/AlignedBox.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra. Eigen itself is part of the KDE project.
//
// Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// Licens... | 6,960 | 39.707602 | 114 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/LU/Inverse.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-2010 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free So... | 15,090 | 35.987745 | 104 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/LU/Determinant.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Softwar... | 3,764 | 32.318584 | 97 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/LU/arch/Inverse_SSE.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2001 Intel Corporation
// Copyright (C) 2010 Gael Guennebaud <gael.guennebaud@inria.fr>
// Copyright (C) 2009 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// Eigen is free software; you can redistribute it and/or
... | 13,776 | 39.40176 | 132 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/misc/Solve.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2009 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Softwar... | 3,209 | 35.477273 | 79 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/misc/Kernel.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2009 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Softwar... | 3,535 | 37.021505 | 103 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/misc/Image.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2009 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Softwar... | 3,715 | 37.708333 | 107 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Core/EigenBase.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2009 Benoit Jacob <jacob.benoit.1@gmail.com>
// Copyright (C) 2009 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU ... | 6,379 | 35.878613 | 113 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Core/NumTraits.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2006-2010 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free So... | 6,898 | 41.850932 | 124 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Core/Stride.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2010 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Softwar... | 4,338 | 35.158333 | 104 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Core/GenericPacketMath.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@inria.fr>
// Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the... | 12,019 | 34.352941 | 128 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Core/Flagged.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Softwar... | 4,917 | 31.355263 | 102 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Core/Replicate.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2009-2010 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free... | 7,326 | 39.705556 | 123 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Core/NoAlias.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2009 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Soft... | 5,847 | 41.686131 | 115 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Core/BooleanRedux.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Soft... | 4,237 | 27.253333 | 102 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Core/Redux.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@inria.fr>
// Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the... | 13,999 | 33.567901 | 116 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Core/Swap.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free So... | 4,569 | 34.984252 | 79 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Core/SelfCwiseBinaryOp.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2009-2010 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free... | 7,724 | 38.413265 | 123 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Core/ArrayWrapper.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2009-2010 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free... | 7,583 | 30.6 | 84 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Core/Select.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-2010 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free... | 6,557 | 40.245283 | 107 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Core/SelfAdjointView.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2009 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Soft... | 12,240 | 36.54908 | 127 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Core/Transpose.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com>
// Copyright (C) 2009-2010 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms o... | 15,166 | 34.603286 | 128 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Core/NestByValue.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@inria.fr>
// Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the... | 3,930 | 30.95935 | 91 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Core/CwiseUnaryView.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2009-2010 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free... | 5,829 | 38.127517 | 129 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Core/Map.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2007-2010 Benoit Jacob <jacob.benoit.1@gmail.com>
// Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the... | 8,776 | 41.606796 | 111 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Core/MathFunctions.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2006-2010 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free So... | 24,924 | 28.531991 | 133 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Core/VectorwiseOp.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-2010 Gael Guennebaud <gael.guennebaud@inria.fr>
// Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms o... | 22,601 | 39.505376 | 120 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Core/ProductBase.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2009-2010 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free... | 11,109 | 37.442907 | 123 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Core/Fuzzy.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com>
// Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the... | 6,241 | 37.530864 | 132 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Core/ArrayBase.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2009 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Soft... | 9,149 | 37.125 | 110 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Core/GlobalFunctions.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2010 Gael Guennebaud <gael.guennebaud@inria.fr>
// Copyright (C) 2010 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU ... | 3,955 | 40.208333 | 134 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Core/CommaInitializer.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@inria.fr>
// Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the... | 5,434 | 34.993377 | 111 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Core/CwiseUnaryOp.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-2010 Gael Guennebaud <gael.guennebaud@inria.fr>
// Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms o... | 5,429 | 38.347826 | 115 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Core/VectorBlock.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-2010 Gael Guennebaud <gael.guennebaud@inria.fr>
// Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms o... | 10,357 | 33.875421 | 99 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Core/Random.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Soft... | 6,114 | 36.286585 | 108 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Core/util/StaticAssert.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@inria.fr>
// Copyright (C) 2008 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU ... | 8,902 | 43.738693 | 122 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Core/util/ForwardDeclarations.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2007-2010 Benoit Jacob <jacob.benoit.1@gmail.com>
// Copyright (C) 2008-2009 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms o... | 14,178 | 45.035714 | 133 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Core/arch/Default/Settings.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-2010 Gael Guennebaud <gael.guennebaud@inria.fr>
// Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms o... | 2,510 | 37.630769 | 85 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Core/arch/SSE/MathFunctions.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2007 Julien Pommier
// Copyright (C) 2009 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// ... | 13,355 | 32.727273 | 100 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Core/products/CoeffBasedProduct.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com>
// Copyright (C) 2008-2010 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms o... | 19,104 | 41.174393 | 133 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Core/products/TriangularMatrixMatrix.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2009 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Soft... | 16,701 | 40.341584 | 120 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Core/products/GeneralMatrixVector.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-2009 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free... | 22,928 | 39.944643 | 119 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Core/products/TriangularSolverMatrix.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2009 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Soft... | 13,389 | 40.84375 | 122 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Core/products/Parallelizer.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2010 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Soft... | 4,408 | 27.445161 | 95 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Core/products/TriangularSolverVector.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-2010 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free... | 6,098 | 39.390728 | 129 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Sparse/SparseProduct.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-2010 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free... | 5,438 | 37.302817 | 117 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Sparse/SparseCwiseUnaryOp.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-2010 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free... | 5,412 | 35.823129 | 102 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Sparse/SparseTranspose.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-2009 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free... | 2,596 | 36.637681 | 95 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Sparse/SparseFuzzy.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Soft... | 1,748 | 40.642857 | 103 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Sparse/SparseTriangularView.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2009 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Soft... | 3,538 | 34.039604 | 107 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Sparse/CoreIterators.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-2010 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free... | 2,628 | 35.513889 | 103 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Sparse/SparseDot.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Soft... | 3,374 | 33.438776 | 118 | h |
openslam_ParallaxBA | openslam_ParallaxBA-master/windows/include/Eigen/src/Sparse/SparseVector.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-2009 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Eigen is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free... | 13,155 | 29.453704 | 99 | h |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.