Search is not available for this dataset
text string | meta dict |
|---|---|
/*
Copyright 2010-2011, D. E. Shaw Research.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions, and the f... | {
"alphanum_fraction": 0.7182721713,
"avg_line_length": 38.4705882353,
"ext": "c",
"hexsha": "68478a8edd219c22d8513bbe5910e8d1d1359ef3",
"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 qwrapper_zlanhe.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 Julien Langou
* @author Henricus Bouwmeester
* @author Mathieu Faverge
* @date 2010-11... | {
"alphanum_fraction": 0.4925195915,
"avg_line_length": 33.4206349206,
"ext": "c",
"hexsha": "8d35182b4ef75af2a3d3f69f1792e97e2e5c5bea",
"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 "Common.h"
#include <stdexcept>
#include <gsl/gsl>
namespace winlogo::utils {
/**
* This exception is raised when failing to run VirtualProtect.
*/
class VirtualProtectFailedError : public std::runtime_error {
public:
VirtualProtectFailedError() noexcept;
};
/**
* This is a RAII class f... | {
"alphanum_fraction": 0.72823219,
"avg_line_length": 25.2666666667,
"ext": "h",
"hexsha": "39e6ee47a698c2e60514f03f4ffdaabfe23bd9b3",
"lang": "C",
"max_forks_count": 1,
"max_forks_repo_forks_event_max_datetime": "2021-11-20T12:06:02.000Z",
"max_forks_repo_forks_event_min_datetime": "2021-11-20T12:06:02... |
/* fft/dft_complex.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000, 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 op... | {
"alphanum_fraction": 0.6104443724,
"avg_line_length": 27.0438596491,
"ext": "c",
"hexsha": "dcecf3e18d5f8696671b457e23c3ad09d4d69ce8",
"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:... |
#pragma once
#include <gsl/gsl>
struct ScanWordResult;
struct GlyphVertex2d;
struct TigFont;
struct TigTextStyle;
struct TigRect;
struct TigFontMetrics;
using namespace gsl;
namespace gfx {
class RenderingDevice;
class ShapeRenderer2d;
class TextEngine;
}
class FontRenderer {
public:
explicit FontRenderer(gfx:... | {
"alphanum_fraction": 0.7669172932,
"avg_line_length": 26.0515463918,
"ext": "h",
"hexsha": "39b4cb5993f8268e9e67b41347b8875ba850d909",
"lang": "C",
"max_forks_count": 25,
"max_forks_repo_forks_event_max_datetime": "2021-11-15T23:14:51.000Z",
"max_forks_repo_forks_event_min_datetime": "2016-02-04T21:19... |
#include "linearwaves.h"
#include <gsl/gsl_integration.h>
typedef struct GSL_params {
double x;
int m;
} GSL_params;
void init_params(void) {
params.mp = 1e-5;
params.softening = .6*.05;
params.softening2 = params.softening*params.softening;
params.a = 1;
params.indirect = TRUE;
retur... | {
"alphanum_fraction": 0.6050839764,
"avg_line_length": 25.0340909091,
"ext": "c",
"hexsha": "cd9e4caad627acdccd05fe1050851600772d9e5f",
"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[] =
"Solves time-dependent heat equation in 2D using TS. Option prefix -ht_.\n"
"Equation is u_t = D_0 laplacian u + f. Domain is (0,1) x (0,1).\n"
"Boundary conditions are non-homogeneous Neumann in x and periodic in y.\n"
"Energy is conserved (for these particular conditions/source) and an extra\n... | {
"alphanum_fraction": 0.5701166543,
"avg_line_length": 38.0094339623,
"ext": "c",
"hexsha": "1095be74593f73bbc3226a87568986df0d85f8b6",
"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 _EM_UTILS_H_
#define _EM_UTILS_H_ 1
#include <petsc.h>
#include <string>
std::string string_format(const char*, ...);
std::string parse_string(const std::string &s);
class LogEventHelper {
public:
LogEventHelper(PetscLogEvent ple) : ple_(ple) { PetscLogEventBegin(ple_, 0, 0, 0, 0); }
~LogEventHelper() {... | {
"alphanum_fraction": 0.7033492823,
"avg_line_length": 20.2258064516,
"ext": "h",
"hexsha": "f529949e86bc5aec6d11c424dca07fd9efd227f7",
"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 qwrapper_zlag2c.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 Mathieu Faverge
* @date 2010-11-15
* @precisions mixed zc -> ds
*
**/
#include <lapac... | {
"alphanum_fraction": 0.5096501809,
"avg_line_length": 31.8846153846,
"ext": "c",
"hexsha": "1e180f2dfec766ef6e604dfa10ebd9b6b45d82e3",
"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":... |
/* Provides the Lua Linear module. See LICENSE for license terms. */
#ifndef LUALINEAR_INCLUDED
#define LUALINEAR_INCLUDED
#include <assert.h>
#include <stdlib.h>
#include <lua.h>
#include <lauxlib.h>
#include <cblas.h>
/**
* Meta tables.
*/
#define LUALINEAR_VECTOR_METATABLE "linear.vector"
#define LUALINEAR_MATR... | {
"alphanum_fraction": 0.675146771,
"avg_line_length": 22.8805970149,
"ext": "h",
"hexsha": "c5a7b2e8d7e308e108ac8a29e4cf8c43af7e2439",
"lang": "C",
"max_forks_count": 2,
"max_forks_repo_forks_event_max_datetime": "2022-03-14T09:33:02.000Z",
"max_forks_repo_forks_event_min_datetime": "2020-08-05T23:58:0... |
/* $Id$ */
/*--------------------------------------------------------------------*/
/*; Copyright (C) 2013 */
/*; Associated Universities, Inc. Washington DC, USA. */
/*; */
/*; This progra... | {
"alphanum_fraction": 0.5841540334,
"avg_line_length": 38.9525862069,
"ext": "c",
"hexsha": "32ef3157d19be3c00749f6adf71cace65aa2cc2e",
"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:... |
/*
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.541865817,
"avg_line_length": 24.8307692308,
"ext": "c",
"hexsha": "b235114197008a7bc99944f74ff838f73ce13f0c",
"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": ... |
/*
* parameters.h
* Spike
*
* Created by Ben Evans on 18/08/2008.
* Copyright 2008 University of Oxford. All rights reserved.
*
*/
#ifndef _PARAMETERS_H
#define _PARAMETERS_H
#include <stdbool.h>
#include <gsl/gsl_rng.h>
#include <gsl/gsl_randist.h>
#include <gsl/gsl_version.h>
typedef int tstep; // Signe... | {
"alphanum_fraction": 0.6125322229,
"avg_line_length": 20.2530120482,
"ext": "h",
"hexsha": "6441fd0a274eeff83f572d05d0927da15886d73b",
"lang": "C",
"max_forks_count": 2,
"max_forks_repo_forks_event_max_datetime": "2019-04-11T15:00:36.000Z",
"max_forks_repo_forks_event_min_datetime": "2018-05-10T20:43:... |
#pragma once
#include <imageview/ContinuousImageView.h>
#include <imageview/ImageView.h>
#include <gsl/assert>
namespace imageview {
template <class PixelFormat, bool Mutable>
constexpr ImageView<PixelFormat, Mutable> crop(ImageView<PixelFormat, Mutable> image, unsigned int first_row,
... | {
"alphanum_fraction": 0.6722472634,
"avg_line_length": 47.0606060606,
"ext": "h",
"hexsha": "b1d85aff4478ae03ed08f559259cc9e954eef256",
"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 rho.h
\brief 電子密度ρ(r)を求めるクラスの宣言
Copyright © 2015 @dc1394 All Rights Reserved.
This software is released under the BSD 2-Clause License.
*/
#include "data.h"
#include "property.h"
#include <memory> // for std::unique_ptr
#include <vector> // for std::vector
#include <gsl/gsl... | {
"alphanum_fraction": 0.5047551955,
"avg_line_length": 22.5317460317,
"ext": "h",
"hexsha": "ba4d70ce1105c4afc575f247d6edaddf690dde72",
"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 _LOGIT_H
#define _LOGIT_H
#include <vector>
#include <gsl/gsl_vector.h>
#include <gsl/gsl_matrix.h>
class logit
{
private:
gsl_vector *y; // response vector
gsl_matrix *X; // observation matrix
size_t n; // sample size;
size_t p; // number of parameters (including intercept)
double p... | {
"alphanum_fraction": 0.6818181818,
"avg_line_length": 23.0476190476,
"ext": "h",
"hexsha": "d5ecb3312210dd59a8239590abd6cbf70187e2d1",
"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) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
#pragma once
#include <gsl/gsl>
#include "core/optimizer/graph_transformer.h"
#include "orttraining/core/optimizer/graph_transformer_config.h"
#include "orttraining/core/session/training_session.h"
namespace onnxruntime ... | {
"alphanum_fraction": 0.7939829954,
"avg_line_length": 40.2368421053,
"ext": "h",
"hexsha": "d0bba49746315c08117874959f7658c0e4009664",
"lang": "C",
"max_forks_count": 140,
"max_forks_repo_forks_event_max_datetime": "2019-05-06T18:02:36.000Z",
"max_forks_repo_forks_event_min_datetime": "2018-12-03T21:1... |
/*
Copyright (c) 2003-2008 Rudi Cilibrasi, Rulers of the RHouse
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, this list of c... | {
"alphanum_fraction": 0.6691176471,
"avg_line_length": 25.9047619048,
"ext": "c",
"hexsha": "9936cd1cbfda3d8dee8a3e00b6a6511d2da4697c",
"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/bessel_Y1.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.6380177161,
"avg_line_length": 30.268115942,
"ext": "c",
"hexsha": "205eed30533ac1bdef92c631c8b8a25acf826510",
"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 _BCQL_H_
#define _BCQL_H_
#include <cblas.h>
#include <lapacke/lapacke.h>
#include <math.h>
//TODO Only one order is currently supported...
enum BCSK_Q_ORDER { BcskWXYZ = 130 };
enum BCSK_V_ORDER { BcskXYZ = 140 };
enum BCSK_M_ORDER { BcskColMajor = 102 }; //TODO Add Row Major
//copies first "len" entries... | {
"alphanum_fraction": 0.5475723928,
"avg_line_length": 32.5744680851,
"ext": "h",
"hexsha": "a4c25e78baa3a06583abb543139fc345ba6cfeb1",
"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 "mpi.h"
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <math.h>
#include <libiomp/omp.h>
#include <string.h>
#include <stdbool.h>
#ifdef __APPLE__
#include <cblas.h>
#define set_num_threads(x) openblas_set_num_threads(x)
#define get_num_threads() openblas_get_num_threads()
#else
#includ... | {
"alphanum_fraction": 0.5872536137,
"avg_line_length": 36.0663507109,
"ext": "c",
"hexsha": "33e50246d91f6dd81a7ebcb05ea7e30040f051fc",
"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 <halley/maths/vector2.h>
#include <halley/text/halleystring.h>
#include <gsl/gsl>
namespace Halley
{
class FontFacePimpl;
class Image;
struct FontMetrics
{
Vector2f advance;
Vector2f bearingHorizontal;
Vector2f bearingVertical;
};
struct KerningPair
{
int left;
int right;
Vec... | {
"alphanum_fraction": 0.7220149254,
"avg_line_length": 20.2264150943,
"ext": "h",
"hexsha": "28a544e7d25631ad9b9f2521a682c93ebff8092f",
"lang": "C",
"max_forks_count": 193,
"max_forks_repo_forks_event_max_datetime": "2022-03-22T12:59:58.000Z",
"max_forks_repo_forks_event_min_datetime": "2017-10-23T06:0... |
/*
COPYRIGHT DISCLAIMER
Vincent Le Guilloux, Peter Schmidtke and Pierre Tuffery, hereby
disclaim all copyright interest in the program “fpocket” (which
performs protein cavity detection) written by Vincent Le Guilloux and Peter
Schmidtke.
Vincent Le Guilloux 28 November 2008
Peter Schmidtke 2... | {
"alphanum_fraction": 0.6676849966,
"avg_line_length": 26.3035714286,
"ext": "h",
"hexsha": "03c1dc4b67047508777d429d9b9b74ea4edcdcb8",
"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 angles.c
/// \brief Optimize polar angles with respect to Coulomb repulsion, given the radii.
//
// Copyright (c) 2014, Christian B. Mendl
// All rights reserved.
// http://christian.mendl.net
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Simplified BS... | {
"alphanum_fraction": 0.6726825267,
"avg_line_length": 25.5896946565,
"ext": "c",
"hexsha": "d7550bc1251ce5a95a9198891d1d60c017c6f89d",
"lang": "C",
"max_forks_count": 3,
"max_forks_repo_forks_event_max_datetime": "2021-03-25T22:00:35.000Z",
"max_forks_repo_forks_event_min_datetime": "2020-10-26T21:06:... |
#pragma once
#include <gsl/span>
#include "halley/core/api/audio_api.h"
#include "audio_buffer.h"
namespace Halley
{
class AudioMixer
{
public:
static void mixAudio(AudioSamplesConst src, AudioSamples dst, float gainStart, float gainEnd);
static void mixAudio(AudioMultiChannelSamplesConst src, AudioMultiChannel... | {
"alphanum_fraction": 0.7961570593,
"avg_line_length": 44.3333333333,
"ext": "h",
"hexsha": "d655e55ba5629a929f03d5c8065f05286ef274dd",
"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":... |
/* blas/gsl_cblas.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 option... | {
"alphanum_fraction": 0.57758176,
"avg_line_length": 63.7697368421,
"ext": "h",
"hexsha": "98671151a507122355452ce1024518710c4d6581",
"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 <pygsl/utils.h>
#include <pygsl/block_helpers.h>
#include <pygsl/error_helpers.h>
#include <gsl/gsl_qrng.h>
#include <pygsl/error_helpers.h>
#include "qrng_module_defines.h"
static PyObject *module = NULL;
static void /* generic instance destruction */
generic_dealloc (PyObject *self)
{
DEBUG_MESS(1, " **... | {
"alphanum_fraction": 0.6092419522,
"avg_line_length": 28.8323353293,
"ext": "c",
"hexsha": "a5ce913c2b5ab2199cbf657811a7b60656cf8f07",
"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:... |
/*
* This module must not depend on any other as it is needed during the startup
* of pygsl.
*/
#include <Python.h>
#include <gsl/gsl_errno.h>
#include <pygsl/errorno.h>
static int
add_errno(PyObject * dict, int num, char * name)
{
PyObject * item;
item = PyInt_FromLong(num);
if(item == NULL){
f... | {
"alphanum_fraction": 0.6391678623,
"avg_line_length": 31.6818181818,
"ext": "c",
"hexsha": "c036a639b1e7384fe2a755d2206ec8b0127d4999",
"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:... |
#pragma once
#include <halley/utils/utils.h>
#include <vector>
#include <gsl/gsl>
#include "halley/data_structures/flat_map.h"
#include "halley/maths/vector2.h"
#include "halley/maths/rect.h"
#include "halley/file/path.h"
#include <map>
#include <unordered_map>
#include <cstdint>
#include <utility>
#include <set>
#inc... | {
"alphanum_fraction": 0.6385516045,
"avg_line_length": 25.2021857923,
"ext": "h",
"hexsha": "aa6169803aaa1e3ce89e9f924e72314871250691",
"lang": "C",
"max_forks_count": 193,
"max_forks_repo_forks_event_max_datetime": "2022-03-22T12:59:58.000Z",
"max_forks_repo_forks_event_min_datetime": "2017-10-23T06:0... |
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <gsl/gsl_statistics_double.h>
#include "tz_error.h"
#include "tz_constant.h"
#include "tz_iarray.h"
#include "tz_image_lib.h"
#include "tz_objdetect.h"
#include "tz_imatrix.h"
#include "tz_stack_math.h"
#include "tz_stack_bwdist.h"
#include "tz_pixel_a... | {
"alphanum_fraction": 0.7153937947,
"avg_line_length": 25.3939393939,
"ext": "c",
"hexsha": "34e231d2b300ef35f48151e6d6dbc57beb946f2d",
"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 "mpi.h"
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <math.h>
#include <string.h>
#include <stdbool.h>
#ifdef __APPLE__
#include <cblas.h>
#include <libiomp/omp.h>
#define set_num_threads(x) openblas_set_num_threads(x)
#define get_num_threads() openblas_get_num_threads()
#else
#includ... | {
"alphanum_fraction": 0.5283432328,
"avg_line_length": 38.5355555556,
"ext": "c",
"hexsha": "de5246fb00d2c3b72dd521166158eb329fe7300d",
"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 "RTTI.h"
#include <d3d11.h>
#include <stack>
#include <gsl\gsl>
#include <vector>
namespace Library
{
class RenderTarget : public RTTI
{
RTTI_DECLARATIONS(RenderTarget, RTTI)
public:
RenderTarget() = default;
RenderTarget(const RenderTarget&) = delete;
RenderTarget(RenderTarget&&) = ... | {
"alphanum_fraction": 0.7694267516,
"avg_line_length": 34.1304347826,
"ext": "h",
"hexsha": "942d41873fa296c37135a2455b5c5243edcf8ffe",
"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":... |
/*
* -----------------------------------------------------------------
* In Situ Adaptive Tabulation Library --- isat_lib.c
* Version: 1.6180
* Date: Nov 15, 2010
* -----------------------------------------------------------------
* Programmer: Americo Barbosa da Cunha Junior
* americo.cunhajr@gmail.... | {
"alphanum_fraction": 0.4877330716,
"avg_line_length": 26.3989637306,
"ext": "c",
"hexsha": "7449bade9589b495b01864a58239d732efc987f0",
"lang": "C",
"max_forks_count": 2,
"max_forks_repo_forks_event_max_datetime": "2021-12-30T01:44:13.000Z",
"max_forks_repo_forks_event_min_datetime": "2021-11-15T03:57:... |
/*
* -----------------------------------------------------------------
* util_lib.h
* Utilities Library
* Version: 2.0
* Last Update: Nov 3, 2019
*
* Programmer: Americo Barbosa da Cunha Junior
* americo.cunhajr@gmail.com
* -----------------------------------------------------------------
* Copyrigh... | {
"alphanum_fraction": 0.4806892454,
"avg_line_length": 24.3913043478,
"ext": "h",
"hexsha": "d4fc765db5925431057c673b7dba6702ac72bab8",
"lang": "C",
"max_forks_count": 2,
"max_forks_repo_forks_event_max_datetime": "2021-12-30T01:44:13.000Z",
"max_forks_repo_forks_event_min_datetime": "2021-11-15T03:57:... |
#define _BSD_SOURCE
#include <bcm2835.h>
#include <stdlib.h>
#include <unistd.h>
#include <stdio.h>
#include <math.h>
#include "csvparser.h"
#include <time.h>
#include "mailbox.h"
#include "gpu_fft.h"
#include "spi.h"
#include <gsl/gsl_matrix.h>
#include <gsl/gsl_complex_math.h>
gsl_matrix_complex *compute_fft(int *po... | {
"alphanum_fraction": 0.658184228,
"avg_line_length": 26.9464285714,
"ext": "c",
"hexsha": "964c2509fd0872323c900c17258e8cd760a5d5c8",
"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 FUSED_LASSO_E_H
#define FUSED_LASSO_E_H
#include "Matrix.h"
#include "LADMM.h"
#include <string>
#include <gsl/gsl_rng.h>
#include <gsl/gsl_randist.h>
#include <stdio.h> /* printf */
#include <time.h>
#include <fstream>
#include <algorithm>
#include <iomanip>
#include <ctime>
#include <math.h>
//This c... | {
"alphanum_fraction": 0.623533594,
"avg_line_length": 19.0067567568,
"ext": "h",
"hexsha": "6db69c095f204c39b567bd8193ebfc5f2e3a5312",
"lang": "C",
"max_forks_count": 1,
"max_forks_repo_forks_event_max_datetime": "2021-01-15T04:23:24.000Z",
"max_forks_repo_forks_event_min_datetime": "2021-01-15T04:23:2... |
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <float.h>
#include <math.h>
#include <time.h>
#include <sys/time.h>
#include <cblas.h>
/* Your function must have the following signature: */
void sgemm( int m, int n, float *A, float *C );
/* The benchmarking program */
int main( int argc, char **... | {
"alphanum_fraction": 0.6070491189,
"avg_line_length": 29.3076923077,
"ext": "c",
"hexsha": "992ca03b508636d3ca3da57b0eaaf5d5dddde6bb",
"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 <stdio.h>
#include <mpfr.h>
#include <petsc.h>
#include <stdlib.h>
#include <string.h>
#include "ellipsoid/ellipsoid.h"
int testCoordinateTransform()
{
//Verify that the ellipsoidal to Cartesian transformation is a bijection
//the tolerance is 10 significant figures
EllipsoidalSystem ... | {
"alphanum_fraction": 0.5947995666,
"avg_line_length": 33.1121076233,
"ext": "c",
"hexsha": "62c66672399d4dcdb06db202399d66e527b3a582",
"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":... |
//
// herk.h
// Linear Algebra Template Library
//
// Created by Rodney James on 1/6/12.
// Copyright (c) 2012 University of Colorado Denver. All rights reserved.
//
#ifndef _herk_h
#define _herk_h
/// @file herk.h Performs complex matrix-matrix multiplication operations resulting in Hermitian matrices.
#include... | {
"alphanum_fraction": 0.438431051,
"avg_line_length": 28.1423076923,
"ext": "h",
"hexsha": "bf257db6a3f412c266b6b4512c9077fb5655c476",
"lang": "C",
"max_forks_count": 2,
"max_forks_repo_forks_event_max_datetime": "2022-02-09T23:18:24.000Z",
"max_forks_repo_forks_event_min_datetime": "2019-02-01T06:46:3... |
#ifndef Photometry_h
#define Photometry_h
/** This is free and unencumbered software released into the public domain.
The authors of ISIS do not claim copyright on the contents of this file.
For more details about the LICENSE terms and the AUTHORS, you will
find files of those names at the top level of this repository.... | {
"alphanum_fraction": 0.6656606304,
"avg_line_length": 35.0823529412,
"ext": "h",
"hexsha": "2b15c3f213a5380600e57d74aa71c3573312e978",
"lang": "C",
"max_forks_count": 164,
"max_forks_repo_forks_event_max_datetime": "2022-03-23T10:22:29.000Z",
"max_forks_repo_forks_event_min_datetime": "2017-11-30T21:1... |
#include <gsl/gsl_rng.h>
#include <gsl/gsl_randist.h>
#include <math.h>
#include <string.h>
#include "cconfigspace_internal.h"
#include "distribution_internal.h"
struct _ccs_distribution_mixture_data_s {
_ccs_distribution_common_data_t common_data;
size_t num_distributions;
ccs_distributi... | {
"alphanum_fraction": 0.6631078554,
"avg_line_length": 38.3044776119,
"ext": "c",
"hexsha": "b32bf6d3c7dc5aedb2cfd99588cb12343eaf9c36",
"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:... |
/*
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The OpenAirInterface Software Alliance licenses this file to You under
* the OAI Public Lic... | {
"alphanum_fraction": 0.6596936333,
"avg_line_length": 33.8208310847,
"ext": "c",
"hexsha": "0008ba3bbde128740f20be36289ad2b419d018e9",
"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 <math.h>
#include <stdint.h>
#include <gsl/gsl_matrix.h>
#include <gsl/gsl_vector.h>
double nn_sigmoid(const double x);
double nn_sigmoid_prime(const double x);
gsl_vector * nn_ones_v(const size_t n);
gsl_vector * nn_sigmoid_v(const gsl_vector *x);
gsl_vector * nn_sigmoid_prime_v(const gsl_vec... | {
"alphanum_fraction": 0.7745901639,
"avg_line_length": 25.6842105263,
"ext": "h",
"hexsha": "7803ae8e20ea0f8054b374ab89f3c6cef3401931",
"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/test_gamma.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 o... | {
"alphanum_fraction": 0.7035403434,
"avg_line_length": 71.746835443,
"ext": "c",
"hexsha": "a6d819ba627ed3b68e656e6b438bf80b768e2930",
"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:5... |
/*******************************************************************
FUNCTION NAME: interpolate - performs the interpolation to calculate
the pixel value e.g. during resampling
INPUT: interpolation - interpolation method (nearest neighbor, bilinear, sinc)
inbuf - input image buffer
... | {
"alphanum_fraction": 0.5755658653,
"avg_line_length": 31.8968609865,
"ext": "c",
"hexsha": "e832c1fe1dbf79b5d67a2ca40c8bea7404425406",
"lang": "C",
"max_forks_count": 7,
"max_forks_repo_forks_event_max_datetime": "2020-05-15T08:01:09.000Z",
"max_forks_repo_forks_event_min_datetime": "2017-04-26T18:18:... |
#pragma once
#include "zerrors.h"
#include <string>
#include <vector>
#include <numeric>
#include <cwchar>
#include <mk_wcswidth/mk_wcwidth.h>
#include <gsl/span>
namespace terminal_editor {
#if !defined(USE_NATIVE_WCWIDTH)
/// Returns number of columns required to represent given character.
/// Returns 0 for ze... | {
"alphanum_fraction": 0.7002497918,
"avg_line_length": 25.5531914894,
"ext": "h",
"hexsha": "532f07c2990803f9e7ff4261028dc3030bf71b25",
"lang": "C",
"max_forks_count": 1,
"max_forks_repo_forks_event_max_datetime": "2018-12-21T00:37:06.000Z",
"max_forks_repo_forks_event_min_datetime": "2018-12-21T00:37:... |
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
#pragma once
#include "BaseWorker.h"
#include "MageSlam.h"
#include <arcana/scheduling/state_machine.h>
#include <gsl/gsl>
#include <memory>
namespace mage
{
struct MageContext;
struct MageSlamSettings;
struct FrameData;
cl... | {
"alphanum_fraction": 0.6833144154,
"avg_line_length": 22.5897435897,
"ext": "h",
"hexsha": "7e7634aa1043baa465ad1372134de36384f3286d",
"lang": "C",
"max_forks_count": 16,
"max_forks_repo_forks_event_max_datetime": "2022-03-31T15:36:49.000Z",
"max_forks_repo_forks_event_min_datetime": "2020-05-07T03:09... |
#pragma once
#include "Cesium3DTilesSelection/Library.h"
#include <glm/mat4x4.hpp>
#include <glm/vec2.hpp>
#include <gsl/span>
namespace CesiumGeometry {
struct Rectangle;
}
namespace CesiumGltf {
struct ImageCesium;
struct Model;
} // namespace CesiumGltf
namespace Cesium3DTilesSelection {
class Tile;
class Raste... | {
"alphanum_fraction": 0.729702723,
"avg_line_length": 40.4343434343,
"ext": "h",
"hexsha": "145ee77148f9d23ce76178515628db10b39778d9",
"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": ... |
/* -*- c++ -*- */
/*
* Copyright 2015 Free Software Foundation, Inc.
*
* This 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, or (at your
* option) any later version.
*
* This softwar... | {
"alphanum_fraction": 0.6368642695,
"avg_line_length": 29.4,
"ext": "h",
"hexsha": "5c2c44fef15458394861268b30a91485853557a0",
"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": "64c1495... |
#include <stdio.h>
#include <string.h>
#include <time.h>
#include <MaxSLiCInterface.h>
#include "Maxfiles.h"
#include "dgemm.h"
#define TILE_SIZE DGEMM_tileSize
#define TILE_SIZE_2D (TILE_SIZE * TILE_SIZE)
#define FREQUENCY DGEMM_frequency
static size_t sizeInTiles(size_t n) {
return (n + TILE_SIZE - 1) / TILE_SIZE;... | {
"alphanum_fraction": 0.6267181095,
"avg_line_length": 26.5833333333,
"ext": "c",
"hexsha": "d963cd182f293b605f12ffb9444aa5c60fb359a4",
"lang": "C",
"max_forks_count": 1,
"max_forks_repo_forks_event_max_datetime": "2018-11-05T10:49:17.000Z",
"max_forks_repo_forks_event_min_datetime": "2018-11-05T10:49:... |
/**
*
* @file core_ztrmdm.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.4.5
* @author Dulceneia Becker
* @date 2011-1-18
**/
/*
* @precisions normal z -> c d s
*/
#include <lapacke.h... | {
"alphanum_fraction": 0.5657830142,
"avg_line_length": 29.1,
"ext": "c",
"hexsha": "74cbbde82826980aeab592321d2016e907640900",
"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": "73af5b9... |
/**
*
* @file core_zlaset2.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 Hatem Ltaief
* @date 2010-11-15
* @precisions normal z -> c d s
*
**/
#include <lapacke.h>
#inc... | {
"alphanum_fraction": 0.551199262,
"avg_line_length": 28.1558441558,
"ext": "c",
"hexsha": "535f4d80eb3dfdf1b06ad92f0ed001d426880fa0",
"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 <gsl/gsl_test.h>
#include <gsl/gsl_ieee_utils.h>
#include <gsl/gsl_math.h>
#include "gsl_cblas.h"
#include "tests.h"
void
test_trmm (void) {
const double flteps = 1e-4, dbleps = 1e-6;
{
int order = 101;
int side = 141;
int uplo = 121;
int trans = 111;
int diag = 131;
int M = 2;
int N =... | {
"alphanum_fraction": 0.5185736234,
"avg_line_length": 31.3247213779,
"ext": "c",
"hexsha": "328163e7e1769dbd4c568d6f4b6b2412690d1cd5",
"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 "errors.h"
#include "usageinfoformat.h"
#include "detail/config.h"
#include "detail/configmacro.h"
#include "detail/configaccess.h"
#include "detail/flag.h"
#include <gsl/gsl>
#include <iostream>
#include <ostream>
#include <optional>
#include <map>
#include <utility>
namespace cmdlime{
enum cla... | {
"alphanum_fraction": 0.5458646617,
"avg_line_length": 28.0421686747,
"ext": "h",
"hexsha": "2a3cdd02716a3f57b512f3f02bdd121ea34ec15c",
"lang": "C",
"max_forks_count": 1,
"max_forks_repo_forks_event_max_datetime": "2021-05-22T00:36:08.000Z",
"max_forks_repo_forks_event_min_datetime": "2021-05-22T00:36:... |
#include <math.h>
#include <stdio.h>
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <gsl/gsl_math.h>
#include <gsl/gsl_blas.h>
#include <gsl/gsl_vector.h>
#include <gsl/gsl_matrix.h>
#include <gsl/gsl_multimin.h>
#include <gsl/gsl_sf.h>
#include <gsl/gsl_randist.h>
#include <gsl... | {
"alphanum_fraction": 0.7408984146,
"avg_line_length": 45.1125827815,
"ext": "h",
"hexsha": "bc08fc3a25bac45f26c3d3504f0def567d1ff9a0",
"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":... |
// MIT License
//
// Copyright (c) 2020 SunnyCase
//
// 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 without restriction, including without limitation the rights
// to use, copy, modify, m... | {
"alphanum_fraction": 0.74395947,
"avg_line_length": 31.6790123457,
"ext": "h",
"hexsha": "39ee7e26d1a444ed0909deb70ed590056d14105c",
"lang": "C",
"max_forks_count": 20,
"max_forks_repo_forks_event_max_datetime": "2021-09-13T10:14:07.000Z",
"max_forks_repo_forks_event_min_datetime": "2018-05-18T03:54:0... |
/* ode-initval/gear1.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 opt... | {
"alphanum_fraction": 0.6030435486,
"avg_line_length": 22.6263736264,
"ext": "c",
"hexsha": "1111bd3fdc1cec328910ecc167ec572606215c5e",
"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... |
/*
** generate permutation table using exchangeability information
**
** G.Lohmann, July 2018
*/
#include <viaio/Vlib.h>
#include <viaio/file.h>
#include <viaio/option.h>
#include <viaio/mu.h>
#include <gsl/gsl_matrix.h>
#include <gsl/gsl_vector.h>
#include <gsl/gsl_cdf.h>
#include <gsl/gsl_errno.h>
#include <gsl/gsl... | {
"alphanum_fraction": 0.5920964501,
"avg_line_length": 23.6984126984,
"ext": "c",
"hexsha": "034e707ff6853bbf04358971e8ba44587ee3df30",
"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 _COSMOLOGY_H_
#define _COSMOLOGY_H_
#include <gsl/gsl_integration.h>
class cosmology{
double Om_M, Om_L, Om_b, Om_c, tau, T_CMB, h;
double E(double z);
static double E_inv(double z, void *params);
static double rd_int(double z, void *params);
static double rz(double z, ... | {
"alphanum_fraction": 0.5127753304,
"avg_line_length": 20.2678571429,
"ext": "h",
"hexsha": "29f75d486e41e7066454efaca9d964ef3e76a219",
"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":... |
/* sys/infnan.c
*
* Copyright (C) 2001, 2004, 2007, 2010 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 v... | {
"alphanum_fraction": 0.670793882,
"avg_line_length": 17.9477124183,
"ext": "c",
"hexsha": "aee48ceec6f608f3cd2569967285147b67a52eed",
"lang": "C",
"max_forks_count": 173,
"max_forks_repo_forks_event_max_datetime": "2022-03-27T07:27:04.000Z",
"max_forks_repo_forks_event_min_datetime": "2015-01-08T18:01... |
/**
*
* @file zgesdd.c
*
* PLASMA computational routines
* 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
* @precisions normal z -> s d c
*
**/
#include <lapacke.h>
#inc... | {
"alphanum_fraction": 0.533150328,
"avg_line_length": 40.5911237016,
"ext": "c",
"hexsha": "961896f96786924736a4674eb520b4a490576196",
"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": ... |
/*
* Module that implements in c a Bayesian network trained with probabilistic
* backpropagation (PBP).
*
* Author: Jose Miguel Hernandez Lobato
* Date: 10 March 2015
*
*/
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <malloc.h>
#include <cblas.h>
#include "network.h"
#include "pnorm.h"
/*... | {
"alphanum_fraction": 0.5787829833,
"avg_line_length": 34.2936288089,
"ext": "c",
"hexsha": "395db3833ad261af1335d397543c447c28515838",
"lang": "C",
"max_forks_count": 74,
"max_forks_repo_forks_event_max_datetime": "2021-12-28T11:25:41.000Z",
"max_forks_repo_forks_event_min_datetime": "2015-03-25T16:17... |
/* histogram/gsl_histogram.h
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 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 2 of the License, or (at
* your ... | {
"alphanum_fraction": 0.7684761282,
"avg_line_length": 31.4178082192,
"ext": "h",
"hexsha": "ffb16611586678b80cd067e605199c3a3609ae8b",
"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 <string.h>
#include <string>
#include <time.h>
#include <math.h>
#include <vector>
#include <algorithm>
#include <iterator>
#include <sys/stat.h>
//#define GSL_DLL
//#include <gsl/gsl_cdf.h> //use gaussian p-value function
using namespace std;
void printProgress(double percentage... | {
"alphanum_fraction": 0.7024539877,
"avg_line_length": 21.7333333333,
"ext": "h",
"hexsha": "88673b90ee1c5865c0a24f65aa26c6e8b3f44898",
"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 <gsl/gsl_errno.h>
#include <gsl/gsl_matrix.h>
#include <gsl/gsl_odeiv2.h>
typedef struct {
double l, g;
} Params;
int func (double t, const double y[], double f[], void *params) {
Params *p = (Params *) params;
double l = p->l;
double g = p->g;
f[0] ... | {
"alphanum_fraction": 0.5513307985,
"avg_line_length": 24.65625,
"ext": "c",
"hexsha": "c27a268c8b3af7a1b6b16a16f86e96af5fe2622d",
"lang": "C",
"max_forks_count": 59,
"max_forks_repo_forks_event_max_datetime": "2022-03-21T00:27:22.000Z",
"max_forks_repo_forks_event_min_datetime": "2015-11-26T11:44:51.0... |
/* GPC: A library for the solution of General Point Correspondence problems.
Copyright (C) 2006 Andrea Censi (andrea at censi dot org)
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 v... | {
"alphanum_fraction": 0.5118057547,
"avg_line_length": 30.5877192982,
"ext": "c",
"hexsha": "97cb3219208b9042359f92504a4ceb7f06029e62",
"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":... |
/* randist/pascal.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 ... | {
"alphanum_fraction": 0.7050445104,
"avg_line_length": 33.0392156863,
"ext": "c",
"hexsha": "38a25a42a8914ed7dc124ff8bfdf6f316227a030",
"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... |
#ifndef LVVMODEL_H
#define LVVMODEL_H
#include <iostream>
#include <iomanip>
using std::fixed;
using std::showpos;
#include <string>
#include <gsl/gsl_multifit.h>
#include <gsl/gsl_poly.h>
#include "lvv.h"
#include "math.h"
using lvv::powi;
namespace lvv {
i... | {
"alphanum_fraction": 0.5331574117,
"avg_line_length": 36.9322033898,
"ext": "h",
"hexsha": "60251253ed08a1dcaf4a21d0ffba9b637647aeb4",
"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 originates from LibSVM <http://www.csie.ntu.edu.tw/~cjlin/libsvm/>
Copyright (c) 2000-2013 Chih-Chung Chang and Chih-Jen Lin
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. Redis... | {
"alphanum_fraction": 0.7023561468,
"avg_line_length": 31.351758794,
"ext": "h",
"hexsha": "2b8b4b663d62d65c367c729b6871fdfadb98c5e2",
"lang": "C",
"max_forks_count": 6,
"max_forks_repo_forks_event_max_datetime": "2020-06-08T18:06:26.000Z",
"max_forks_repo_forks_event_min_datetime": "2015-08-26T19:37:2... |
/* rng/rng.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 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 2 of the License, or (at
* your o... | {
"alphanum_fraction": 0.6206030151,
"avg_line_length": 20.6509433962,
"ext": "c",
"hexsha": "eafdefb5da0e3cbff4b81714f0acd282cf36c955",
"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... |
#include "parameters.h" // Includes all defined parameters
#include "axi.h" // Axisymmetric coordinates
#include "navier-stokes/centered.h" // To solve the Navier-Stokes
#include "two-phase.h" // Implements two-phase flow
// #include <omp.h> // For openMP parallel
#include <gsl/gsl_fit.h>
double * forces_array;
doubl... | {
"alphanum_fraction": 0.587890625,
"avg_line_length": 27.4285714286,
"ext": "c",
"hexsha": "fda2da105df234611cf828b8b3714e0f3d271508",
"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": ... |
/* filter/median.c
*
* Contains routines related to the standard median filter
*
* 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 o... | {
"alphanum_fraction": 0.7154432793,
"avg_line_length": 26.8974358974,
"ext": "c",
"hexsha": "85b0c7ce71456febcc46373362b02082a98736f8",
"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:... |
#include "example_z.h"
#include <stdlib.h>
#include <lapacke.h>
void random_zvec(int len, BBLAS_Complex64_t *vec)
{
// BBLAS_Complex64_t *work =
// (BBLAS_Complex64_t*) malloc(sizeof(BBLAS_Complex64_t)*len);
// int info = 0;
double scalar = 1.0;
int seed = 2;
int zero = 0;
int one = 1;
int lenm1 = len-1;
int co... | {
"alphanum_fraction": 0.6472232935,
"avg_line_length": 24.2903981265,
"ext": "c",
"hexsha": "d3be0ece521edf49f3a0df9ccb4e85d3d9ffa440",
"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":... |
/*
gcc-mp-4.8 -O3 cudaddottest.c common.c -o cudaddottest -I../../../../netlib/CBLAS -I/usr/local/cuda/include/ -L/usr/local/cuda/lib -lcublas
export DYLD_LIBRARY_PATH=/usr/local/cuda/lib
./cudaddottest > ../../../results/mac_os_x-x86_64-ddot-cuda_nooh.csv
*/
#include <stdlib.h>
#include <stdio.h>
#include <math.h... | {
"alphanum_fraction": 0.6185402238,
"avg_line_length": 23.1728395062,
"ext": "c",
"hexsha": "206da6481e80a56afaedab458a00afe8477e8ac2",
"lang": "C",
"max_forks_count": 154,
"max_forks_repo_forks_event_max_datetime": "2021-09-07T04:58:57.000Z",
"max_forks_repo_forks_event_min_datetime": "2015-01-03T22:4... |
#pragma once
#include <src/common/Span.h>
#include <gsl/gsl>
#include <type_traits>
namespace miner {
//simple replacement for std::vector<char> in situations where huge
//allocations happen, since the standard doesn't define how
//much more memory std::vector allocates on reserve or resize.
//bas... | {
"alphanum_fraction": 0.5320836337,
"avg_line_length": 27.1960784314,
"ext": "h",
"hexsha": "d37aff855f57403abfd667bb800dbf6055a6e5a3",
"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":... |
/* randist/nbinomial.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, ... | {
"alphanum_fraction": 0.6901241869,
"avg_line_length": 30.7454545455,
"ext": "c",
"hexsha": "7542f360e5e5610201189e2a6e6a4e94fda36e99",
"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... |
#ifndef _PK_SLOPE_H_
#define _PK_SLOPE_H_
#include <fstream>
#include <string>
#include <vector>
#include <cmath>
#include <vector_types.h>
#include <gsl/gsl_deriv.h>
#include "cspline.h"
#include "file_check.h"
template <typename T> class pkSlope{
int N;
std::vector<T> k, Pk, n;
cspline<T> slope;
... | {
"alphanum_fraction": 0.5821629213,
"avg_line_length": 25.203539823,
"ext": "h",
"hexsha": "f1544062afe6fb29aa52bdaa74d33d496871f421",
"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-2021] [IBM Corporation]
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... | {
"alphanum_fraction": 0.7615947925,
"avg_line_length": 32.9196428571,
"ext": "h",
"hexsha": "8be4a9b6fbd1a53068f4c8b1b889a967e94d0c34",
"lang": "C",
"max_forks_count": 13,
"max_forks_repo_forks_event_max_datetime": "2022-01-26T01:56:42.000Z",
"max_forks_repo_forks_event_min_datetime": "2019-11-02T06:30... |
/**
* VGMTrans (c) - 2002-2021
* Licensed under the zlib license
* See the included LICENSE for more information
*/
#pragma once
#include <vector>
#include <fluidsynth.h>
#include <gsl-lite.hpp>
class MusicPlayer {
public:
MusicPlayer();
~MusicPlayer();
/**
* Toggles the status of the player
* @returns ... | {
"alphanum_fraction": 0.676056338,
"avg_line_length": 23.3670886076,
"ext": "h",
"hexsha": "280506245c0624c429d9cc85bf806c4279b72249",
"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 <math.h>
#include <gsl/gsl_rng.h>
#include <gsl/gsl_randist.h>
#include <time.h>
double ar1_ts (double * params, int n, gsl_rng * r)
{
double beta = params[0];
double alpha = params[1];
double s = params[2];
int i;
double x = beta / (1 - alpha); // Start at mean ... | {
"alphanum_fraction": 0.5727739726,
"avg_line_length": 20.8571428571,
"ext": "c",
"hexsha": "9434d58079b4dea15732c9d35e7464b4b441b33a",
"lang": "C",
"max_forks_count": 8,
"max_forks_repo_forks_event_max_datetime": "2019-12-31T21:50:48.000Z",
"max_forks_repo_forks_event_min_datetime": "2017-01-08T18:46:... |
#pragma once
#include <cstddef>
#include <gsl/string_span>
#include <map>
#include <memory>
#include <string_view>
#include <vector>
namespace multihash {
using string_span = gsl::span<char>;
class algorithm {
public:
/** Compute the hash of an input range */
template <typename InputIterator>
auto digest(Inp... | {
"alphanum_fraction": 0.6857610475,
"avg_line_length": 27.7727272727,
"ext": "h",
"hexsha": "053864beef5da3fb6e4e98cad9eeb73df32078b2",
"lang": "C",
"max_forks_count": 2,
"max_forks_repo_forks_event_max_datetime": "2020-07-15T08:51:52.000Z",
"max_forks_repo_forks_event_min_datetime": "2019-05-29T06:15:... |
#ifndef __SAMPLER_H__
#define __SAMPLER_H__
#include <dSFMT.h>
#include <gsl/gsl_randist.h>
#include <gsl/gsl_rng.h>
class Sampler {
dsfmt_t dsfmt;
void init_random(unsigned params_random_seed) {
#ifdef USE_MT_RANDOM
dsfmt_init_gen_rand(&dsfmt, params_random_seed);
#else
srand(params_random_seed);
#endif
... | {
"alphanum_fraction": 0.7169811321,
"avg_line_length": 19.0256410256,
"ext": "h",
"hexsha": "0215c4ef2aab5f47f6c1bc86d280a3384a60fba3",
"lang": "C",
"max_forks_count": 1,
"max_forks_repo_forks_event_max_datetime": "2016-03-03T04:58:44.000Z",
"max_forks_repo_forks_event_min_datetime": "2016-03-03T04:58:... |
/* multilarge_nlinear/cgst.c
*
* Copyright (C) 2016 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 vers... | {
"alphanum_fraction": 0.6194492922,
"avg_line_length": 26.9295039164,
"ext": "c",
"hexsha": "9e86cdc27301e0430dc4a86c3ef2df78d4d87ae9",
"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:... |
#include <vector>
#include <fstream>
#include <cmath>
#include <cblas.h>
#include <fftw3.h>
#include <sys/time.h>
#include <time.h>
using namespace std;
class CochlearModel_1D{
private:
int N;
double Lb;
double L;
double W;
double H;
double rho;
double dx;
vector<double> x;
vecto... | {
"alphanum_fraction": 0.5349531117,
"avg_line_length": 25.5,
"ext": "h",
"hexsha": "d43435ded6ac56cb12ccac80da4415117b2c2f6e",
"lang": "C",
"max_forks_count": 1,
"max_forks_repo_forks_event_max_datetime": "2020-12-01T12:10:18.000Z",
"max_forks_repo_forks_event_min_datetime": "2020-12-01T12:10:18.000Z",... |
/*
FRACTAL - A program growing fractals to benchmark parallelization and drawing
libraries.
Copyright 2009-2021, 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 mus... | {
"alphanum_fraction": 0.7314436002,
"avg_line_length": 24.7971014493,
"ext": "c",
"hexsha": "9e34df5e5503891a0786ae058c697a9365783940",
"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 <stdarg.h>
#include <gbpLib.h>
#include <gbpMath.h>
#include <gbpCosmo_mass_functions.h>
#include <gsl/gsl_integration.h>
#include <gsl/gsl_errno.h>
#include <gsl/gsl_spline.h>
// Compute comoving mass function
double mass_function(double M_interp, doub... | {
"alphanum_fraction": 0.7020242915,
"avg_line_length": 37.4242424242,
"ext": "c",
"hexsha": "4d7adc95adc2464b3a7493b39167b7049251a2b1",
"lang": "C",
"max_forks_count": 4,
"max_forks_repo_forks_event_max_datetime": "2016-08-01T08:14:24.000Z",
"max_forks_repo_forks_event_min_datetime": "2015-01-23T00:50:... |
/*
Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The OpenAirInterface Software Alliance licenses this file to You under
the OAI Publi... | {
"alphanum_fraction": 0.4579483406,
"avg_line_length": 45.6117278307,
"ext": "c",
"hexsha": "6653662b7529598bac52e0d7758096a01f6f7512",
"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":... |
/* eigen/gen.c
*
* Copyright (C) 2006, 2007 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.5199993402,
"avg_line_length": 28.6381672178,
"ext": "c",
"hexsha": "0a033573e77b24c24232a951a7a3bdcb97317a84",
"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 tirific.c
@brief Translation and recreation of tirific.f
Is a code to apply simulated annealing fitting datacubes to a cube, currently in the gipsy environment.
Guideline how to hack into it, without a guarantee:
Check: interpi... | {
"alphanum_fraction": 0.5616450385,
"avg_line_length": 36.2661067367,
"ext": "c",
"hexsha": "831de2b4fd4c581b2a97a4725d71a98c1203c007",
"lang": "C",
"max_forks_count": 3,
"max_forks_repo_forks_event_max_datetime": "2022-01-03T15:02:35.000Z",
"max_forks_repo_forks_event_min_datetime": "2017-08-28T03:17:... |
/*
Ballistic: a software to benchmark ballistic models.
AUTHORS: Javier Burguete Tolosa.
Copyright 2018, AUTHORS.
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 c... | {
"alphanum_fraction": 0.6070175439,
"avg_line_length": 22.9597197898,
"ext": "c",
"hexsha": "933ad38b0999bfb458443fd8c650729191ff491e",
"lang": "C",
"max_forks_count": 1,
"max_forks_repo_forks_event_max_datetime": "2020-06-24T07:19:47.000Z",
"max_forks_repo_forks_event_min_datetime": "2020-06-24T07:19:... |
/* ode-initval/odeiv2.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 3 of the License, or (at
* your op... | {
"alphanum_fraction": 0.5818978102,
"avg_line_length": 41.1411411411,
"ext": "h",
"hexsha": "3134a1efd14f990ba69c08e7e9e3ae56c2b7cba1",
"lang": "C",
"max_forks_count": 1,
"max_forks_repo_forks_event_max_datetime": "2020-08-30T20:40:25.000Z",
"max_forks_repo_forks_event_min_datetime": "2020-08-30T20:40:... |
/*
** compute histogram density function
**
** G.Lohmann, Nov 2012
*/
#include <viaio/Vlib.h>
#include <stdio.h>
#include <string.h>
#include <math.h>
#include <stdlib.h>
#include <gsl/gsl_matrix.h>
#include <gsl/gsl_vector.h>
#include <gsl/gsl_errno.h>
#include <gsl/gsl_histogram.h>
#include <gsl/gsl_randist.h>
#in... | {
"alphanum_fraction": 0.6493902439,
"avg_line_length": 24.4255319149,
"ext": "c",
"hexsha": "d48db6ddd54bb09d8f03f8fbe4cf2da03d337199",
"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_dgemm.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
* @author Mathieu Faverge
* @author Jakub Kurzak
* @date 2010-11-15
* @ge... | {
"alphanum_fraction": 0.4370689655,
"avg_line_length": 35.0549450549,
"ext": "c",
"hexsha": "fd4c4d16c15a6e8843376fd64af46314b1026d90",
"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 testing_cher2k.c
*
* PLASMA testing routines
* 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 2010-11-15
* @generated c Tue Jan 7 11:45:19 2014
*
**/
#include <st... | {
"alphanum_fraction": 0.5447017544,
"avg_line_length": 37.8989361702,
"ext": "c",
"hexsha": "d2b00e8163bd4de975b08aa2af6fb909586abf1b",
"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 <gsl/gsl_interp.h>
#include <gsl/gsl_spline.h>
#include <gsl/gsl_errno.h>
#include "ccl.h"
ccl_f2d_t *ccl_f2d_t_copy(ccl_f2d_t *f2d_o, int *status)
{
int s2dstatus=0;
ccl_f2d_t *f2d = malloc(sizeof(ccl_f2d_t));
if (f2d == NULL)
*status = CCL... | {
"alphanum_fraction": 0.5573653761,
"avg_line_length": 28.5877862595,
"ext": "c",
"hexsha": "3ea62479b740014c44a5a84ef6c8c17a5d9aac0a",
"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/result.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 optio... | {
"alphanum_fraction": 0.6330695544,
"avg_line_length": 26.6777777778,
"ext": "c",
"hexsha": "43ff3bb14a4948e3ca54133f0fa5ef62d0f442b9",
"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 TRANS_TYPE
#define TRANS_TYPE
#include <gsl/gsl_vector.h>
// corresponding python variable: element of 'list_n_original_diff'
typedef struct {
gsl_vector *inc1;
gsl_vector *inc2;
gsl_vector *skp1;
gsl_vector *skp2;
int inclu_len;
int skip_len;
int flag;
char* id;
} odiff;
ty... | {
"alphanum_fraction": 0.7003942181,
"avg_line_length": 21.7428571429,
"ext": "h",
"hexsha": "af71f58aa52421122288c759c625d6cb06e79521",
"lang": "C",
"max_forks_count": 39,
"max_forks_repo_forks_event_max_datetime": "2022-03-19T09:14:46.000Z",
"max_forks_repo_forks_event_min_datetime": "2020-06-01T20:25... |
#include <sstream>
#include <gsl/gsl_matrix.h>
#include <gsl/gsl_linalg.h>
#include <gsl/gsl_cblas.h>
// pretty print
std::string ppMatrix(const gsl_matrix *m) {
std::ostringstream str;
int r, c;
str << "";
for (r = 0; r < (int) m->size1; r++) {
for (c = 0; c < (int) m->size2; c++) {
... | {
"alphanum_fraction": 0.5404984424,
"avg_line_length": 25.68,
"ext": "c",
"hexsha": "4ce461b1985108cb5080050e22b00e25633e0f2b",
"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": "eb61e9... |
/*
Copyright (c) 2011-2013, UT-Battelle, LLC
All rights reserved
[PsimagLite, Version 1.0.0]
[by G.A., Oak Ridge National Laboratory]
UT Battelle Open Source Software License 11242008
OPEN SOURCE LICENSE
Subject to the conditions of this License, each
contributor to this software hereby grants, free of
charge, to a... | {
"alphanum_fraction": 0.5708923209,
"avg_line_length": 27.8328358209,
"ext": "h",
"hexsha": "3163b69288037ee8eeecfa31f9c43667198ea848",
"lang": "C",
"max_forks_count": 5,
"max_forks_repo_forks_event_max_datetime": "2019-11-22T03:33:19.000Z",
"max_forks_repo_forks_event_min_datetime": "2016-04-29T17:28:... |
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <gsl/gsl_integration.h>
#include <gsl/gsl_interp.h>
#include <gsl/gsl_spline.h>
#include <gsl/gsl_errno.h>
#include <gsl/gsl_roots.h>
#include "ccl.h"
/*
* We use the remapping procedure in https://arxiv.org/pdf/1601.07230.pdf
* ... | {
"alphanum_fraction": 0.6138519924,
"avg_line_length": 30.2997946612,
"ext": "c",
"hexsha": "04e0103c8fa81ea05ba6333f49181b5002572318",
"lang": "C",
"max_forks_count": 54,
"max_forks_repo_forks_event_max_datetime": "2022-02-06T13:12:10.000Z",
"max_forks_repo_forks_event_min_datetime": "2017-07-12T13:08... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.