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/Core/GeneralProduct.h
.h
21,123
456
// 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-2011 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/DiagonalMatrix.h
.h
12,666
344
// 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) 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/Transpositions.h
.h
13,092
369
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2010-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/IO.h
.h
7,076
226
// 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/CwiseNullaryOp.h
.h
31,424
867
// 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/CwiseBinaryOp.h
.h
7,593
185
// 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/AssignEvaluator.h
.h
38,153
936
// 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/Assign_MKL.h
.h
12,479
179
/* Copyright (c) 2011, Intel Corporation. All rights reserved. Copyright (C) 2015 Gael Guennebaud <gael.guennebaud@inria.fr> 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...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/Core/arch/AVX512/MathFunctions.h
.h
15,528
390
// 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 ...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/Core/arch/AVX512/PacketMath.h
.h
50,865
1,306
// 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...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/Core/arch/AVX/MathFunctions.h
.h
17,776
440
// 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 ...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/Core/arch/AVX/Complex.h
.h
18,037
452
// 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...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/Core/arch/AVX/TypeCasting.h
.h
1,194
52
// 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...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/Core/arch/AVX/PacketMath.h
.h
27,841
638
// 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...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/Core/arch/CUDA/Half.h
.h
23,547
676
// 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/. // // The conversion routin...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/Core/arch/CUDA/MathFunctions.h
.h
2,387
92
// 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...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/Core/arch/CUDA/Complex.h
.h
4,240
104
// 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...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/Core/arch/CUDA/TypeCasting.h
.h
5,509
213
// 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...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/Core/arch/CUDA/PacketMath.h
.h
10,744
334
// 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...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/Core/arch/CUDA/PacketMathHalf.h
.h
35,476
1,125
// 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...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/Core/arch/NEON/MathFunctions.h
.h
2,846
92
// 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/. /* The sin, cos, exp, and ...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/Core/arch/NEON/Complex.h
.h
17,706
491
// 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 ...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/Core/arch/NEON/PacketMath.h
.h
28,726
761
// 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 Konstantinos Margaritis <markos@freevec.org> // Heavily based on Gael's SSE version. // // This Source Code Form is subject to the terms...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/Core/arch/AltiVec/MathFunctions.h
.h
10,797
323
// 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 ...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/Core/arch/AltiVec/Complex.h
.h
16,443
431
// 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-2016 Konstantinos Margaritis <markos@freevec.org> // // 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/arch/AltiVec/PacketMath.h
.h
37,671
1,062
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2008-2016 Konstantinos Margaritis <markos@freevec.org> // // 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...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/Core/arch/Default/ConjHelper.h
.h
1,989
30
// 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...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/Core/arch/Default/Settings.h
.h
1,746
50
// 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/arch/SSE/MathFunctions.h
.h
18,888
563
// 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...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/Core/arch/SSE/Complex.h
.h
19,426
472
// 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...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/Core/arch/SSE/TypeCasting.h
.h
1,759
78
// 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...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/Core/arch/SSE/PacketMath.h
.h
35,843
896
// 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/arch/ZVector/MathFunctions.h
.h
4,418
138
// 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 ...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/Core/arch/ZVector/Complex.h
.h
15,366
398
// 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) 2016 Konstantinos Margaritis <markos@freevec.org> // // 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/arch/ZVector/PacketMath.h
.h
32,283
946
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2016 Konstantinos Margaritis <markos@freevec.org> // // 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/products/SelfadjointMatrixVector_BLAS.h
.h
5,209
119
/* 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/Core/products/SelfadjointMatrixMatrix.h
.h
20,103
528
// 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/products/TriangularMatrixMatrix.h
.h
20,879
473
// 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/products/TriangularSolverMatrix.h
.h
14,540
336
// 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/products/GeneralMatrixMatrixTriangular_BLAS.h
.h
6,937
146
/* 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/Core/products/GeneralMatrixMatrix_BLAS.h
.h
5,106
125
/* 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/Core/products/GeneralMatrixVector.h
.h
26,808
620
// 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/products/GeneralMatrixMatrixTriangular.h
.h
15,898
318
// 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/products/GeneralMatrixVector_BLAS.h
.h
6,368
137
/* 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/Core/products/SelfadjointProduct.h
.h
6,162
134
// 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/products/TriangularMatrixMatrix_BLAS.h
.h
13,867
318
/* 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/Core/products/SelfadjointRank2Update.h
.h
4,066
94
// 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/products/TriangularMatrixVector.h
.h
14,722
351
// 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/products/TriangularSolverMatrix_BLAS.h
.h
6,707
168
/* 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/Core/products/Parallelizer.h
.h
4,934
167
// 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...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/Core/products/TriangularSolverVector.h
.h
5,741
146
// 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/products/SelfadjointMatrixMatrix_BLAS.h
.h
11,570
296
/* 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/Core/products/SelfadjointMatrixVector.h
.h
9,901
261
// 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/products/TriangularMatrixVector_BLAS.h
.h
10,571
256
/* 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/Core/products/GeneralMatrixMatrix.h
.h
18,887
496
// 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/products/GeneralBlockPanelKernel.h
.h
81,646
2,158
// 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/util/Memory.h
.h
40,579
994
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2008-2015 Gael Guennebaud <gael.guennebaud@inria.fr> // Copyright (C) 2008-2009 Benoit Jacob <jacob.benoit.1@gmail.com> // Copyright (C) 2009 Kenneth Riddile <kfriddile@yahoo.com> // Copyright (C) 2010 Hauke Hei...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/Core/util/BlasUtil.h
.h
19,307
500
// 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/util/XprHelper.h
.h
34,903
839
// 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/util/Constants.h
.h
21,579
548
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2008-2015 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...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/Core/util/MKL_support.h
.h
4,026
131
/* 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/Core/util/Meta.h
.h
21,356
569
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2008-2015 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/util/ForwardDeclarations.h
.h
14,094
299
// 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> // // 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/util/StaticAssert.h
.h
10,518
219
// 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/Core/util/Macros.h
.h
38,322
1,054
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2008-2015 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/util/DisableStupidWarnings.h
.h
4,360
95
#ifndef EIGEN_WARNINGS_DISABLED #define EIGEN_WARNINGS_DISABLED #ifdef _MSC_VER // 4100 - unreferenced formal parameter (occurred e.g. in aligned_allocator::destroy(pointer p)) // 4101 - unreferenced local variable // 4127 - conditional expression is constant // 4181 - qualifier applied to reference type ignor...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/Core/util/NonMPL2.h
.h
85
4
#ifdef EIGEN_MPL2_ONLY #error Including non-MPL2 code in EIGEN_MPL2_ONLY mode #endif
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/Core/util/ReenableStupidWarnings.h
.h
1,024
32
#ifdef EIGEN_WARNINGS_DISABLED_2 // "DisableStupidWarnings.h" was included twice recursively: Do not reenable 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( ...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/Core/functors/AssignmentFunctors.h
.h
6,284
169
// 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/functors/UnaryFunctors.h
.h
27,946
793
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2008-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 of the MPL was not distributed // with this file, You c...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/Core/functors/TernaryFunctors.h
.h
607
26
// 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 ...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/Core/functors/NullaryFunctors.h
.h
8,229
189
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2008-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 of the MPL was not distributed // with this file, You c...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/Core/functors/StlFunctors.h
.h
4,400
137
// 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/functors/BinaryFunctors.h
.h
18,263
476
// 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/SparseLU/SparseLU_gemm_kernel.h
.h
10,216
281
// 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/SparseLU/SparseLU_SupernodalMatrix.h
.h
10,022
302
// 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. ...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/SparseLU/SparseLUImpl.h
.h
4,303
67
// 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, ...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/SparseLU/SparseLU_copy_to_ucol.h
.h
3,681
108
// 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, ...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/SparseLU/SparseLU_column_dfs.h
.h
6,582
180
// 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, ...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/SparseLU/SparseLU_panel_dfs.h
.h
9,028
259
// 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, ...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/SparseLU/SparseLU_kernel_bmod.h
.h
5,723
131
// 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. ...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/SparseLU/SparseLU_pruneL.h
.h
4,545
137
// 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, ...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h
.h
4,181
127
// 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, ...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/SparseLU/SparseLU_Structs.h
.h
4,974
111
// 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, ...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/SparseLU/SparseLU_Memory.h
.h
7,601
227
// 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, ...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/SparseLU/SparseLU.h
.h
27,844
774
// 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-2014 Gael Guennebaud <gael.guennebaud@inria.fr> // // This Source Code Form is subject to the terms of the Mozilla // Public Licens...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/SparseLU/SparseLU_relax_snode.h
.h
2,889
84
// 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, ...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/SparseLU/SparseLU_column_bmod.h
.h
6,712
182
// 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. ...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/SparseLU/SparseLU_Utils.h
.h
2,049
81
// 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, ...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/SparseLU/SparseLU_panel_bmod.h
.h
8,486
224
// 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. ...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/SparseLU/SparseLU_pivotL.h
.h
4,979
138
// 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, ...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/misc/RealSvd2x2.h
.h
1,748
56
// 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...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/misc/blas.h
.h
30,560
441
#ifndef BLAS_H #define BLAS_H #ifdef __cplusplus extern "C" { #endif #define BLASFUNC(FUNC) FUNC##_ #ifdef __WIN64__ typedef long long BLASLONG; typedef unsigned long long BLASULONG; #else typedef long BLASLONG; typedef unsigned long BLASULONG; #endif int BLASFUNC(xerbla)(const char *, int *info, int); float B...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/misc/Image.h
.h
2,913
83
// 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...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/misc/lapacke_mangling.h
.h
474
18
#ifndef LAPACK_HEADER_INCLUDED #define LAPACK_HEADER_INCLUDED #ifndef LAPACK_GLOBAL #if defined(LAPACK_GLOBAL_PATTERN_LC) || defined(ADD_) #define LAPACK_GLOBAL(lcname,UCNAME) lcname##_ #elif defined(LAPACK_GLOBAL_PATTERN_UC) || defined(UPPER) #define LAPACK_GLOBAL(lcname,UCNAME) UCNAME #elif defined(LAPACK_GLOBAL_P...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/misc/lapack.h
.h
7,834
153
#ifndef LAPACK_H #define LAPACK_H #include "blas.h" #ifdef __cplusplus extern "C" { #endif int BLASFUNC(csymv) (const char *, const int *, const float *, const float *, const int *, const float *, const int *, const float *, float *, const int *); int BLASFUNC(zsymv) (const char *, const int *, const double *, ...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/misc/lapacke.h
.h
1,058,368
16,292
/***************************************************************************** Copyright (c) 2010, Intel Corp. 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 cod...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/misc/Kernel.h
.h
2,742
80
// 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...
Unknown
2D
JaeHyunLee94/mpm2d
external/eigen-3.3.9/Eigen/src/UmfPackSupport/UmfPackSupport.h
.h
17,202
507
// 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/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h
.h
9,715
227
// 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...
Unknown