keyword stringclasses 7
values | repo_name stringlengths 8 98 | file_path stringlengths 4 244 | file_extension stringclasses 29
values | file_size int64 0 84.1M | line_count int64 0 1.6M | content stringlengths 1 84.1M ⌀ | language stringclasses 14
values |
|---|---|---|---|---|---|---|---|
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/SparseCholesky/SimplicialCholesky_impl.h | .h | 6,912 | 200 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-2012 Gael Guennebaud <gael.guennebaud@inria.fr>
/*
NOTE: thes functions vave been adapted from the LDL library:
LDL Copyright (c) 2005 by Timothy A. Davis. All Rights Reserved.
LDL License:
Your u... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/SparseQR/SparseQR.h | .h | 28,373 | 746 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2012-2013 Desire Nuentsa <desire.nuentsa_wakam@inria.fr>
// Copyright (C) 2012-2014 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/PardisoSupport/PardisoSupport.h | .h | 20,060 | 545 | /*
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 ... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/SPQRSupport/SuiteSparseQRSupport.h | .h | 11,405 | 314 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2012 Desire Nuentsa <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. 2.0. I... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/plugins/MatrixCwiseUnaryOps.h | .h | 2,937 | 86 | // 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... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/plugins/CommonCwiseBinaryOps.h | .h | 4,828 | 116 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-2016 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... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/plugins/ArrayCwiseBinaryOps.h | .h | 13,166 | 333 |
/** \returns an expression of the coefficient wise product of \c *this and \a other
*
* \sa MatrixBase::cwiseProduct
*/
template<typename OtherDerived>
EIGEN_DEVICE_FUNC
EIGEN_STRONG_INLINE const EIGEN_CWISE_BINARY_RETURN_TYPE(Derived,OtherDerived,product)
operator*(const EIGEN_CURRENT_STORAGE_BASE_CLASS<OtherDe... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/plugins/BlockMethods.h | .h | 37,403 | 1,059 | // 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-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... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/plugins/MatrixCwiseBinaryOps.h | .h | 6,375 | 153 | // 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... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/plugins/ArrayCwiseUnaryOps.h | .h | 16,929 | 553 |
typedef CwiseUnaryOp<internal::scalar_abs_op<Scalar>, const Derived> AbsReturnType;
typedef CwiseUnaryOp<internal::scalar_arg_op<Scalar>, const Derived> ArgReturnType;
typedef CwiseUnaryOp<internal::scalar_abs2_op<Scalar>, const Derived> Abs2ReturnType;
typedef CwiseUnaryOp<internal::scalar_sqrt_op<Scalar>, const Der... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/plugins/CommonCwiseUnaryOps.h | .h | 5,621 | 164 | // 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... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Jacobi/Jacobi.h | .h | 15,902 | 463 | // 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... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Geometry/Homogeneous.h | .h | 20,539 | 498 | // 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... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Geometry/RotationBase.h | .h | 8,063 | 207 | // 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... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Geometry/Quaternion.h | .h | 32,704 | 833 | // 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 Mathieu Gautier <mathieu.gautier@cea.fr>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Geometry/Scaling.h | .h | 6,331 | 171 | // 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... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Geometry/ParametrizedLine.h | .h | 8,308 | 196 | // 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>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a cop... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Geometry/Umeyama.h | .h | 6,190 | 167 | // 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 ... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Geometry/Transform.h | .h | 60,555 | 1,543 | // 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) 2009 Benoit Jacob <jacob.benoit.1@gmail.com>
// Copyright (C) 2010 Hauke Heibel <hauke.heibel@gmail.com>
//
// This Source Code Form is subject to... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Geometry/AlignedBox.h | .h | 14,815 | 393 | // 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... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Geometry/OrthoMethods.h | .h | 8,949 | 235 | // 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... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Geometry/AngleAxis.h | .h | 8,423 | 248 | // 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... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Geometry/Translation.h | .h | 7,664 | 203 | // 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... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Geometry/Hyperplane.h | .h | 11,961 | 283 | // 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>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a cop... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Geometry/Rotation2D.h | .h | 6,877 | 200 | // 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... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Geometry/EulerAngles.h | .h | 3,639 | 115 | // 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... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Geometry/arch/Geometry_SSE.h | .h | 5,387 | 162 | // 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... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Householder/Householder.h | .h | 5,345 | 173 | // 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... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Householder/BlockHouseholder.h | .h | 4,481 | 104 | // 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>
//
// 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 dis... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Householder/HouseholderSequence.h | .h | 20,603 | 471 | // 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) 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 cop... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/QR/ColPivHouseholderQR.h | .h | 24,881 | 654 | // 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) 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 ... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/QR/FullPivHouseholderQR.h | .h | 25,478 | 677 | // 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) 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 ... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/QR/ColPivHouseholderQR_LAPACKE.h | .h | 4,662 | 98 | /*
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 ... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/QR/HouseholderQR.h | .h | 14,022 | 410 | // 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 Benoit Jacob <jacob.benoit.1@gmail.com>
// Copyright (C) 2010 Vincent Lejeune
//
// This Source Code Form is subject to the terms of the... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/QR/CompleteOrthogonalDecomposition.h | .h | 20,805 | 563 | // 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... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/QR/HouseholderQR_LAPACKE.h | .h | 2,993 | 69 | /*
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 ... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/StlSupport/StdDeque.h | .h | 5,279 | 129 | // 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 ... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/StlSupport/StdVector.h | .h | 5,330 | 132 | // 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 ... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/StlSupport/details.h | .h | 2,809 | 85 | // 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 ... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/StlSupport/StdList.h | .h | 4,147 | 107 | // 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... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/SuperLUSupport/SuperLUSupport.h | .h | 34,345 | 1,028 | // 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... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/ArrayWrapper.h | .h | 6,775 | 210 | // 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... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/Assign.h | .h | 2,720 | 91 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2007 Michael Olbrich <michael.olbrich@gmx.net>
// Copyright (C) 2006-2010 Benoit Jacob <jacob.benoit.1@gmail.com>
// Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// This Source Code Form is s... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/DenseCoeffsBase.h | .h | 24,212 | 682 | // 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>
//
// 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 ... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/PermutationMatrix.h | .h | 20,694 | 606 | // 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-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 ... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/EigenBase.h | .h | 5,619 | 160 | // 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... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/ConditionEstimator.h | .h | 6,990 | 176 | // 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... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/Random.h | .h | 6,379 | 183 | // 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... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/Transpose.h | .h | 14,856 | 406 | // 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-2014 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/MathFunctions.h | .h | 41,000 | 1,422 | // 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>
//
// 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 ... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/CommaInitializer.h | .h | 5,689 | 161 | // 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 ... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/Matrix.h | .h | 19,067 | 460 | // 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>
// Copyright (C) 2008-2009 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/Solve.h | .h | 6,795 | 189 | // 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... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/StableNorm.h | .h | 7,692 | 222 | // 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... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/PlainObjectBase.h | .h | 45,354 | 1,038 | // 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... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/MathFunctionsImpl.h | .h | 3,369 | 102 | // 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 ... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/Map.h | .h | 7,239 | 172 | // 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>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If ... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/Dot.h | .h | 11,507 | 319 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2006-2008, 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, Yo... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/DiagonalProduct.h | .h | 970 | 29 | // 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 ... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/CwiseUnaryOp.h | .h | 3,877 | 104 | // 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>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/SelfCwiseBinaryOp.h | .h | 1,697 | 48 | // 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... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/ReturnByValue.h | .h | 4,200 | 118 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2009-2010 Gael Guennebaud <gael.guennebaud@inria.fr>
// Copyright (C) 2009-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... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/GenericPacketMath.h | .h | 22,069 | 591 | // 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 ... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/SelfAdjointView.h | .h | 14,245 | 353 | // 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... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/Fuzzy.h | .h | 5,705 | 156 | // 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>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If ... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/CwiseUnaryView.h | .h | 5,366 | 131 | // 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... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/VectorwiseOp.h | .h | 29,441 | 696 | // 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... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/Diagonal.h | .h | 9,597 | 261 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2007-2009 Benoit Jacob <jacob.benoit.1@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... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/CoreEvaluators.h | .h | 62,197 | 1,689 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2011 Benoit Jacob <jacob.benoit.1@gmail.com>
// Copyright (C) 2011-2014 Gael Guennebaud <gael.guennebaud@inria.fr>
// Copyright (C) 2011-2012 Jitse Niesen <jitse@maths.leeds.ac.uk>
//
// This Source Code Form is... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/ProductEvaluators.h | .h | 51,070 | 1,139 | // 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>
// Copyright (C) 2011 Jitse Niesen <jitse@maths.leeds.ac.uk>
//
// This Source Code Form is... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/GlobalFunctions.h | .h | 10,222 | 188 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2010-2016 Gael Guennebaud <gael.guennebaud@inria.fr>
// 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 ... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/VectorBlock.h | .h | 3,462 | 97 | // 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... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/NestByValue.h | .h | 3,400 | 111 | // 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 ... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/NoAlias.h | .h | 3,582 | 109 | // 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... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/NumTraits.h | .h | 9,234 | 249 | // 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>
//
// 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 ... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/Reverse.h | .h | 7,073 | 212 | // 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... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/DenseBase.h | .h | 27,551 | 613 | // 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-2010 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/MapBase.h | .h | 11,212 | 309 | // 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>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If ... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/Redux.h | .h | 17,852 | 506 | // 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 ... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/Visitor.h | .h | 8,074 | 274 | // 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... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/Swap.h | .h | 2,683 | 68 | // 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>
//
// 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 ... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/Ref.h | .h | 12,844 | 285 | // 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... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/MatrixBase.h | .h | 23,276 | 531 | // 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>
// 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 ... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/DenseStorage.h | .h | 22,205 | 571 | // 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-2009 Benoit Jacob <jacob.benoit.1@gmail.com>
// Copyright (C) 2010-2013 Hauke Heibel <hauke.heibel@gmail.com>
//
// This Source Code Form is ... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/Block.h | .h | 18,064 | 453 | // 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-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 ... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/Stride.h | .h | 3,865 | 112 | // 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... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/Array.h | .h | 12,115 | 330 | // 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... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/BandMatrix.h | .h | 13,910 | 354 | // 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... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/TriangularMatrix.h | .h | 37,304 | 986 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008 Benoit Jacob <jacob.benoit.1@gmail.com>
// Copyright (C) 2008-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 ... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/BooleanRedux.h | .h | 4,249 | 165 | // 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... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/Product.h | .h | 7,235 | 187 | // 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... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/ArrayBase.h | .h | 8,237 | 227 | // 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... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/Inverse.h | .h | 3,519 | 119 | // 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... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/SolveTriangular.h | .h | 9,208 | 236 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-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 c... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/SolverBase.h | .h | 4,365 | 131 | // 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... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/ForceAlignedAccess.h | .h | 4,769 | 147 | // 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... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/CoreIterators.h | .h | 4,525 | 128 | // 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... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/Replicate.h | .h | 5,595 | 143 | // 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... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/Select.h | .h | 6,020 | 163 | // 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... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/Eigen/src/Core/CwiseTernaryOp.h | .h | 8,256 | 198 | // 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... | Unknown |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.