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 | JChemPaint/jchempaint | inchi/src/main/java/org/openscience/jchempaint/inchi/InChIHandler.java | .java | 657 | 29 | package org.openscience.jchempaint.inchi;
import org.openscience.cdk.exception.CDKException;
import org.openscience.cdk.interfaces.IAtomContainer;
/**
* A wrapper class for InChI parsing and generation.
*
* @author John May
*/
public interface InChIHandler {
/**
* Parse an InChI input.
*
* @p... | Java |
2D | JChemPaint/jchempaint | src/util/ExtractCoprightInfo.java | .java | 4,712 | 103 | import java.io.BufferedReader;
import java.io.DataInputStream;
import java.io.File;
import java.io.FileFilter;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.Date;
import java.util.HashMap;
import java.util.Iterator;
import... | Java |
2D | JChemPaint/jchempaint | src/util/TemplateImagesMaker.java | .java | 6,681 | 138 | import java.awt.Color;
import java.awt.Rectangle;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.OutputStreamWriter;
import java.io.StringReader;
import java.io.UnsupportedEncodingException;
import ja... | Java |
2D | JChemPaint/jchempaint | src/util/JCPParamsTaglet.java | .java | 2,987 | 104 | /* $Revision$ $Author$ $Date$
*
* Copyright (C) 2009 Stefan Kuhn <shk3@users.sf.net>
* Copyright (C) 2010 Conni Wagner <conni75@users.sf.net>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Softwa... | Java |
2D | JChemPaint/jchempaint | src/util/HtmlExample.java | .java | 3,363 | 93 | import html.*;
import java.io.FileOutputStream;
import java.io.PrintStream;
import java.io.IOException;
import org.openscience.jchempaint.GT;
class HtmlExample {
public static FileOutputStream Output;
public static PrintStream file;
public static void main(String argv[]) {
Tag html = new Tag("html");
... | Java |
2D | JChemPaint/jchempaint | src/util/fontsvg/FreeSansBoldGM.java | .java | 25,406 | 139 | /* FreeSansBoldGM.java: Autogenerated by ttf2svgpath from FreeSansBold.otf */
package fontsvg;
import java.util.HashMap;
import java.util.Map;
public class FreeSansBoldGM {
public class Metric {
public int xMin, xMax, yMin, yMax, adv;
public String outline;
public Metric (int a, int b, ... | Java |
2D | JChemPaint/jchempaint | src/util/fontsvg/compile.sh | .sh | 88 | 2 | c99 -g -o ttf2svgpath ttf2svgpath.c `freetype-config --cflags` `freetype-config --libs`
| Shell |
2D | JChemPaint/jchempaint | src/util/fontsvg/ttf2svgpath.c | .c | 6,170 | 213 | #include <stdio.h>
#include <stdlib.h>
#include <wchar.h>
#include <locale.h>
#include <ft2build.h>
#include FT_FREETYPE_H
#include FT_GLYPH_H
#include FT_OUTLINE_H
#define BATIKTTF2SVG "java -jar /usr/share/batik-1.7/lib/batik-ttf2svg.jar"
void usage()
{
printf("Usage: ttf2svgpath fontfile.ttf\n");
}
int numC=... | C |
2D | JChemPaint/jchempaint | inchi-jni/src/main/java/org/openscience/jchempaint/inchi/JNIInChIHandler.java | .java | 1,673 | 47 | package org.openscience.jchempaint.inchi;
import org.openscience.cdk.DefaultChemObjectBuilder;
import org.openscience.cdk.exception.CDKException;
import org.openscience.cdk.inchi.InChIGenerator;
import org.openscience.cdk.inchi.InChIGeneratorFactory;
import org.openscience.cdk.inchi.InChIToStructure;
import org.opensc... | Java |
2D | JaeHyunLee94/mpm2d | simHeader.h | .h | 11,049 | 427 | //
// Created by test on 2021-10-15.
//
#ifndef MPM2D_SIMHEADER_H
#define MPM2D_SIMHEADER_H
typedef Eigen::Vector2d Vec2;
typedef Eigen::Vector3d Vec3;
typedef Eigen::Matrix2d Mat2;
typedef double Scalar;
struct GridNode {
Vec2 m_vel_i;
Vec2 m_force_i;
Scalar m_mass_i;
};
struct Particle {
/*
* ... | Unknown |
2D | JaeHyunLee94/mpm2d | glHeader.h | .h | 9,245 | 261 | //
// Created by test on 2021-10-15.
//
#ifndef MPM2D_GLHEADER_H
#define MPM2D_GLHEADER_H
#include <iomanip>
#include <iostream>
#include <algorithm>
#include <GL/glew.h>
#include <GLFW/glfw3.h>
#include <glm/glm.hpp>
#include <glm/gtx/transform.hpp>
#include <Eigen/SVD>
#include <Eigen/Dense>
#include <vector>
#inclu... | Unknown |
2D | JaeHyunLee94/mpm2d | main.cpp | .cpp | 939 | 43 | //
// Created by 이재현 on 2021/09/19.
//
#include "glHeader.h"
int main() {
glWindowInit();
shaderInit();
simulationInit();
glObjectInit();
do {
glClear(GL_COLOR_BUFFER_BIT);
glfwPollEvents();
//main simulation step
step();
render();
std::cout << "... | C++ |
2D | JaeHyunLee94/mpm2d | external/glew/include/GL/glew.c | .c | 1,235,777 | 28,582 | /*
** The OpenGL Extension Wrangler Library
** Copyright (C) 2008-2017, Nigel Stewart <nigels[]users sourceforge net>
** Copyright (C) 2002-2008, Milan Ikits <milan ikits[]ieee org>
** Copyright (C) 2002-2008, Marcelo E. Magallon <mmagallo[]debian org>
** Copyright (C) 2002, Lev Povalahev
** All rights reserved.
**
**... | C |
2D | JaeHyunLee94/mpm2d | external/glew/include/GL/glew.h | .h | 1,307,079 | 26,428 | /*
** The OpenGL Extension Wrangler Library
** Copyright (C) 2008-2019, Nigel Stewart <nigels[]users sourceforge net>
** Copyright (C) 2002-2008, Milan Ikits <milan ikits[]ieee org>
** Copyright (C) 2002-2008, Marcelo E. Magallon <mmagallo[]debian org>
** Copyright (C) 2002, Lev Povalahev
** All rights reserved.
**
**... | Unknown |
2D | JaeHyunLee94/mpm2d | external/glew/include/GL/wglew.h | .h | 64,114 | 1,469 | /*
** The OpenGL Extension Wrangler Library
** Copyright (C) 2008-2019, Nigel Stewart <nigels[]users sourceforge net>
** Copyright (C) 2002-2008, Milan Ikits <milan ikits[]ieee org>
** Copyright (C) 2002-2008, Marcelo E. Magallon <mmagallo[]debian org>
** Copyright (C) 2002, Lev Povalahev
** All rights reserved.
**
**... | Unknown |
2D | JaeHyunLee94/mpm2d | external/glew/include/GL/eglew.h | .h | 121,129 | 3,052 | /*
** The OpenGL Extension Wrangler Library
** Copyright (C) 2008-2019, Nigel Stewart <nigels[]users sourceforge net>
** Copyright (C) 2002-2008, Milan Ikits <milan ikits[]ieee org>
** Copyright (C) 2002-2008, Marcelo E. Magallon <mmagallo[]debian org>
** Copyright (C) 2002, Lev Povalahev
** All rights reserved.
**
**... | Unknown |
2D | JaeHyunLee94/mpm2d | external/glew/include/GL/glxew.h | .h | 75,395 | 1,832 | /*
** The OpenGL Extension Wrangler Library
** Copyright (C) 2008-2019, Nigel Stewart <nigels[]users sourceforge net>
** Copyright (C) 2002-2008, Milan Ikits <milan ikits[]ieee org>
** Copyright (C) 2002-2008, Marcelo E. Magallon <mmagallo[]debian org>
** Copyright (C) 2002, Lev Povalahev
** All rights reserved.
**
**... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/doc/examples/MatrixSine.cpp | .cpp | 508 | 21 | #include <unsupported/Eigen/MatrixFunctions>
#include <iostream>
using namespace Eigen;
int main()
{
MatrixXd A = MatrixXd::Random(3,3);
std::cout << "A = \n" << A << "\n\n";
MatrixXd sinA = A.sin();
std::cout << "sin(A) = \n" << sinA << "\n\n";
MatrixXd cosA = A.cos();
std::cout << "cos(A) = \n" << cos... | C++ |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/doc/examples/MatrixSquareRoot.cpp | .cpp | 434 | 17 | #include <unsupported/Eigen/MatrixFunctions>
#include <iostream>
using namespace Eigen;
int main()
{
const double pi = std::acos(-1.0);
MatrixXd A(2,2);
A << cos(pi/3), -sin(pi/3),
sin(pi/3), cos(pi/3);
std::cout << "The matrix A is:\n" << A << "\n\n";
std::cout << "The matrix square root of A is:... | C++ |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/doc/examples/EulerAngles.cpp | .cpp | 1,944 | 47 | #include <unsupported/Eigen/EulerAngles>
#include <iostream>
using namespace Eigen;
int main()
{
// A common Euler system by many armies around the world,
// where the first one is the azimuth(the angle from the north -
// the same angle that is show in compass)
// and the second one is elevation(the angl... | C++ |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/doc/examples/PolynomialUtils1.cpp | .cpp | 635 | 21 | #include <unsupported/Eigen/Polynomials>
#include <iostream>
using namespace Eigen;
using namespace std;
int main()
{
Vector4d roots = Vector4d::Random();
cout << "Roots: " << roots.transpose() << endl;
Eigen::Matrix<double,5,1> polynomial;
roots_to_monicPolynomial( roots, polynomial );
cout << "Polynomial:... | C++ |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/doc/examples/MatrixPower_optimal.cpp | .cpp | 424 | 18 | #include <unsupported/Eigen/MatrixFunctions>
#include <iostream>
using namespace Eigen;
int main()
{
Matrix4cd A = Matrix4cd::Random();
MatrixPower<Matrix4cd> Apow(A);
std::cout << "The matrix A is:\n" << A << "\n\n"
"A^3.1 is:\n" << Apow(3.1) << "\n\n"
"A^3.3 is:\n" << Apow(3.3) << "\n\n"
... | C++ |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/doc/examples/MatrixFunction.cpp | .cpp | 469 | 24 | #include <unsupported/Eigen/MatrixFunctions>
#include <iostream>
using namespace Eigen;
std::complex<double> expfn(std::complex<double> x, int)
{
return std::exp(x);
}
int main()
{
const double pi = std::acos(-1.0);
MatrixXd A(3,3);
A << 0, -pi/4, 0,
pi/4, 0, 0,
0, 0, 0;
std::... | C++ |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/doc/examples/MatrixLogarithm.cpp | .cpp | 375 | 16 | #include <unsupported/Eigen/MatrixFunctions>
#include <iostream>
using namespace Eigen;
int main()
{
using std::sqrt;
MatrixXd A(3,3);
A << 0.5*sqrt(2), -0.5*sqrt(2), 0,
0.5*sqrt(2), 0.5*sqrt(2), 0,
0, 0, 1;
std::cout << "The matrix A is:\n" << A << "\n\n";
std::cout << "... | C++ |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/doc/examples/MatrixSinh.cpp | .cpp | 524 | 21 | #include <unsupported/Eigen/MatrixFunctions>
#include <iostream>
using namespace Eigen;
int main()
{
MatrixXf A = MatrixXf::Random(3,3);
std::cout << "A = \n" << A << "\n\n";
MatrixXf sinhA = A.sinh();
std::cout << "sinh(A) = \n" << sinhA << "\n\n";
MatrixXf coshA = A.cosh();
std::cout << "cosh(A) = \n"... | C++ |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/doc/examples/PolynomialSolver1.cpp | .cpp | 2,392 | 54 | #include <unsupported/Eigen/Polynomials>
#include <vector>
#include <iostream>
using namespace Eigen;
using namespace std;
int main()
{
typedef Matrix<double,5,1> Vector5d;
Vector5d roots = Vector5d::Random();
cout << "Roots: " << roots.transpose() << endl;
Eigen::Matrix<double,6,1> polynomial;
roots_to_mo... | C++ |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/doc/examples/MatrixPower.cpp | .cpp | 364 | 17 | #include <unsupported/Eigen/MatrixFunctions>
#include <iostream>
using namespace Eigen;
int main()
{
const double pi = std::acos(-1.0);
Matrix3d A;
A << cos(1), -sin(1), 0,
sin(1), cos(1), 0,
0 , 0 , 1;
std::cout << "The matrix A is:\n" << A << "\n\n"
"The matrix power A^(pi/4) is:\n"... | C++ |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/doc/examples/BVH_Example.cpp | .cpp | 2,108 | 51 | #include <Eigen/StdVector>
#include <unsupported/Eigen/BVH>
#include <iostream>
using namespace Eigen;
typedef AlignedBox<double, 2> Box2d;
namespace Eigen {
Box2d bounding_box(const Vector2d &v) { return Box2d(v, v); } //compute the bounding box of a single point
}
struct PointPointMinimizer //how to compute squa... | C++ |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/doc/examples/FFT.cpp | .cpp | 2,522 | 119 | // To use the simple FFT implementation
// g++ -o demofft -I.. -Wall -O3 FFT.cpp
// To use the FFTW implementation
// g++ -o demofft -I.. -DUSE_FFTW -Wall -O3 FFT.cpp -lfftw3 -lfftw3f -lfftw3l
#ifdef USE_FFTW
#include <fftw3.h>
#endif
#include <vector>
#include <complex>
#include <algorithm>
#include <iterator>... | C++ |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/doc/examples/MatrixExponential.cpp | .cpp | 356 | 17 | #include <unsupported/Eigen/MatrixFunctions>
#include <iostream>
using namespace Eigen;
int main()
{
const double pi = std::acos(-1.0);
MatrixXd A(3,3);
A << 0, -pi/4, 0,
pi/4, 0, 0,
0, 0, 0;
std::cout << "The matrix A is:\n" << A << "\n\n";
std::cout << "The matrix exponential ... | C++ |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/Eigen/src/Splines/SplineFitting.h | .h | 16,400 | 431 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 20010-2011 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 o... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/Eigen/src/Splines/SplineFwd.h | .h | 4,300 | 94 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 20010-2011 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 o... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/Eigen/src/Splines/Spline.h | .h | 18,315 | 508 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 20010-2011 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 o... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/Eigen/src/LevenbergMarquardt/LMcovar.h | .h | 2,443 | 85 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// This code initially comes from MINPACK whose original authors are:
// Copyright Jorge More - Argonne National Laboratory
// Copyright Burt Garbow - Argonne National Laboratory
// Copyright Ken Hillstrom - Argonne National Lab... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/Eigen/src/LevenbergMarquardt/LMonestep.h | .h | 6,648 | 203 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2009 Thomas Capricelli <orzel@freehackers.org>
//
// This code initially comes from MINPACK whose original authors are:
// Copyright Jorge More - Argonne National Laboratory
// Copyright Burt Garbow - Argonne Na... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/Eigen/src/LevenbergMarquardt/LMpar.h | .h | 5,039 | 161 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// This code initially comes from MINPACK whose original authors are:
// Copyright Jorge More - Argonne National Laboratory
// Copyright Burt Garbow - Argonne National Laboratory
// Copyright Ken Hillstrom - Argonne National Lab... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/Eigen/src/LevenbergMarquardt/LMqrsolv.h | .h | 6,804 | 189 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2009 Thomas Capricelli <orzel@freehackers.org>
// Copyright (C) 2012 Desire Nuentsa <desire.nuentsa_wakam@inria.fr>
//
// This code initially comes from MINPACK whose original authors are:
// Copyright Jorge Mor... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/Eigen/src/LevenbergMarquardt/LevenbergMarquardt.h | .h | 13,292 | 397 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2009 Thomas Capricelli <orzel@freehackers.org>
// Copyright (C) 2012 Desire Nuentsa <desire.nuentsa_wakam@inria.fr>
//
// The algorithm of this class initially comes from MINPACK whose original authors are:
// C... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/Eigen/src/FFT/ei_fftw_impl.h | .h | 9,269 | 264 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2009 Mark Borgerding mark a borgerding net
//
// 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/unsupported/Eigen/src/FFT/ei_kissfft_impl.h | .h | 12,275 | 421 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2009 Mark Borgerding mark a borgerding net
//
// 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/unsupported/Eigen/src/Polynomials/PolynomialSolver.h | .h | 15,683 | 429 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2010 Manuel Yguel <manuel.yguel@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/unsupported/Eigen/src/Polynomials/PolynomialUtils.h | .h | 4,806 | 144 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2010 Manuel Yguel <manuel.yguel@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/unsupported/Eigen/src/Polynomials/Companion.h | .h | 7,836 | 276 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2010 Manuel Yguel <manuel.yguel@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/unsupported/Eigen/src/BVH/KdBVH.h | .h | 9,166 | 224 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2009 Ilya Baran <ibaran@mit.edu>
//
// 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 htt... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/Eigen/src/BVH/BVAlgorithms.h | .h | 12,976 | 294 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2009 Ilya Baran <ibaran@mit.edu>
//
// 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 htt... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h | .h | 10,230 | 306 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2011 Kolja Brix <brix@igpm.rwth-aachen.de>
// Copyright (C) 2011 Andreas Platen <andiplaten@gmx.de>
// Copyright (C) 2012 Chen-Pang He <jdh8@ms63.hinet.net>
//
// This Source Code Form is subject to the terms of... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/Eigen/src/NonLinearOptimization/r1updt.h | .h | 3,082 | 100 | namespace Eigen {
namespace internal {
template <typename Scalar>
void r1updt(
Matrix< Scalar, Dynamic, Dynamic > &s,
const Matrix< Scalar, Dynamic, 1> &u,
std::vector<JacobiRotation<Scalar> > &v_givens,
std::vector<JacobiRotation<Scalar> > &w_givens,
Matrix< Scalar, Dynamic, ... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/Eigen/src/NonLinearOptimization/dogleg.h | .h | 3,297 | 108 | namespace Eigen {
namespace internal {
template <typename Scalar>
void dogleg(
const Matrix< Scalar, Dynamic, Dynamic > &qrfac,
const Matrix< Scalar, Dynamic, 1 > &diag,
const Matrix< Scalar, Dynamic, 1 > &qtb,
Scalar delta,
Matrix< Scalar, Dynamic, 1 > &x)
{
using std... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/Eigen/src/NonLinearOptimization/chkder.h | .h | 1,864 | 67 | #define chkder_log10e 0.43429448190325182765
#define chkder_factor 100.
namespace Eigen {
namespace internal {
template<typename Scalar>
void chkder(
const Matrix< Scalar, Dynamic, 1 > &x,
const Matrix< Scalar, Dynamic, 1 > &fvec,
const Matrix< Scalar, Dynamic, Dynamic > &fjac,
Mat... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/Eigen/src/NonLinearOptimization/qrsolv.h | .h | 3,263 | 92 | namespace Eigen {
namespace internal {
// TODO : once qrsolv2 is removed, use ColPivHouseholderQR or PermutationMatrix instead of ipvt
template <typename Scalar>
void qrsolv(
Matrix< Scalar, Dynamic, Dynamic > &s,
// TODO : use a PermutationMatrix once lmpar is no more:
const VectorXi &ipvt,
... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/Eigen/src/NonLinearOptimization/lmpar.h | .h | 9,111 | 299 | namespace Eigen {
namespace internal {
template <typename Scalar>
void lmpar(
Matrix< Scalar, Dynamic, Dynamic > &r,
const VectorXi &ipvt,
const Matrix< Scalar, Dynamic, 1 > &diag,
const Matrix< Scalar, Dynamic, 1 > &qtb,
Scalar delta,
Scalar &par,
Matrix< Sc... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/Eigen/src/NonLinearOptimization/r1mpyq.h | .h | 1,081 | 31 | namespace Eigen {
namespace internal {
// TODO : move this to GivensQR once there's such a thing in Eigen
template <typename Scalar>
void r1mpyq(DenseIndex m, DenseIndex n, Scalar *a, const std::vector<JacobiRotation<Scalar> > &v_givens, const std::vector<JacobiRotation<Scalar> > &w_givens)
{
typedef DenseIndex... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/Eigen/src/NonLinearOptimization/HybridNonLinearSolver.h | .h | 19,828 | 602 | // -*- coding: utf-8
// vim: set fileencoding=utf-8
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2009 Thomas Capricelli <orzel@freehackers.org>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the M... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/Eigen/src/NonLinearOptimization/covar.h | .h | 1,915 | 71 | namespace Eigen {
namespace internal {
template <typename Scalar>
void covar(
Matrix< Scalar, Dynamic, Dynamic > &r,
const VectorXi &ipvt,
Scalar tol = std::sqrt(NumTraits<Scalar>::epsilon()) )
{
using std::abs;
typedef DenseIndex Index;
/* Local variables */
Index i, j, k, l... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/Eigen/src/NonLinearOptimization/fdjac1.h | .h | 2,225 | 80 | namespace Eigen {
namespace internal {
template<typename FunctorType, typename Scalar>
DenseIndex fdjac1(
const FunctorType &Functor,
Matrix< Scalar, Dynamic, 1 > &x,
Matrix< Scalar, Dynamic, 1 > &fvec,
Matrix< Scalar, Dynamic, Dynamic > &fjac,
DenseIndex ml, DenseIndex mu,
... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/Eigen/src/NonLinearOptimization/rwupdt.h | .h | 1,362 | 50 | namespace Eigen {
namespace internal {
template <typename Scalar>
void rwupdt(
Matrix< Scalar, Dynamic, Dynamic > &r,
const Matrix< Scalar, Dynamic, 1> &w,
Matrix< Scalar, Dynamic, 1> &b,
Scalar alpha)
{
typedef DenseIndex Index;
const Index n = r.cols();
eigen_assert(... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/Eigen/src/NonLinearOptimization/LevenbergMarquardt.h | .h | 22,135 | 658 | // -*- coding: utf-8
// vim: set fileencoding=utf-8
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2009 Thomas Capricelli <orzel@freehackers.org>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the M... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/Eigen/src/IterativeSolvers/IncompleteLU.h | .h | 2,520 | 91 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 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 can ob... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h | .h | 5,379 | 190 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@inria.fr>
/* NOTE The functions of this file have been adapted from the GMM++ library */
//========================================================================
//
// C... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/Eigen/src/IterativeSolvers/Scaling.h | .h | 5,739 | 188 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2012 Desire 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, Y... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/Eigen/src/IterativeSolvers/IterationController.h | .h | 5,354 | 155 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-2009 Gael Guennebaud <gael.guennebaud@inria.fr>
/* NOTE The class IterationController has been adapted from the iteration
* class of the GMM++ and ITL libraries.
*/
//==============================... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/Eigen/src/IterativeSolvers/GMRES.h | .h | 10,442 | 344 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2011 Gael Guennebaud <gael.guennebaud@inria.fr>
// Copyright (C) 2012, 2014 Kolja Brix <brix@igpm.rwth-aaachen.de>
//
// 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/unsupported/Eigen/src/IterativeSolvers/MINRES.h | .h | 13,264 | 290 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2012 Giacomo Po <gpo@ucla.edu>
// 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 ... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/Eigen/src/IterativeSolvers/DGMRES.h | .h | 17,769 | 511 | // 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/unsupported/Eigen/src/NumericalDiff/NumericalDiff.h | .h | 4,020 | 131 | // -*- coding: utf-8
// vim: set fileencoding=utf-8
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2009 Thomas Capricelli <orzel@freehackers.org>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the M... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h | .h | 16,666 | 443 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2009, 2010, 2013 Jitse Niesen <jitse@maths.leeds.ac.uk>
// Copyright (C) 2011, 2013 Chen-Pang He <jdh8@ms63.hinet.net>
//
// 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/unsupported/Eigen/src/MatrixFunctions/StemFunction.h | .h | 2,107 | 118 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2010, 2013 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 of the MPL was not distributed
// with this file, You can ... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/Eigen/src/MatrixFunctions/MatrixPower.h | .h | 23,511 | 710 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2012, 2013 Chen-Pang He <jdh8@ms63.hinet.net>
//
// 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/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h | .h | 17,427 | 374 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2011, 2013 Jitse Niesen <jitse@maths.leeds.ac.uk>
// Copyright (C) 2011 Chen-Pang He <jdh8@ms63.hinet.net>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy o... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h | .h | 14,405 | 369 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2011, 2013 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 of the MPL was not distributed
// with this file, You can ... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/Eigen/src/MatrixFunctions/MatrixFunction.h | .h | 23,257 | 581 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2009-2011, 2013 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 of the MPL was not distributed
// with this file, You... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/Eigen/src/Skyline/SkylineUtil.h | .h | 3,153 | 90 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2009 Guillaume Saupin <guillaume.saupin@cea.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/unsupported/Eigen/src/Skyline/SkylineProduct.h | .h | 10,853 | 296 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-2009 Guillaume Saupin <guillaume.saupin@cea.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/unsupported/Eigen/src/Skyline/SkylineStorage.h | .h | 7,969 | 260 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-2009 Guillaume Saupin <guillaume.saupin@cea.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/unsupported/Eigen/src/Skyline/SkylineMatrix.h | .h | 31,065 | 863 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-2009 Guillaume Saupin <guillaume.saupin@cea.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/unsupported/Eigen/src/Skyline/SkylineInplaceLU.h | .h | 11,358 | 353 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008 Guillaume Saupin <guillaume.saupin@cea.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/unsupported/Eigen/src/Skyline/SkylineMatrixBase.h | .h | 7,745 | 213 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-2009 Guillaume Saupin <guillaume.saupin@cea.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/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsArrayAPI.h | .h | 5,441 | 125 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// 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 of the MPL was not distributed
// with this file, You can ob... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsPacketMath.h | .h | 2,709 | 59 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// 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 of the MPL was not distributed
// with this file, You can ob... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsHalf.h | .h | 2,261 | 48 | // 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_SPECIALFUNCT... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsFunctors.h | .h | 7,907 | 237 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2016 Eugene Brevdo <ebrevdo@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 of t... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsImpl.h | .h | 42,539 | 1,566 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2015 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/unsupported/Eigen/src/SpecialFunctions/arch/CUDA/CudaSpecialFunctions.h | .h | 4,528 | 166 | // 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/unsupported/Eigen/src/AutoDiff/AutoDiffScalar.h | .h | 29,061 | 721 | // 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/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h | .h | 3,150 | 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/unsupported/Eigen/src/AutoDiff/AutoDiffVector.h | .h | 9,029 | 221 | // 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/unsupported/Eigen/src/Eigenvalues/ArpackSelfAdjointEigenSolver.h | .h | 29,062 | 791 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2012 David Harmon <dharmon@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 a... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/Eigen/src/MoreVectorization/MathFunctions.h | .h | 3,035 | 96 | // 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 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... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/Eigen/src/SparseExtra/BlockOfDynamicSparseMatrix.h | .h | 4,260 | 123 | // 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/unsupported/Eigen/src/SparseExtra/RandomSetter.h | .h | 11,788 | 328 | // 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/unsupported/Eigen/src/SparseExtra/BlockSparseMatrix.h | .h | 40,316 | 1,080 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2013 Desire Nuentsa <desire.nuentsa_wakam@inria.fr>
// Copyright (C) 2013 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/unsupported/Eigen/src/SparseExtra/MatrixMarketIterator.h | .h | 7,568 | 248 |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2012 Desire 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/unsupported/Eigen/src/SparseExtra/DynamicSparseMatrix.h | .h | 13,744 | 405 | // 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/unsupported/Eigen/src/SparseExtra/MarketIO.h | .h | 7,696 | 276 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2011 Gael Guennebaud <gael.guennebaud@inria.fr>
// Copyright (C) 2012 Desire NUENTSA WAKAM <desire.nuentsa_wakam@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/unsupported/Eigen/src/EulerAngles/EulerSystem.h | .h | 11,467 | 327 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2015 Tal Hadad <tal_hd@hotmail.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 at ... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/Eigen/src/EulerAngles/EulerAngles.h | .h | 16,755 | 387 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2015 Tal Hadad <tal_hd@hotmail.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 at ... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/Eigen/CXX11/src/ThreadPool/ThreadEnvironment.h | .h | 1,120 | 39 | // 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/unsupported/Eigen/CXX11/src/ThreadPool/ThreadPoolInterface.h | .h | 1,084 | 34 | // 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/unsupported/Eigen/CXX11/src/ThreadPool/EventCount.h | .h | 8,705 | 234 | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2016 Dmitry Vyukov <dvyukov@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 obtain one... | Unknown |
2D | JaeHyunLee94/mpm2d | external/eigen-3.3.9/unsupported/Eigen/CXX11/src/ThreadPool/ThreadLocal.h | .h | 801 | 23 | // 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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.