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 |
|---|---|---|---|---|---|---|
orbiter | orbiter-master/src/lib/layer1_foundations/CUDA/Linalg/linalg.h | #include <cuda.h>
#include <cuda_runtime.h>
#include <cuda_device_runtime_api.h>
#include <iomanip>
#include <random>
#include <iostream>
#include <thread>
#include "gpuErrchk.h"
#include "gpu_table.h"
#ifndef _LINALG_
#define _LINALG_
namespace linalg {
#define _cuda_matrix_multiplication_under_mod_p_(X, Y, Z) {... | 17,047 | 23.147309 | 97 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/linear_algebra/linear_algebra.h | /*
* linear_algebra.h
*
* Created on: Jan 10, 2022
* Author: betten
*/
#ifndef SRC_LIB_FOUNDATIONS_LINEAR_ALGEBRA_LINEAR_ALGEBRA_H_
#define SRC_LIB_FOUNDATIONS_LINEAR_ALGEBRA_LINEAR_ALGEBRA_H_
namespace orbiter {
namespace layer1_foundations {
namespace linear_algebra {
// ##############################... | 22,740 | 28.961792 | 80 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/Eigenvalues/RealQZ.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2012 Alexey Korepanov <kaikaikai@yandex.ru>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You can obtain... | 23,676 | 34.874242 | 121 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/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>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy... | 5,611 | 33.857143 | 96 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/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>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a... | 9,752 | 41.58952 | 117 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/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>
// Copyright (C) 2013-2014 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If ... | 15,993 | 37.354916 | 128 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/IterativeLinearSolvers/LeastSquareConjugateGradient.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2015 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You can ob... | 7,385 | 35.746269 | 127 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/IterativeLinearSolvers/IncompleteLUT.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2012 Désiré Nuentsa-Wakam <desire.nuentsa_wakam@inria.fr>
// Copyright (C) 2014 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. ... | 14,974 | 31.839912 | 134 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/IterativeLinearSolvers/BasicPreconditioners.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2011-2014 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You c... | 6,807 | 28.729258 | 111 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/IterativeLinearSolvers/BiCGSTAB.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2011-2014 Gael Guennebaud <gael.guennebaud@inria.fr>
// Copyright (C) 2012 Désiré Nuentsa-Wakam <desire.nuentsa_wakam@inria.fr>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public Licens... | 6,884 | 31.023256 | 121 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/IterativeLinearSolvers/IterativeSolverBase.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2011-2014 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You c... | 13,415 | 29.013423 | 121 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/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>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a ... | 2,809 | 32.058824 | 106 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/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>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a ... | 1,982 | 37.134615 | 130 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/StlSupport/StdDeque.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>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a ... | 1,963 | 36.769231 | 128 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/StlSupport/StdList.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2009 Hauke Heibel <hauke.heibel@googlemail.com>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You can ob... | 1,870 | 35.686275 | 126 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/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>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0... | 3,350 | 33.90625 | 113 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/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>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a cop... | 5,401 | 29.178771 | 123 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/Cholesky/LLT_LAPACKE.h | /*
Copyright (c) 2011, Intel Corporation. All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the ... | 4,997 | 39.967213 | 120 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/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>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You can ob... | 3,660 | 30.290598 | 125 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/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>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You can obtain ... | 6,238 | 35.91716 | 128 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/Geometry/arch/Geometry_SIMD.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>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of... | 5,982 | 33.988304 | 125 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/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>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You can obtai... | 3,475 | 27.966667 | 115 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/misc/RealSvd2x2.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2009-2010 Benoit Jacob <jacob.benoit.1@gmail.com>
// Copyright (C) 2013-2016 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0... | 1,784 | 29.775862 | 74 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/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>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You can obtai... | 2,778 | 32.890244 | 103 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/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>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You can obtai... | 2,949 | 33.705882 | 107 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/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>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a cop... | 5,877 | 35.06135 | 131 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/Core/CwiseTernaryOp.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-2014 Gael Guennebaud <gael.guennebaud@inria.fr>
// Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com>
// Copyright (C) 2016 Eugene Brevdo <ebrevdo@gmail.com>
//
// This Source Code Form is subj... | 8,268 | 40.345 | 81 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/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>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You can obtai... | 4,450 | 35.186992 | 111 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/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>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You c... | 5,692 | 38.262069 | 123 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/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>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You can ob... | 3,656 | 31.651786 | 127 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/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>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You c... | 1,733 | 33.68 | 131 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/Core/Inverse.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2014-2019 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You c... | 3,539 | 28.5 | 97 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/Core/CoreIterators.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-2014 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You c... | 4,781 | 34.422222 | 122 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/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>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You c... | 7,054 | 32.278302 | 97 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/Core/ConditionEstimator.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2016 Rasmus Munk Larsen (rmlarsen@google.com)
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You can obta... | 7,026 | 38.477528 | 109 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/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>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You c... | 6,179 | 36.005988 | 116 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/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>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If ... | 2,556 | 28.056818 | 110 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/Core/Reverse.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 Ricard Marxer <email@ricardmarxer.com>
// Copyright (C) 2009-2010 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// This Source Code Form is... | 7,558 | 33.359091 | 121 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/Core/MathFunctionsImpl.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2014 Pedro Gonnet (pedro.gonnet@gmail.com)
// Copyright (C) 2016 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy ... | 7,193 | 34.438424 | 88 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/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>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You can ob... | 8,252 | 35.039301 | 134 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/Core/Product.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-2011 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You c... | 7,366 | 36.974227 | 133 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/Core/DiagonalProduct.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) 2007-2009 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If ... | 1,024 | 32.064516 | 88 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/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>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If ... | 6,092 | 35.48503 | 133 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/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>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0... | 3,461 | 35.0625 | 99 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/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>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You can ob... | 7,792 | 34.262443 | 121 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/Core/util/ReshapedHelper.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2017 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You can ob... | 1,469 | 26.222222 | 93 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/Core/util/MKL_support.h | /*
Copyright (c) 2011, Intel Corporation. All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the ... | 4,305 | 29.757143 | 127 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/Core/util/ReenableStupidWarnings.h | #ifdef EIGEN_WARNINGS_DISABLED_2
// "DisableStupidWarnings.h" was included twice recursively: Do not re-enable warnings yet!
# undef EIGEN_WARNINGS_DISABLED_2
#elif defined(EIGEN_WARNINGS_DISABLED)
#undef EIGEN_WARNINGS_DISABLED
#ifndef EIGEN_PERMANENTLY_DISABLE_STUPID_WARNINGS
#ifdef _MSC_VER
#pragma warning(... | 1,364 | 33.125 | 91 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/Core/util/SymbolicIndex.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2017 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You can ob... | 9,997 | 36.586466 | 133 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/Core/util/Serializer.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2021 The Eigen Team
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You can obtain one at http://mozilla.o... | 6,533 | 30.413462 | 87 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/Core/functors/TernaryFunctors.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2016 Eugene Brevdo <ebrevdo@gmail.com>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You can obtain one ... | 644 | 22.035714 | 69 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/Core/functors/StlFunctors.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>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You c... | 4,663 | 28.518987 | 122 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/Core/arch/HIP/hcc/math_constants.h | /*
* math_constants.h -
* HIP equivalent of the CUDA header of the same name
*/
#ifndef __MATH_CONSTANTS_H__
#define __MATH_CONSTANTS_H__
/* single precision constants */
#define HIPRT_INF_F __int_as_float(0x7f800000)
#define HIPRT_NAN_F __int_as_float(0x7fffffff)
#define HIPRT_MIN_DENORM_F __int_... | 691 | 27.833333 | 67 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/Core/arch/AVX512/TypeCasting.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2019 Rasmus Munk Larsen <rmlarsen@google.com>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You can obta... | 2,174 | 22.641304 | 97 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/Core/arch/AVX512/MathFunctions.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2016 Pedro Gonnet (pedro.gonnet@gmail.com)
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You can obtain ... | 13,384 | 35.671233 | 105 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/Core/arch/ZVector/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>
// Copyright (C) 2016 Konstantinos Margaritis <markos@freevec.org>
//
// This Source Code Form is subject to the terms of the ... | 8,064 | 33.173729 | 85 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/Core/arch/AltiVec/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>
// Copyright (C) 2016 Konstantinos Margaritis <markos@freevec.org>
//
// This Source Code Form is subject to the terms of the ... | 2,363 | 24.419355 | 75 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/Core/arch/NEON/GeneralBlockPanelKernel.h | #include "../../InternalHeaderCheck.h"
namespace Eigen {
namespace internal {
#if EIGEN_ARCH_ARM && EIGEN_COMP_CLANG
// Clang seems to excessively spill registers in the GEBP kernel on 32-bit arm.
// Here we specialize gebp_traits to eliminate these register spills.
// See #2138.
template<>
struct gebp_traits <flo... | 6,855 | 35.860215 | 133 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/Core/arch/NEON/UnaryFunctors.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
#ifndef EIGEN_NEON_UNARY_F... | 1,932 | 28.738462 | 76 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/Core/arch/NEON/MathFunctions.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
#ifndef EIGEN_MATH_FUNCTIO... | 3,799 | 38.175258 | 119 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/Core/arch/NEON/Complex.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 Konstantinos Margaritis <markos@freevec.org>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If ... | 21,953 | 37.787986 | 115 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/Core/arch/SYCL/SyclMemoryModel.h | /***************************************************************************
* Copyright (C) 2017 Codeplay Software Limited
* This Source Code Form is subject to the terms of the Mozilla
* Public License v. 2.0. If a copy of the MPL was not distributed
* with this file, You can obtain one at http://mozilla.org/... | 21,897 | 30.417504 | 80 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/Core/arch/SYCL/TypeCasting.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Mehdi Goli Codeplay Software Ltd.
// Ralph Potter Codeplay Software Ltd.
// Luke Iwanski Codeplay Software Ltd.
// Contact: <eigen@codeplay.com>
//
// This Source Code Form is subject to the terms of the Mozilla
// Publi... | 2,666 | 29.306818 | 80 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/Core/arch/SYCL/InteropHeaders.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Mehdi Goli Codeplay Software Ltd.
// Ralph Potter Codeplay Software Ltd.
// Luke Iwanski Codeplay Software Ltd.
// Contact: <eigen@codeplay.com>
//
// This Source Code Form is subject to the terms of the Mozilla
// Publi... | 7,468 | 30.782979 | 112 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/Core/arch/SYCL/MathFunctions.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Mehdi Goli Codeplay Software Ltd.
// Ralph Potter Codeplay Software Ltd.
// Luke Iwanski Codeplay Software Ltd.
// Contact: <eigen@codeplay.com>
//
// This Source Code Form is subject to the terms of the Mozilla
// Publi... | 12,579 | 40.381579 | 78 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/Core/arch/AVX/TypeCasting.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2015 Benoit Steiner <benoit.steiner.goog@gmail.com>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You ca... | 2,604 | 21.076271 | 92 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/Core/arch/AVX/MathFunctions.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2014 Pedro Gonnet (pedro.gonnet@gmail.com)
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You can obtain ... | 8,142 | 34.251082 | 100 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/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>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0... | 1,746 | 33.94 | 85 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/Core/arch/Default/ConjHelper.h |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2017 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You can o... | 5,291 | 43.1 | 109 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/Core/arch/Default/GenericPacketMathFunctionsFwd.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2019 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You can ob... | 4,007 | 32.680672 | 77 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/Core/arch/Default/TypeCasting.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2016 Benoit Steiner <benoit.steiner.goog@gmail.com>
// Copyright (C) 2019 Rasmus Munk Larsen <rmlarsen@google.com>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If ... | 3,786 | 29.788618 | 97 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/Core/arch/GPU/TypeCasting.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2016 Benoit Steiner <benoit.steiner.goog@gmail.com>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You ca... | 2,297 | 27.02439 | 119 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/Core/arch/GPU/Tuple.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2021 The Eigen Team
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You can obtain one at http://mozilla.o... | 9,713 | 31.059406 | 119 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/Core/arch/GPU/MathFunctions.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2014 Benoit Steiner <benoit.steiner.goog@gmail.com>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You ca... | 2,735 | 24.811321 | 75 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/Core/arch/GPU/Complex.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2014 Benoit Steiner <benoit.steiner.goog@gmail.com>
// Copyright (C) 2021 C. Antonio Sanchez <cantonios@google.com>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If... | 17,990 | 65.143382 | 97 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/Core/arch/MSA/MathFunctions.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2007 Julien Pommier
// Copyright (C) 2014 Pedro Gonnet (pedro.gonnet@gmail.com)
// Copyright (C) 2016 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// Copyright (C) 2018 Wave Computing, Inc.
// Written by:
// ... | 16,199 | 40.538462 | 98 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/Core/arch/MSA/Complex.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2018 Wave Computing, Inc.
// Written by:
// Chris Larsen
// Alexey Frunze (afrunze@wavecomp.com)
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the ... | 17,448 | 25.927469 | 121 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/Core/arch/SSE/TypeCasting.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2015 Benoit Steiner <benoit.steiner.goog@gmail.com>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You ca... | 3,690 | 24.455172 | 105 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/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>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not dist... | 6,805 | 32.693069 | 100 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/Core/arch/SVE/TypeCasting.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2020, Arm Limited and Contributors
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You can obtain one at h... | 1,391 | 25.769231 | 82 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/Core/arch/SVE/MathFunctions.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2020, Arm Limited and Contributors
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You can obtain one at h... | 1,234 | 25.276596 | 78 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/Core/arch/SVE/PacketMath.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2020, Arm Limited and Contributors
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You can obtain one at h... | 21,240 | 27.133775 | 122 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/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>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You can ob... | 5,252 | 29.189655 | 125 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/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>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You c... | 5,919 | 38.205298 | 129 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/SparseCholesky/SimplicialCholesky_impl.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-2012 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You c... | 5,866 | 32.146893 | 128 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/SparseCore/SparseCwiseUnaryOp.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-2015 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You c... | 4,793 | 30.333333 | 107 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/SparseCore/SparseTranspose.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-2015 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You c... | 3,211 | 32.810526 | 113 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/SparseCore/SparseFuzzy.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-2014 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You c... | 1,143 | 34.75 | 119 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/SparseCore/SparseTriangularView.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2009-2015 Gael Guennebaud <gael.guennebaud@inria.fr>
// Copyright (C) 2012 Désiré Nuentsa-Wakam <desire.nuentsa_wakam@inria.fr>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public Licens... | 6,471 | 32.708333 | 128 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/SparseCore/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>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You can ob... | 3,116 | 29.861386 | 118 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/SparseCore/SparseVector.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-2015 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You c... | 15,508 | 30.08016 | 120 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/SparseCore/SparseView.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2011-2014 Gael Guennebaud <gael.guennebaud@inria.fr>
// Copyright (C) 2010 Daniel Lowengrub <lowdanie@gmail.com>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a ... | 8,163 | 30.766537 | 123 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/SparseCore/SparseRedux.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-2014 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You c... | 1,735 | 32.384615 | 93 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/SparseCore/CompressedStorage.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-2014 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You c... | 8,377 | 31.099617 | 130 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/SparseCore/SparseSolverBase.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2014 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You can ob... | 4,460 | 34.125984 | 116 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/QR/HouseholderQR_LAPACKE.h | /*
Copyright (c) 2011, Intel Corporation. All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the ... | 3,012 | 37.628205 | 132 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/SparseLU/SparseLU_Utils.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2012 Désiré Nuentsa-Wakam <desire.nuentsa_wakam@inria.fr>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, ... | 2,083 | 24.108434 | 105 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/SparseLU/SparseLU_gemm_kernel.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2012 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You can ob... | 10,253 | 35.233216 | 123 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/SparseLU/SparseLU_column_bmod.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2012 Désiré Nuentsa-Wakam <desire.nuentsa_wakam@inria.fr>
// Copyright (C) 2012 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. ... | 6,746 | 35.668478 | 134 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Eigen_interface/Eigen/src/SparseLU/SparseLU_Structs.h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2012 Désiré Nuentsa-Wakam <desire.nuentsa_wakam@inria.fr>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, ... | 5,008 | 43.327434 | 103 | h |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.