text string | meta dict |
|---|---|
/*
ODE: a program to get optime Runge-Kutta and multi-steps methods.
Copyright 2011-2019, Javier Burguete Tolosa.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above cop... | {
"alphanum_fraction": 0.506816,
"avg_line_length": 25.6147540984,
"ext": "c",
"hexsha": "d604974d932739a3c5852cbd6c5cccf605a863ab",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha": "46... |
///
/// @file
///
/// @author Mirko Myllykoski (mirkom@cs.umu.se), Umeå University
///
/// @internal LICENSE
///
/// Copyright (c) 2019-2020, Umeå Universitet
///
/// Redistribution and use in source and binary forms, with or without
/// modification, are permitted provided that the following conditions are met:
///
//... | {
"alphanum_fraction": 0.581787904,
"avg_line_length": 29.9909194098,
"ext": "c",
"hexsha": "8dcf72c5c84ccd3cd71dceb35667771ed635a65f",
"lang": "C",
"max_forks_count": 4,
"max_forks_repo_forks_event_max_datetime": "2020-04-14T09:41:23.000Z",
"max_forks_repo_forks_event_min_datetime": "2019-04-30T12:14:1... |
/**
*
* For reference: Pearson's rho...
*
* sum( (x_i-E[x])(y_i-E[y]) )
* rho = -------------------------------------------
* sqrt( sum((x_i-E[x])^2) sum((y_i-E[y])^2) )
*/
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
#include <limits.h>
#include <string.h>
#include <m... | {
"alphanum_fraction": 0.6322145766,
"avg_line_length": 24.8551483421,
"ext": "c",
"hexsha": "c6be03832df5f1284062d48677396f9094ac778e",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha":... |
/**
* Copyright 2017 BitTorrent Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... | {
"alphanum_fraction": 0.6643016345,
"avg_line_length": 37.6503496503,
"ext": "h",
"hexsha": "1ebaf894681c63737a162eb666ec3bcc37d02dd3",
"lang": "C",
"max_forks_count": 9,
"max_forks_repo_forks_event_max_datetime": "2020-11-26T03:38:20.000Z",
"max_forks_repo_forks_event_min_datetime": "2017-01-21T07:00:... |
/*
* Copyright (c) 2016-2021 lymastee, All rights reserved.
* Contact: lymastee@hotmail.com
*
* This file is part of the gslib project.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in t... | {
"alphanum_fraction": 0.8418831597,
"avg_line_length": 46.237804878,
"ext": "h",
"hexsha": "0875d9cf4bed01f45e241b743ddd16d284f836fc",
"lang": "C",
"max_forks_count": 1,
"max_forks_repo_forks_event_max_datetime": "2016-10-19T15:20:58.000Z",
"max_forks_repo_forks_event_min_datetime": "2016-10-19T15:20:5... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
#pragma once
#include "core/common/logging/logging.h"
#include "core/framework/allocatormgr.h"
#include "core/framework/customregistry.h"
#include "core/framework/execution_frame.h"
#include "core/framework/op_kernel.h"
#i... | {
"alphanum_fraction": 0.7015180671,
"avg_line_length": 39.3025210084,
"ext": "h",
"hexsha": "36b477b5b13f055027c5968252062c4b672960a2",
"lang": "C",
"max_forks_count": 1,
"max_forks_repo_forks_event_max_datetime": "2020-07-20T13:49:38.000Z",
"max_forks_repo_forks_event_min_datetime": "2020-07-20T13:49:... |
#ifndef SPECTRALSUBTRACTION_H
#define SPECTRALSUBTRACTION_H
#include <stdio.h>
#include <assert.h>
#include <float.h>
#include <gsl/gsl_block.h>
#include <gsl/gsl_vector.h>
#include <gsl/gsl_matrix.h>
#include <gsl/gsl_complex.h>
#include <gsl/gsl_complex_math.h>
#include <gsl/gsl_fft_complex.h>
#include <common/refco... | {
"alphanum_fraction": 0.7358941371,
"avg_line_length": 34.2201257862,
"ext": "h",
"hexsha": "585034a8f3b32ff15df321c25cb4182abcc80e77",
"lang": "C",
"max_forks_count": 68,
"max_forks_repo_forks_event_max_datetime": "2021-11-17T09:33:10.000Z",
"max_forks_repo_forks_event_min_datetime": "2019-01-08T06:33... |
#include <stdio.h>
#include <gsl/gsl_qrng.h>
int
main (void)
{
int i;
gsl_qrng * q = gsl_qrng_alloc (gsl_qrng_sobol, 2);
for (i = 0; i < 1024; i++)
{
double v[2];
gsl_qrng_get (q, v);
printf ("%.5f %.5f\n", v[0], v[1]);
}
gsl_qrng_free (q);
return 0;
}
| {
"alphanum_fraction": 0.5273972603,
"avg_line_length": 14.6,
"ext": "c",
"hexsha": "5275209a102d52232a15e5a09e63214a13bf435d",
"lang": "C",
"max_forks_count": 40,
"max_forks_repo_forks_event_max_datetime": "2022-03-03T23:23:37.000Z",
"max_forks_repo_forks_event_min_datetime": "2015-02-26T15:31:16.000Z"... |
/*
* Copyright (C) 2021 FISCO BCOS.
* SPDX-License-Identifier: Apache-2.0
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unl... | {
"alphanum_fraction": 0.7223730128,
"avg_line_length": 34.3866666667,
"ext": "h",
"hexsha": "0dff070058180172ac6f8f79ade67d8db3d2c2e2",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha":... |
#ifndef PFLOW_H
#define PFLOW_H
#include <petsc.h>
#define epsilon 1E-8 /**< epsilon value for finite differences */
#define MAXLINE 1000 /**< Max. number of characters in a line */
#define ISOLATED_BUS 4 /**< Isolated bus */
#define REF_BUS 3 /**< Reference bus (swing bus) */
#define PV_BUS 2 /**< PV (voltage-contro... | {
"alphanum_fraction": 0.7586912065,
"avg_line_length": 34.9285714286,
"ext": "h",
"hexsha": "7e71f5509a9744502e3bbf64c9c614b9b667e512",
"lang": "C",
"max_forks_count": 2,
"max_forks_repo_forks_event_max_datetime": "2019-09-23T19:30:36.000Z",
"max_forks_repo_forks_event_min_datetime": "2019-08-01T21:49:... |
/* specfunc/clausen.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or (at
* your opti... | {
"alphanum_fraction": 0.6431701972,
"avg_line_length": 24.4464285714,
"ext": "c",
"hexsha": "ebaebbd62e2263107d1c5ed03d2a3a76585b708b",
"lang": "C",
"max_forks_count": 14,
"max_forks_repo_forks_event_max_datetime": "2020-03-12T12:31:25.000Z",
"max_forks_repo_forks_event_min_datetime": "2015-07-21T04:47... |
/**
*
* @file core_zlacpy_pivot.c
*
* PLASMA core_blas kernel
* PLASMA is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
*
* @version 2.6.0
* @author Mathieu Faverge
* @date 2013-02-01
* @precisions normal z -> c d s
*
**/
#include <lapacke... | {
"alphanum_fraction": 0.5187864644,
"avg_line_length": 31.7407407407,
"ext": "c",
"hexsha": "9d8069e173b84e7d66259bffcd650f77f11d730f",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha":... |
#pragma once
#include <imageview/IsPixelFormat.h>
#include <imageview/internal/ImageViewIterator.h>
#include <imageview/internal/ImageViewStorage.h>
#include <imageview/internal/PixelRef.h>
#include <gsl/assert>
#include <gsl/span>
#include <cstddef>
#include <stdexcept>
namespace imageview {
template <class Pixel... | {
"alphanum_fraction": 0.753087723,
"avg_line_length": 41.9159292035,
"ext": "h",
"hexsha": "9f907f325e53c63937e60e258efca460dc74bfac",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha": ... |
#ifndef VKST_WSI_WINDOW_H
#define VKST_WSI_WINDOW_H
#include <turf/c/core.h>
#include <gsl.h>
#include <wsi/input.h>
#include <functional>
namespace wsi {
enum class window_options : uint8_t {
none = 0,
decorated = (1 << 1),
sizeable = (1 << 2),
fullscreen_windowed = (1 << 3),
}; // enum class window_options... | {
"alphanum_fraction": 0.7102040816,
"avg_line_length": 27.9385964912,
"ext": "h",
"hexsha": "9599355eba0a0e9b2c85bff901239340cdd9c0df",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha":... |
#ifndef __SVM_MAIN_H__
#define __SVM_MAIN_H__
#define PY_SSIZE_T_CLEAN
#include <Python.h>
#include <stdlib.h>
#include <gsl_vector.h>
#include <gsl_multimin.h>
#include "common.h"
#include "smo.h"
#include "kernels.h"
// returns vector normal to hyperplane and margin width
PyObject* __get_w_b(PyObject* elements, int... | {
"alphanum_fraction": 0.7702702703,
"avg_line_length": 26.1176470588,
"ext": "h",
"hexsha": "5b19c449e8b50c05e8eaa310b4dbdff53a8935f0",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha":... |
#include "imd_colrad.h"
// #include <sys/time.h>
// #include <gsl/gsl_integration.h>
// #include <gsl/gsl_errno.h>
// ***************************************************
// * TODO:
// * mpi2 und mpi3 anpassen weil energies delE und kbTe in eV
// * SPEEDUP pragma omp auch in ydot
// * floats wo möglich
// ********... | {
"alphanum_fraction": 0.5743658657,
"avg_line_length": 30.0729001585,
"ext": "c",
"hexsha": "82c1925cbec8da00de331bac9333e3681357b883",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha":... |
/* multimin/gsl_multimin.h
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Fabrice Rossi
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or (at
* your ... | {
"alphanum_fraction": 0.7225669744,
"avg_line_length": 29.2345132743,
"ext": "h",
"hexsha": "53c342da3b5db54c12029f42070101bfda9a414f",
"lang": "C",
"max_forks_count": 40,
"max_forks_repo_forks_event_max_datetime": "2022-03-03T23:23:37.000Z",
"max_forks_repo_forks_event_min_datetime": "2015-02-26T15:31... |
/*
Excited States software: KGS
Contributors: See CONTRIBUTORS.txt
Contact: kgs-contact@simtk.org
Copyright (C) 2009-2017 Stanford University
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software with... | {
"alphanum_fraction": 0.7870905588,
"avg_line_length": 37.7454545455,
"ext": "h",
"hexsha": "4a1bbe75615eea0ec1dcb0c0b00a3574bb8024eb",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha":... |
/*System includes*/
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <string.h>
/*GSL includes*/
#include <gsl/gsl_vector.h>
#include <gsl/gsl_matrix.h>
#include <gsl/gsl_rng.h>
#include <gsl/gsl_randist.h>
#include <gsl/gsl_math.h>
#include <gsl/gsl_sf.h>
#include <gsl/gsl_integration.h>
#include <gs... | {
"alphanum_fraction": 0.6147855714,
"avg_line_length": 24.9878378378,
"ext": "c",
"hexsha": "420ecc5f246e90c29f763efda733d1f18003c9a6",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha":... |
// Copyright (c) 2013-2017 Anton Kozhevnikov, Thomas Schulthess
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without modification, are permitted provided that
// the following conditions are met:
//
// 1. Redistributions of source code must retain the above copyright notice, ... | {
"alphanum_fraction": 0.4894596922,
"avg_line_length": 41.8605015674,
"ext": "h",
"hexsha": "ba9e0c7b24a9bab75cee5df44dbe70b50275233d",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha":... |
/*
* A rng module implementation which can return a sample as an array.
* Author : Pierre Schnizer <schnizer@users.sourceforge.net>
* Date : 1. July. 2003
*
*/
#include <pygsl/error_helpers.h>
#include <pygsl/block_helpers.h>
#include <pygsl/utils.h>
#ifdef PyGSL_NO_IMPORT_API
#undef PyGSL_NO_IMPORT_API
#en... | {
"alphanum_fraction": 0.6275971267,
"avg_line_length": 40.6499215071,
"ext": "c",
"hexsha": "80bbc24c799fb146544aa4fd510b56fa5075ac1a",
"lang": "C",
"max_forks_count": 1,
"max_forks_repo_forks_event_max_datetime": "2018-10-02T06:18:07.000Z",
"max_forks_repo_forks_event_min_datetime": "2018-10-02T06:18:... |
#include <viaio/VImage.h>
#include <string.h>
#include <gsl/gsl_matrix.h>
#include <viaio/Vlib.h>
#include "gsl_utils.h"
void whitecov(VImage rho_vol, gsl_matrix_float *Y,
gsl_matrix_float* invM, gsl_matrix_float* pinvX,
gsl_matrix_float* X, int numlags, int slice)
{
/* set up variables */
int n... | {
"alphanum_fraction": 0.6085848687,
"avg_line_length": 31.6894409938,
"ext": "c",
"hexsha": "ad4d6edf36b6b182a21b68258d2bd484cd46cdc9",
"lang": "C",
"max_forks_count": 8,
"max_forks_repo_forks_event_max_datetime": "2022-03-22T08:05:46.000Z",
"max_forks_repo_forks_event_min_datetime": "2017-09-29T10:33:... |
/**
*/
#ifndef _DISP_CONF_H
#define _DISP_CONF_H
#include <gsl/gsl_vector.h>
#include "aXe_grism.h"
/**
* A structure to contain the coefficient of a 2D
* polynomial that can be used to compute the given
* coefficient of the polynomial dispersion relation
* as at a particular i.j location in the image
*/
typed... | {
"alphanum_fraction": 0.7007097792,
"avg_line_length": 24.862745098,
"ext": "h",
"hexsha": "166a906da7784873fd7ea76d1f0431029bd550da",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha": ... |
/****************************************************************************
* Constants
***************************************************************************/
#ifndef CONST_H
#define CONST_H
#include <string>
#include <random>
#include <chrono>
#include <iostream>
#include <gsl/gsl_vector_float.h>
#include ... | {
"alphanum_fraction": 0.6968534152,
"avg_line_length": 42.0322580645,
"ext": "h",
"hexsha": "c9b4cdb400b4eeb62f11d0b2a71b99d959a7b190",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha":... |
/* $Id$ */
/*--------------------------------------------------------------------*/
/*; Copyright (C) 2003-2013 */
/*; Associated Universities, Inc. Washington DC, USA. */
/*; */
/*; This progra... | {
"alphanum_fraction": 0.6082190917,
"avg_line_length": 34.3706672444,
"ext": "c",
"hexsha": "e73cf282f11006aa3d9f123e532680372dfb2ea2",
"lang": "C",
"max_forks_count": 8,
"max_forks_repo_forks_event_max_datetime": "2022-03-31T12:16:08.000Z",
"max_forks_repo_forks_event_min_datetime": "2017-08-29T15:12:... |
/*
MPCOTool:
The Multi-Purposes Calibration and Optimization Tool. A software to perform
calibrations or optimizations of empirical parameters.
AUTHORS: Javier Burguete and Borja Latorre.
Copyright 2012-2019, AUTHORS.
Redistribution and use in source and binary forms, with or without modification,
are permitted prov... | {
"alphanum_fraction": 0.6170516836,
"avg_line_length": 29.6804183614,
"ext": "c",
"hexsha": "1660a2e592a65c0c3f8271c8d7479baab8a7a492",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha":... |
/*
LAPACKE_dgesv Example
=====================
The program computes the solution to the system of linear
equations with a square matrix A and multiple
right-hand sides B, where A is the coefficient matrix
and b is the right-hand side matrix:
Description
===========
The routine solves for X... | {
"alphanum_fraction": 0.5906911706,
"avg_line_length": 29.1046511628,
"ext": "c",
"hexsha": "c6ecf12df4021081de8f2f1e9b04280a18c1675b",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha":... |
/* specfunc/gsl_sf_airy.h
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or (at
* your ... | {
"alphanum_fraction": 0.7131236443,
"avg_line_length": 26.3428571429,
"ext": "h",
"hexsha": "f4be70d31b19dd7259763ad4c659baa9fdc34f7c",
"lang": "C",
"max_forks_count": 1,
"max_forks_repo_forks_event_max_datetime": "2015-10-02T01:32:59.000Z",
"max_forks_repo_forks_event_min_datetime": "2015-10-02T01:32:... |
#pragma once
#include <bgfx/bgfx.h>
#include <napi/napi.h>
#include <gsl/gsl>
#include <optional>
namespace Babylon
{
class IndexBuffer final
{
public:
IndexBuffer(gsl::span<uint8_t> bytes, uint16_t flags, bool dynamic);
~IndexBuffer();
void Dispose();
void Update(Napi::... | {
"alphanum_fraction": 0.6154791155,
"avg_line_length": 22,
"ext": "h",
"hexsha": "b30dbaa8336876aac2dff28a8462dc8c557a5db2",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha": "d9ac79d1e... |
/*
* Copyright 2009-2017 The VOTCA Development Team
* (http://www.votca.org)
*
* Licensed under the Apache License, Version 2.0 (the "License")
*
* You may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* ... | {
"alphanum_fraction": 0.6136840099,
"avg_line_length": 31.2321428571,
"ext": "h",
"hexsha": "918615cac9fe4f23236bba2e139a5aba283586f8",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha":... |
/* rb.c
*
* Copyright (C) 1998-2002, 2004 Free Software Foundation, Inc.
* Copyright (C) 2018 Patrick Alken
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the Lic... | {
"alphanum_fraction": 0.5149878271,
"avg_line_length": 26.5535353535,
"ext": "c",
"hexsha": "c8bd1d5e2876579a7103253eeef025780c412f1d",
"lang": "C",
"max_forks_count": 2,
"max_forks_repo_forks_event_max_datetime": "2021-02-14T12:31:02.000Z",
"max_forks_repo_forks_event_min_datetime": "2021-01-20T16:22:... |
#ifndef TNet_Matrix_h
#define TNet_Matrix_h
#include <stddef.h>
#include <stdlib.h>
#include <stdexcept>
#include <iostream>
#ifdef HAVE_ATLAS
extern "C"{
#include <cblas.h>
#include <clapack.h>
}
#endif
#include "Common.h"
#include "MathAux.h"
#include "Types.h"
#include "Error.h"
//#define TRACE_MATRIX_OPERAT... | {
"alphanum_fraction": 0.5055636439,
"avg_line_length": 28.3657817109,
"ext": "h",
"hexsha": "d33cb0cf0830501705c9430a3c8df2e5b8c9b344",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha":... |
/**
General definitions
@author Álvaro Barbero Jiménez
@author Suvrit Sra
*/
#ifndef _GENERAL_H
#define _GENERAL_H
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define _USE_MATH_DEFINES
#include <math.h>
#include <float.h>
#include <limits.h>
/* Mex and LAPACK includes */
#ifdef NOMATLA... | {
"alphanum_fraction": 0.714360587,
"avg_line_length": 25.44,
"ext": "h",
"hexsha": "a13f4c61b248d21a028ddfdd625e8d6187f60f21",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha": "493151d... |
/*
NAME:
splitnmergegauss
PURPOSE:
split one gaussian and merge two other gaussians
CALLING SEQUENCE:
splitnmergegauss(struct gaussian * gaussians,int K, gsl_matrix * qij,
int j, int k, int l)
INPUT:
gaussians - model gaussians
K - number of gaussians
qij ... | {
"alphanum_fraction": 0.6672588832,
"avg_line_length": 31.0236220472,
"ext": "c",
"hexsha": "5cb737322f5c4f6616adb92b903dadb3dd7ffec2",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha":... |
#ifndef _PURSUIT_SHIP_H_
#define _PURSUIT_SHIP_H_
//-----------------------------------------------------------------------------
#include <boost/shared_ptr.hpp>
#include <Ravelin/Pose3d.h>
#include <Ravelin/SpatialRBInertiad.h>
#include <gsl/gsl_rng.h>
#include <gsl/gsl_randist.h>
#include <gsl/gsl_vector.h>
#incl... | {
"alphanum_fraction": 0.6481402309,
"avg_line_length": 41.2764705882,
"ext": "h",
"hexsha": "8ca763bf9d895e23c0744960700e1f02c331c69a",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha":... |
/* interpolation/akima.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or (at
* your o... | {
"alphanum_fraction": 0.5457738982,
"avg_line_length": 24.0871794872,
"ext": "c",
"hexsha": "4244e0f1af7d96040cfe176e5736bc7763f39998",
"lang": "C",
"max_forks_count": 2,
"max_forks_repo_forks_event_max_datetime": "2021-02-14T12:31:02.000Z",
"max_forks_repo_forks_event_min_datetime": "2021-01-20T16:22:... |
///
/// @file This file contains OpenMP and BLAS thread count configuration
/// interface.
///
/// @author Mirko Myllykoski (mirkom@cs.umu.se), Umeå University
///
/// @internal LICENSE
///
/// Copyright (c) 2019-2020, Umeå Universitet
///
/// Redistribution and use in source and binary forms, with or without
/// modif... | {
"alphanum_fraction": 0.6687256921,
"avg_line_length": 33.4942528736,
"ext": "c",
"hexsha": "5a9b58a8cf2290256d739cd2319a60e2246409b3",
"lang": "C",
"max_forks_count": 4,
"max_forks_repo_forks_event_max_datetime": "2020-04-14T09:41:23.000Z",
"max_forks_repo_forks_event_min_datetime": "2019-04-30T12:14:... |
#include <gsl/gsl_histogram.h>
#include <gsl/gsl_matrix.h>
#include "../csm_all.h"
#include "gpm.h"
#include <egsl/egsl_macros.h>
void sm_gpm(struct sm_params*params, struct sm_result*res) {
res->valid = 0;
/* Check for well-formedness of the input data */
if(!ld_valid_fields(params->laser_ref) ||
!ld_val... | {
"alphanum_fraction": 0.6689510977,
"avg_line_length": 29.9965156794,
"ext": "c",
"hexsha": "cf88254a8206f7100fcbd0a22f1dd5ba5f89584f",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha":... |
/*
Example usage of MIXMAX with GSL
* Copyright Konstantin Savvidy.
*
* Free to use, academic or commercial. Do not redistribute without permission.
*
* G.K.Savvidy and N.G.Ter-Arutyunian,
* On the Monte Carlo simulation of physical systems,
* J.Comput.Phys. 97, 566 (1991);
* Preprint EPI-865-16-86, Yere... | {
"alphanum_fraction": 0.6242424242,
"avg_line_length": 22.1641791045,
"ext": "c",
"hexsha": "ff5df2301deb994e6f1172cff6ff8935e0438559",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha":... |
/************************************************************************
Dataset.h.h - Copyright marcello
Here you can write a license for your code, some comments or any other
information you want to have in your generated code. To to this simply
configure the "headings" directory in uml to point to a directory
... | {
"alphanum_fraction": 0.6517153207,
"avg_line_length": 27.2057971014,
"ext": "h",
"hexsha": "dff57ca3f643ebed7a49825c098d15bbd04fe0fe",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha":... |
/*
* Copyright (c) 2016-2021 lymastee, All rights reserved.
* Contact: lymastee@hotmail.com
*
* This file is part of the gslib project.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in t... | {
"alphanum_fraction": 0.6432312886,
"avg_line_length": 32.5416666667,
"ext": "h",
"hexsha": "a12943dacf778938ce4772f948530f78eba58db5",
"lang": "C",
"max_forks_count": 1,
"max_forks_repo_forks_event_max_datetime": "2016-10-19T15:20:58.000Z",
"max_forks_repo_forks_event_min_datetime": "2016-10-19T15:20:... |
/* rng/rng-dump.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000, 2007 James Theiler, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or (a... | {
"alphanum_fraction": 0.5831148401,
"avg_line_length": 25.7702702703,
"ext": "c",
"hexsha": "801df44dc24bd6bdafe6e1785ae66069f99646c2",
"lang": "C",
"max_forks_count": 2,
"max_forks_repo_forks_event_max_datetime": "2021-02-14T12:31:02.000Z",
"max_forks_repo_forks_event_min_datetime": "2021-01-20T16:22:... |
/**
*
* @file core_slarfb_gemm.c
*
* PLASMA core_blas kernel
* PLASMA is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
*
* @version 2.6.0
* @author Azzam Haidar
* @date 2010-11-15
* @generated s Tue Jan 7 11:44:49 2014
*
**/
#include <cbl... | {
"alphanum_fraction": 0.4589509692,
"avg_line_length": 32.723880597,
"ext": "c",
"hexsha": "3e2ad6b383358873a46965fdaff7362366a3cd06",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha": ... |
#include <math.h>
#include <gsl/gsl_math.h>
#include <egsl/egsl_macros.h>
#include "icp.h"
#include "../csm_all.h"
val compute_C_k(val p_j1, val p_j2);
val dC_drho(val p1, val p2);
void compute_covariance_exact(
LDP laser_ref, LDP laser_sens, const gsl_vector*x,
val *cov0_x, val *dx_dy1, val *dx_dy2)
{
egsl_pu... | {
"alphanum_fraction": 0.6578947368,
"avg_line_length": 29.7519379845,
"ext": "c",
"hexsha": "3d4db6447add915f705ddcedaccb954a4c5c4af1",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha":... |
/**
*/
#ifndef _CROSSDISP_UTILS_H
#define _CROSSDISP_UTILS_H
#include "spc_trace_functions.h"
#include <gsl/gsl_vector.h>
#include <gsl/gsl_matrix.h>
#include <gsl/gsl_statistics.h>
#include "aXe_grism.h"
#include "aXe_utils.h"
#include <math.h>
#include "trace_conf.h"
/**
* Structure: drz_pars
* A description o... | {
"alphanum_fraction": 0.7601410935,
"avg_line_length": 23.301369863,
"ext": "h",
"hexsha": "743869465d71391dbce3575ca0a5276382a87877",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha": ... |
#ifndef PYGSL_STATMODULE_H
#define PYGSL_STATMODULE_H 1
#include <pygsl/error_helpers.h>
#include <pygsl/block_helpers.h>
#include <gsl/gsl_statistics.h>
#include <Python.h>
/*
* This api will be only exported to the various statistics
* modules.
*/
static void **PyGSL_STATISTICS_API = NULL;
#define PyGSL_STAT... | {
"alphanum_fraction": 0.7484697781,
"avg_line_length": 46.6785714286,
"ext": "h",
"hexsha": "627ada69a3466cc5d4b5ef6ef1a2e00dc1df897e",
"lang": "C",
"max_forks_count": 1,
"max_forks_repo_forks_event_max_datetime": "2018-10-02T06:18:07.000Z",
"max_forks_repo_forks_event_min_datetime": "2018-10-02T06:18:... |
/**
*
* @file core_zsetvar.c
*
* PLASMA core_blas kernel
* PLASMA is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
*
* @version 2.6.0
* @author Mark Gates
* @date 2010-11-15
* @precisions normal z -> c d s
*
**/
#include <lapacke.h>
#inclu... | {
"alphanum_fraction": 0.5177033493,
"avg_line_length": 25.487804878,
"ext": "c",
"hexsha": "471291394850fa47c1df598e28b5d84818a4ae3d",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha": ... |
#include <math.h>
#include <stdlib.h>
#if !defined(__APPLE__)
#include <malloc.h>
#endif
#include <stdio.h>
#include <assert.h>
#include <time.h>
#include <string.h>
#include <fftw3.h>
#include <gsl/gsl_errno.h>
#include <gsl/gsl_sf_erf.h>
#include <gsl/gsl_integration.h>
#include <gsl/gsl_spline.h>
#include <gsl/gsl... | {
"alphanum_fraction": 0.670217011,
"avg_line_length": 39.6338199513,
"ext": "c",
"hexsha": "b3e2ada822f712ebe6428412087ea61e4f48a05b",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha": ... |
#include <stdio.h>
#include <gsl/gsl_min.h>
#include <gsl/gsl_multimin.h>
/* Paraboloid with a minimum at f(dp[0],dp[1]) = 30.0 */
double
my_f (const gsl_vector * v, void *params)
{
double x, y;
double *dp = (double *) params;
x = gsl_vector_get (v, 0);
y = gsl_vector_get (v, 1);
return 10.0 * (x - dp[0]) ... | {
"alphanum_fraction": 0.5999008428,
"avg_line_length": 20.793814433,
"ext": "c",
"hexsha": "12489dc48c61f0ffb722aba6b2a905f188064452",
"lang": "C",
"max_forks_count": 2,
"max_forks_repo_forks_event_max_datetime": "2021-02-14T12:31:02.000Z",
"max_forks_repo_forks_event_min_datetime": "2021-01-20T16:22:5... |
#ifndef SCALED_VARIANCE_H
#define SCALED_VARIANCE_H
#include "smash/decaymodes.h"
#include "smash/particletype.h"
#include <gsl/gsl_multiroots.h>
#include <gsl/gsl_roots.h>
#include <gsl/gsl_vector.h>
bool load_particle_types();
class ScaledVarianceCalculator {
public:
ScaledVarianceCalculator(const smash::Parti... | {
"alphanum_fraction": 0.6840909091,
"avg_line_length": 38.1102362205,
"ext": "h",
"hexsha": "3d6b4166b37d6946b9bc097a08289301f7122cf5",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha":... |
#ifndef __LISAUTILS_H__
#define __LISAUTILS_H__ 1
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <string.h>
#include <gsl/gsl_cdf.h>
#include "constants.h"
#include "struct.h"
#include "EOBNRv2HMROMstruct.h"
#include "EOBNRv2HMROM.h"
#include "waveform.h"
#include "wip.h"
#include "splinecoeffs.h"
... | {
"alphanum_fraction": 0.6951266888,
"avg_line_length": 63.4712328767,
"ext": "h",
"hexsha": "2cf1486a9c976410b5a4fccd53877273a2edd59b",
"lang": "C",
"max_forks_count": 2,
"max_forks_repo_forks_event_max_datetime": "2020-07-20T02:56:30.000Z",
"max_forks_repo_forks_event_min_datetime": "2018-09-20T14:19:... |
#pragma once
#define NOMINMAX
#include <windows.h>
#include <unknwn.h>
#include <restrictederrorinfo.h>
#include <hstring.h>
#include <MemoryBuffer.h>
// DirectX
#include <windows.ui.xaml.media.dxinterop.h>
#include <d3d11.h>
#include <dxgi.h>
#include <dxgi1_2.h>
#include <dxgi1_3.h>
#include <DirectXMath.h>
// C... | {
"alphanum_fraction": 0.7688984881,
"avg_line_length": 28.9375,
"ext": "h",
"hexsha": "d82c15c5518716692a12877a45c0534490d84cb5",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha": "a517... |
/*
* Copyright 2012-2016 M. Andersen and L. Vandenberghe.
* Copyright 2010-2011 L. Vandenberghe.
* Copyright 2004-2009 J. Dahl and L. Vandenberghe.
*
* This file is part of CVXOPT.
*
* CVXOPT is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publis... | {
"alphanum_fraction": 0.6781673159,
"avg_line_length": 26.4264705882,
"ext": "c",
"hexsha": "d44f7ea6ef3ab62c3736b41a7c5f1b9d2e3dd82b",
"lang": "C",
"max_forks_count": 6,
"max_forks_repo_forks_event_max_datetime": "2021-03-31T07:08:29.000Z",
"max_forks_repo_forks_event_min_datetime": "2020-08-14T22:02:... |
/*
Program to trace back particles in a halo to the initial conditions
and/or to print distance of particles from the Halo center
requires gadget file at z=0 and initial conditions
requires center of mass (can be read in from a file created with virialmass.c)
gcc -std=c99 -lm -lgsl -lgslcblas -o trhalo trhalo.c libgad... | {
"alphanum_fraction": 0.5323635079,
"avg_line_length": 28.173119469,
"ext": "c",
"hexsha": "d5dcfd1ca28f89ab0c97fdb143bf8ef75ec35c93",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha": ... |
//====---- Sudoku/Options.h ----====//
//
// Data object containing and managing available options.
//====--------------------------------------------------------------------====//
// Templated with element size.
//
// The 0-bit is the inverse answer-bit. if [0]==0 the answer i... | {
"alphanum_fraction": 0.6859369925,
"avg_line_length": 26.271331058,
"ext": "h",
"hexsha": "5a71d505324bbef89db6a03144eb93e188b7b96d",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha": ... |
static char help[] = "DAE system solver example using TS. Models two\n"
"equal-mass balls (particles) moving in the plane with a rigid connecting\n"
"rod between. (Alternatively, -rod_free removes the rod and the motion\n"
"is free and independent.) A stabilized index-2 constrained Lagrangian\n"
"dynamics formulatio... | {
"alphanum_fraction": 0.5505774315,
"avg_line_length": 44.2276923077,
"ext": "c",
"hexsha": "365bee8d7f9e4289998371d260b05c44b9fa3f9a",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha":... |
#pragma once
#include "Cesium3DTiles/BoundingVolume.h"
#include "Cesium3DTiles/Gltf.h"
#include "Cesium3DTiles/Library.h"
#include "Cesium3DTiles/RasterMappedTo3DTile.h"
#include "Cesium3DTiles/RasterOverlayTile.h"
#include "Cesium3DTiles/TileContext.h"
#include "Cesium3DTiles/TileID.h"
#include "Cesium3DTiles/TileRef... | {
"alphanum_fraction": 0.6841084165,
"avg_line_length": 29.2570951586,
"ext": "h",
"hexsha": "e9da87a3a78f4da6d9aece239346f739b5603dd0",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha":... |
/*
* vbHmm_template.c
* Template for original model to be analyzed by VB-HMM.
*
* Created by OKAMOTO Kenji and SAKO Yasushi
* Copyright 2011
* Cellular Informatics Laboratory, Advance Science Institute, RIKEN, Japan.
* All rights reserved.
*
* Ver. 1.0.0
* Last modified on 2011.04.19
*/
#include <ma... | {
"alphanum_fraction": 0.4891213237,
"avg_line_length": 28.6419624217,
"ext": "c",
"hexsha": "2b4d85589d332f492a8b757218096442c7aa4a27",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha":... |
/*
* Copyright (c) 2016-2021 lymastee, All rights reserved.
* Contact: lymastee@hotmail.com
*
* This file is part of the gslib project.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in t... | {
"alphanum_fraction": 0.7071129707,
"avg_line_length": 27.0566037736,
"ext": "h",
"hexsha": "f7b1bb9d91b60d77525cb28a4471af3bb447f3c4",
"lang": "C",
"max_forks_count": 1,
"max_forks_repo_forks_event_max_datetime": "2016-10-19T15:20:58.000Z",
"max_forks_repo_forks_event_min_datetime": "2016-10-19T15:20:... |
// Copyright András Vukics 2021. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.txt)
/// \briefFileDefault
#ifndef CPPQEDCORE_UTILS_ODE_GSL_H_INCLUDED
#define CPPQEDCORE_UTILS_ODE_GSL_H_INCLUDED
#include "ArrayTraits.h"
#include "ODE.h"
#include <gsl/gsl_errno.h>
#include <g... | {
"alphanum_fraction": 0.7347670251,
"avg_line_length": 33.1678321678,
"ext": "h",
"hexsha": "5b6fe219404a0007bde5e5f7a56f0a6c5fe891b6",
"lang": "C",
"max_forks_count": 2,
"max_forks_repo_forks_event_max_datetime": "2021-01-28T18:29:01.000Z",
"max_forks_repo_forks_event_min_datetime": "2021-01-25T10:16:... |
#include "cconfigspace_internal.h"
#include <stdlib.h>
#include <gsl/gsl_rng.h>
const ccs_datum_t ccs_none = CCS_NONE_VAL;
const ccs_datum_t ccs_inactive = CCS_INACTIVE_VAL;
const ccs_datum_t ccs_true = CCS_TRUE_VAL;
const ccs_datum_t ccs_false = CCS_FALSE_VAL;
const ccs_version_t ccs_version = { 0, 1, 0, 0 };
ccs_re... | {
"alphanum_fraction": 0.6931338703,
"avg_line_length": 24.8285714286,
"ext": "c",
"hexsha": "9931f0f85ed665dad30d183061de80f4b364a553",
"lang": "C",
"max_forks_count": 2,
"max_forks_repo_forks_event_max_datetime": "2021-12-07T17:54:11.000Z",
"max_forks_repo_forks_event_min_datetime": "2021-09-16T18:20:... |
static char help[] = "1D reaction-diffusion problem with DMDA and SNES. Option prefix -rct_.\n\n";
#include <petsc.h>
typedef struct {
PetscReal rho, M, alpha, beta;
PetscBool noRinJ;
} AppCtx;
extern PetscReal f_source(PetscReal);
extern PetscErrorCode InitialAndExact(DMDALocalInfo*, PetscReal*, PetscRea... | {
"alphanum_fraction": 0.5791690599,
"avg_line_length": 35.7739726027,
"ext": "c",
"hexsha": "7c735248004ace19877f7850a960f37c3b5b261c",
"lang": "C",
"max_forks_count": 46,
"max_forks_repo_forks_event_max_datetime": "2022-03-22T07:43:17.000Z",
"max_forks_repo_forks_event_min_datetime": "2016-07-23T09:26... |
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <gsl/gsl_rng.h>
#include <gsl/gsl_randist.h>
#include <string.h>
double likelihood(double *y_obs, double* y_model);
void my_model(double *y_init, double *x_obs, double a, double b, double c, double d);
int minimo (double *arr, int nsteps, int nburn);
d... | {
"alphanum_fraction": 0.589939697,
"avg_line_length": 20.2351190476,
"ext": "c",
"hexsha": "5bb8238b485f39b42d7f0f441f9814d1c2561f70",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha": ... |
#ifndef PETSCWRAPPER_H
#define PETSCWRAPPER_H
#include <petsc.h>
#include "../TPLs/eigen-git-mirror/Eigen/Eigen"
#include <iostream>
using namespace std;
//==============================================================================
int initPETScMat(Mat * A, int squareSize, int nonZeros);
int initPETScRectMat(Ma... | {
"alphanum_fraction": 0.543946932,
"avg_line_length": 28.7142857143,
"ext": "h",
"hexsha": "65b1fc72962dff54420fbaa7950f01a0e48dc076",
"lang": "C",
"max_forks_count": 1,
"max_forks_repo_forks_event_max_datetime": "2021-11-02T10:28:46.000Z",
"max_forks_repo_forks_event_min_datetime": "2021-11-02T10:28:4... |
#ifndef __DREAM_H__
#define __DREAM_H__
#include <cmath>
#include <cstdio>
#include <cstdlib>
#include <string>
#include <map>
#include <vector>
#include <algorithm>
using namespace std;
#include <gsl/gsl_statistics.h>
#include <gsl/gsl_math.h>
#include <rapidjson/document.h>
#include <rng/RngStream.h>
#include "arr... | {
"alphanum_fraction": 0.6575525175,
"avg_line_length": 32.597826087,
"ext": "h",
"hexsha": "bdfd9ef999780efd22b8d9de87e374d816c4261c",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha": ... |
/* const/test.c
*
* Copyright (C) 2003, 2007 Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or (at
* your option) any later version.
*
... | {
"alphanum_fraction": 0.6882546652,
"avg_line_length": 27.887755102,
"ext": "c",
"hexsha": "aa5aa1c798b195718e8be428eeb2cd34ffb8eff6",
"lang": "C",
"max_forks_count": 224,
"max_forks_repo_forks_event_max_datetime": "2022-03-30T00:57:48.000Z",
"max_forks_repo_forks_event_min_datetime": "2015-11-12T21:17... |
/**
* APER_CHECK - create a FITS image showing the locations of
* apertures.
*/
#ifndef _APER_CHECK_H
#define _APER_CHECK_H
#include <gsl/gsl_matrix.h>
#include "aXe_grism.h"
typedef struct
{
gsl_matrix *img;
}
aXe_mask;
extern aXe_mask *
aXe_mask_init (observation * ob);
extern void
add_ap_p_to_... | {
"alphanum_fraction": 0.7262443439,
"avg_line_length": 16.3703703704,
"ext": "h",
"hexsha": "1fabcc212d04301a43aeef06d2f84a86907fd198",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha":... |
/**
* original author: Jochen K"upper
* author: Pierre Schnizer
* created: Jan 2002
* modified: May 2009
* file: pygsl/src/statistics/longmodule.c
* $Id: charmodule.c,v 1.9 2009/05/11 08:53:03 schnizer Exp $
*
*
*"
*/
#include <Python.h>
#include <pygsl/error_helpers.h>
#include <pygsl/block_helpers.h>
#inc... | {
"alphanum_fraction": 0.7058823529,
"avg_line_length": 19.170212766,
"ext": "c",
"hexsha": "d52f8777c1837f23d006a296762460d82ca828ea",
"lang": "C",
"max_forks_count": 1,
"max_forks_repo_forks_event_max_datetime": "2018-10-02T06:18:07.000Z",
"max_forks_repo_forks_event_min_datetime": "2018-10-02T06:18:0... |
#include "AFS.h"
#include "cs.h"
#include "AFS_ctmc.h"
#include "sparseExp.h"
#include "adkCSparse.h"
#include "adkGSL.h"
//#include "cuba.h"
#include <gsl/gsl_blas.h>
void fillExpectedAFS_unnorm(afsStateSpace *S, double *visitMat ,gsl_vector *rates, gsl_matrix *expAFS);
//fills a sparse transition matrix for Cont... | {
"alphanum_fraction": 0.6046625367,
"avg_line_length": 30.4165289256,
"ext": "c",
"hexsha": "584cc885ed198151a218c36a39e48f4907416067",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha":... |
/*****************************************************************************
*
* Rokko: Integrated Interface for libraries of eigenvalue decomposition
*
* Copyright (C) 2012-2017 by Synge Todo <wistaria@phys.s.u-tokyo.ac.jp>
*
* Distributed under the Boost Software License, Version 1.0. (See accompanying
* file LICEN... | {
"alphanum_fraction": 0.5292697646,
"avg_line_length": 26.7258064516,
"ext": "c",
"hexsha": "edf4e7cf8b5a92614314f90628d089dd813185c8",
"lang": "C",
"max_forks_count": 2,
"max_forks_repo_forks_event_max_datetime": "2019-06-01T07:10:01.000Z",
"max_forks_repo_forks_event_min_datetime": "2015-06-16T04:22:... |
/******************************************************************************* *
*
* This file is part of the General Hidden Markov Model Library,
* GHMM version __VERSION__, see http://ghmm.org
*
* Filename: ghmm/ghmm/root_finder.c
* Authors: Achim Gaedke
*
* Copyright (C) 1998-2004 A... | {
"alphanum_fraction": 0.5664335664,
"avg_line_length": 26.3066037736,
"ext": "c",
"hexsha": "1f1a39c6a8a15ba660e688cd78818ceab46fb116",
"lang": "C",
"max_forks_count": 25,
"max_forks_repo_forks_event_max_datetime": "2020-12-29T13:23:10.000Z",
"max_forks_repo_forks_event_min_datetime": "2016-10-18T03:31... |
// Copyright (c) 2018 PaddlePaddle Authors. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless requir... | {
"alphanum_fraction": 0.6764577894,
"avg_line_length": 30.0392156863,
"ext": "h",
"hexsha": "5cd2f855d1135e6dd8343efdaa9855d2526a3520",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha":... |
#include <stdio.h>
#include <gsl/gsl_math.h>
#include <gsl/gsl_eigen.h>
int
main (void)
{
double data[] = { -1.0, 1.0, -1.0, 1.0,
-8.0, 4.0, -2.0, 1.0,
27.0, 9.0, 3.0, 1.0,
64.0, 16.0, 4.0, 1.0 };
gsl_matrix_view m
= gsl_matrix_view_array (data, 4, ... | {
"alphanum_fraction": 0.5466666667,
"avg_line_length": 24.1071428571,
"ext": "c",
"hexsha": "eb1a4e59d61d780812a593b5c7fc0d501a9560d3",
"lang": "C",
"max_forks_count": 14,
"max_forks_repo_forks_event_max_datetime": "2020-03-12T12:31:25.000Z",
"max_forks_repo_forks_event_min_datetime": "2015-07-21T04:47... |
#if !defined(PETIGABL_H)
#define PETIGABL_H
#include <petsc.h>
#include <petscblaslapack.h>
#if defined(PETSC_BLASLAPACK_UNDERSCORE)
#define sgetri_ sgetri_
#define dgetri_ dgetri_
#define qgetri_ qgetri_
#define cgetri_ cgetri_
#define zgetri_ zgetri_
#elif defined(PETSC_BLASLAPACK_CAPS)
#define sge... | {
"alphanum_fraction": 0.7506971556,
"avg_line_length": 28.015625,
"ext": "h",
"hexsha": "31a31d4073537c615250e4bf1d6ba0f3e139411e",
"lang": "C",
"max_forks_count": 5,
"max_forks_repo_forks_event_max_datetime": "2021-06-14T10:40:40.000Z",
"max_forks_repo_forks_event_min_datetime": "2016-11-08T12:55:17.0... |
/* linalg/test_qr.c
*
* Copyright (C) 2019-2020 Patrick Alken
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or (at
* your option) any later version.
... | {
"alphanum_fraction": 0.591463613,
"avg_line_length": 28.1235132662,
"ext": "c",
"hexsha": "1c566a18bf90747a5149a8392c868d88cf877689",
"lang": "C",
"max_forks_count": 2,
"max_forks_repo_forks_event_max_datetime": "2021-02-14T12:31:02.000Z",
"max_forks_repo_forks_event_min_datetime": "2021-01-20T16:22:5... |
/**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | {
"alphanum_fraction": 0.753968254,
"avg_line_length": 37.5789473684,
"ext": "h",
"hexsha": "9bd4f09e57313ea3c1f69eb4ae72170d5934342c",
"lang": "C",
"max_forks_count": 104,
"max_forks_repo_forks_event_max_datetime": "2022-03-01T13:39:20.000Z",
"max_forks_repo_forks_event_min_datetime": "2016-04-28T15:20... |
/* specfunc/bessel_K1.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or (at
* your op... | {
"alphanum_fraction": 0.6028426728,
"avg_line_length": 27.6968325792,
"ext": "c",
"hexsha": "85317146756384653e10ae9432535b742c80175b",
"lang": "C",
"max_forks_count": 40,
"max_forks_repo_forks_event_max_datetime": "2022-03-03T23:23:37.000Z",
"max_forks_repo_forks_event_min_datetime": "2015-02-26T15:31... |
/*
** CCM - connectivity consistency mapping
**
** G.Lohmann, July 2010
*/
#include <viaio/Vlib.h>
#include <viaio/file.h>
#include <viaio/mu.h>
#include <viaio/option.h>
#include <viaio/os.h>
#include <viaio/VImage.h>
#include <gsl/gsl_matrix.h>
#include <gsl/gsl_vector.h>
#include <gsl/gsl_errno.h>
#include <stdio.... | {
"alphanum_fraction": 0.6066782307,
"avg_line_length": 26.3542857143,
"ext": "c",
"hexsha": "590f79951903b088433834e2654add7395cedf35",
"lang": "C",
"max_forks_count": 8,
"max_forks_repo_forks_event_max_datetime": "2022-03-22T08:05:46.000Z",
"max_forks_repo_forks_event_min_datetime": "2017-09-29T10:33:... |
/**
*
* @file qwrapper_slaset2.c
*
* PLASMA core_blas quark wrapper
* PLASMA is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
*
* @version 2.6.0
* @author Hatem Ltaief
* @date 2010-11-15
* @generated s Tue Jan 7 11:44:59 2014
*
**/
#inclu... | {
"alphanum_fraction": 0.5185185185,
"avg_line_length": 27.4909090909,
"ext": "c",
"hexsha": "34816924cbba9f63cdd77c07c0d2a9ff9c9f6aad",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha":... |
#ifndef H_GPC_UTILS
#define H_GPC_UTILS
#include <gsl/gsl_matrix.h>
#include <gsl/gsl_blas.h>
#include <gsl/gsl_linalg.h>
#include <gsl/gsl_poly.h>
/* The GSL is a pain to work with. The library DOES NOT HAVE a determinant() function
or an inv() function: you have to write your own routines. */
#define gmg gsl_mat... | {
"alphanum_fraction": 0.7704433498,
"avg_line_length": 31.71875,
"ext": "h",
"hexsha": "40bf03269ce1d1c397ea598512cd7be679480262",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha": "f05... |
/* eigen/schur.c
*
* Copyright (C) 2006 Patrick Alken
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or (at
* your option) any later version.
*
* ... | {
"alphanum_fraction": 0.4662086892,
"avg_line_length": 28.8793565684,
"ext": "c",
"hexsha": "b2b7adb3ab3824993cca8c6542cbbc8eda929a7b",
"lang": "C",
"max_forks_count": 40,
"max_forks_repo_forks_event_max_datetime": "2022-03-03T23:23:37.000Z",
"max_forks_repo_forks_event_min_datetime": "2015-02-26T15:31... |
#ifndef ALLVARS_H
#define ALLVARS_H
#include <stdio.h>
#include <gsl/gsl_rng.h>
#include "core_simulation.h"
#ifdef HDF5
#include <hdf5.h>
#define MODELNAME "SAGE"
#endif
#define NDIM 3
#define ABORT(sigterm) \
do { ... | {
"alphanum_fraction": 0.7126870702,
"avg_line_length": 23.178125,
"ext": "h",
"hexsha": "e022168f45073fb9c9ac080d551d8a2b72af0898",
"lang": "C",
"max_forks_count": 20,
"max_forks_repo_forks_event_max_datetime": "2021-09-13T05:50:47.000Z",
"max_forks_repo_forks_event_min_datetime": "2015-11-03T06:12:58.... |
#include <bindings.cmacros.h>
#include <gsl/gsl_vector.h>
BC_INLINE2(GSL_COMPLEX_AT,gsl_vector_complex*,size_t,gsl_complex*)
BC_INLINE2(GSL_COMPLEX_FLOAT_AT,gsl_vector_complex_float*,size_t,gsl_complex_float*)
/* BC_INLINE2(GSL_COMPLEX_LONG_DOUBLE_AT,gsl_vector_complex_long_double*,size_t,gsl_complex_long_double*) */
| {
"alphanum_fraction": 0.859375,
"avg_line_length": 45.7142857143,
"ext": "c",
"hexsha": "1bc774e2264c637ccf476d69fd16773178115335",
"lang": "C",
"max_forks_count": 19,
"max_forks_repo_forks_event_max_datetime": "2021-09-10T19:31:38.000Z",
"max_forks_repo_forks_event_min_datetime": "2015-01-03T20:43:08.... |
#ifndef CTETRA_PARTIAL_H
#define CTETRA_PARTIAL_H
#include <stdlib.h>
#include <math.h>
#include <gsl/gsl_math.h>
#include <gsl/gsl_complex.h>
#include <gsl/gsl_complex_math.h>
#include <gsl/gsl_matrix.h>
#include "input.h"
#include "evcache.h"
#include "submesh.h"
double Gauss_PartialDos_Eig(double E, double sigma, ... | {
"alphanum_fraction": 0.7703349282,
"avg_line_length": 29.8571428571,
"ext": "h",
"hexsha": "662f5483b01301ecbd4a964e1841c0489b8a62b3",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha":... |
/*! \file Integrate.h
* \brief header file for integrating functions or data.
*/
#ifndef INTEGRATE_H
#define INTEGRATE_H
#include <cmath>
#include <iostream>
#include <gsl/gsl_math.h>
#include <gsl/gsl_integration.h>
#include <gsl/gsl_interp.h>
#include <gsl/gsl_monte.h>
#include <gsl/gsl_monte_plain.h>
#include <... | {
"alphanum_fraction": 0.6868304978,
"avg_line_length": 42.8918918919,
"ext": "h",
"hexsha": "6b6ddc7f4c42287f71d2a4150e1b7eb67570744f",
"lang": "C",
"max_forks_count": 3,
"max_forks_repo_forks_event_max_datetime": "2020-10-23T00:21:57.000Z",
"max_forks_repo_forks_event_min_datetime": "2019-04-23T02:58:... |
#ifndef __bvd_rng_h_
#define __bvd_rng_h_
#include "Cow.h"
#include <cmath>
#include <gsl/gsl_rng.h>
#include <time.h>
#include "Model_Constants.h"
#include <cmath>
#include <gsl/gsl_rng.h>
#include <time.h>
class Random_Number_Generator
{
public:
Random_Number_Generator();
Random_Number_Generator( unsigned int se... | {
"alphanum_fraction": 0.7411308204,
"avg_line_length": 41.9534883721,
"ext": "h",
"hexsha": "5d79517f9986766886af7e2409de0e461d37b890",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha":... |
/*! \file vhartree.h
\brief Hartreeポテンシャルを求めるクラスの宣言
Copyright © 2015 @dc1394 All Rights Reserved.
This software is released under the BSD 2-Clause License.
*/
#ifndef _VHARTREE_H_
#define _VHARTREE_H_
#pragma once
#include "diffdata.h"
#include "property.h"
#include <memory> // for std::uniq... | {
"alphanum_fraction": 0.5311320755,
"avg_line_length": 22.5531914894,
"ext": "h",
"hexsha": "4be0331943e1053b70b04e947c46d355571318b5",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha":... |
#pragma once
#include "Hypo/Graphics/Exports.h"
#include "Hypo/System/DataTypes/ObjPtr.h"
#include "Hypo/Window/Context/GraphicsContext.h"
#include <gsl/span>
namespace Hypo
{
enum class TextureType
{
None,
Rgb,
Rgba,
sRgb,
sRgba,
Stencil,
Depth
};
HYPO_GRAPHICS_API uInt32 GetTexturePixelSize(Tex... | {
"alphanum_fraction": 0.7324675325,
"avg_line_length": 21,
"ext": "h",
"hexsha": "62f9a1c2b44d4e42106240b7f86ec072a10c2241",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha": "67107bf14... |
//Causal FIR filtering of each vector in X along dim.
//FIR impulse response is given in vector B with length Q+1.
//(I use P for IIR filter order, since same as polynomial order.)
#include <stdio.h>
#include <math.h>
#include <cblas.h>
#ifdef __cplusplus
namespace codee {
extern "C" {
#endif
int fir_s (float *Y, co... | {
"alphanum_fraction": 0.3652573043,
"avg_line_length": 32.5545977011,
"ext": "c",
"hexsha": "7ce699d308320e9219dd92e4ecc35104e6bb5362",
"lang": "C",
"max_forks_count": 1,
"max_forks_repo_forks_event_max_datetime": "2021-10-05T13:50:32.000Z",
"max_forks_repo_forks_event_min_datetime": "2021-10-05T13:50:... |
/* matrix/gsl_matrix_double.h
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000, 2007 Gerard Jungman, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the L... | {
"alphanum_fraction": 0.625399568,
"avg_line_length": 32.3324022346,
"ext": "h",
"hexsha": "c54fa59f11e354878d16cb3d30298a9ae5adedb7",
"lang": "C",
"max_forks_count": 2,
"max_forks_repo_forks_event_max_datetime": "2021-02-14T12:31:02.000Z",
"max_forks_repo_forks_event_min_datetime": "2021-01-20T16:22:5... |
//
// Created by peixinho on 19/12/16.
//
#include <ml_matrix.h>
#include <cblas.h>
#include <ml_memory.h>
MlMatrix* ml_create_matrix(size_t nrow, size_t ncol) {
MlMatrix* m = NULL;
m = ml_alloc(MlMatrix);
m->nrows = nrow;
m->ncols = ncol;
m->n = nrow*ncol;
m->data = ml_alloc_array(m->n, float... | {
"alphanum_fraction": 0.5262860373,
"avg_line_length": 22.6794871795,
"ext": "c",
"hexsha": "6fa07ba471da7eabc68399dfe8c0c726d31a6530",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha":... |
//
// Created by david on 2018-11-30.
//
#ifndef DMRG_CLASS_XDMRG_FULL_FUNCTOR_H
#define DMRG_CLASS_XDMRG_FULL_FUNCTOR_H
#ifdef OpenMP_AVAILABLE
#include <omp.h>
#endif
#ifdef OpenBLAS_AVAILABLE
#include <cblas.h>
#endif
#include <Eigen/Core>
#include <unsupported/Eigen/CXX11/Tensor>
#include <general/nmspc_tensor_e... | {
"alphanum_fraction": 0.6840764331,
"avg_line_length": 31.4,
"ext": "h",
"hexsha": "16571e13515675e2d9623457c78d9850bcc50210",
"lang": "C",
"max_forks_count": 1,
"max_forks_repo_forks_event_max_datetime": "2019-07-16T00:27:56.000Z",
"max_forks_repo_forks_event_min_datetime": "2019-07-16T00:27:56.000Z",... |
#pragma once
#include <iostream>
#include <map>
#include <memory>
#include <string>
#include <vector>
#include <gsl/gsl_complex.h>
#include <gsl/gsl_math.h>
#include "../Scanner/scanner.h"
#include "../Utils/Types.h"
class Expression;
typedef std::shared_ptr<Expression> expression;
typedef std::map<std::string, ex... | {
"alphanum_fraction": 0.6240745164,
"avg_line_length": 35.4830508475,
"ext": "h",
"hexsha": "dc8d7c71188f3ffe49006af78efdc0074d70d08e",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha":... |
#pragma once
#include <Hypo/System/Exports.h>
#include <Hypo/Config.h>
#include <ostream>
#include <gsl/span>
#include <Hypo/System/Exports.h>
#include <Hypo/System/Buffer/Buffer.h>
#include <Hypo/System/Streams/MemoryStream.h>
namespace Hypo
{
class HYPO_SYSTEM_API BinaryWriter
{
public:
BinaryWriter(std::ostr... | {
"alphanum_fraction": 0.6742358079,
"avg_line_length": 19.9130434783,
"ext": "h",
"hexsha": "2b68a678e97bcd2da4ced438e369303d2382124f",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha":... |
/************************************************************************
Tuple.h.h - Copyright marcello
Here you can write a license for your code, some comments or any other
information you want to have in your generated code. To to this simply
configure the "headings" directory in uml to point to a directory
w... | {
"alphanum_fraction": 0.6733632711,
"avg_line_length": 32.053030303,
"ext": "h",
"hexsha": "d4f014027a4b32d2c226a90f4313284eb91e1407",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha": ... |
#pragma once
#include "nkg_point.h"
#include "nkg_rect.h"
#include "nk_essential.h"
#include "utility/types.h"
#include "utility/c++std/string_view.h"
#include <nuklear.h>
#include <gsl/gsl>
namespace cws80 {
// drawing
void im_draw_point(nk_command_buffer *out, f32 x, f32 y, nk_color color);
void im_fill_polygon(nk_... | {
"alphanum_fraction": 0.7175965665,
"avg_line_length": 47.5510204082,
"ext": "h",
"hexsha": "2ec8cfcc17b37c699962f0082b656758d5fff1d2",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha":... |
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <time.h>
#include <complex.h>
#include <gsl/gsl_linalg.h>
#include <gsl/gsl_matrix.h>
#define _USE_MATH_DEFINES
// global variables
int n = 10;
double incident(double x);
double green_function(double r1[n][3], double r2[n][3]);
int main()
{
int i, j... | {
"alphanum_fraction": 0.5841281953,
"avg_line_length": 20.3178294574,
"ext": "c",
"hexsha": "2d0cb023b56d803ecc42b9ce3a378a2683c0212c",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha":... |
/*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
** **
** This file forms part of the Underworld geophysics modelling application. **
** ... | {
"alphanum_fraction": 0.5208913649,
"avg_line_length": 37.7894736842,
"ext": "c",
"hexsha": "556a6ac4e467dc1e0ba6fada70735e7a4e9f0733",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha":... |
// SPDX-License-Identifier: MIT
// The MIT License (MIT)
//
// Copyright (c) 2014-2018, Institute for Software & Systems Engineering
// Copyright (c) 2018-2019, Johannes Leupolz
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the... | {
"alphanum_fraction": 0.7574636724,
"avg_line_length": 35.0462962963,
"ext": "h",
"hexsha": "f3af5af517751760124b35f66a03fd7f0e4800d8",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha":... |
/*
* Copyright (c) 1997-1999 Massachusetts Institute of Technology
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later versio... | {
"alphanum_fraction": 0.5732986222,
"avg_line_length": 29.3985559567,
"ext": "c",
"hexsha": "9cc6a9b711bb2fb147b85a6560e4a86996122365",
"lang": "C",
"max_forks_count": 1,
"max_forks_repo_forks_event_max_datetime": "2020-07-09T00:20:49.000Z",
"max_forks_repo_forks_event_min_datetime": "2020-07-09T00:20:... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.