Search is not available for this dataset
text string | meta dict |
|---|---|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <gsl/gsl_interp.h>
#include <gsl/gsl_spline.h>
#include <gsl/gsl_errno.h>
#include "ccl.h"
ccl_a_finder *ccl_a_finder_new(int na, double *a_arr)
{
if(na<=0)
return NULL;
ccl_a_finder *finda=malloc(sizeof(ccl_a_finder));
... | {
"alphanum_fraction": 0.5317853373,
"avg_line_length": 29.1182033097,
"ext": "c",
"hexsha": "0eee82eeb3999f70d8a36a0b753e963e51987459",
"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... |
//This program takes a double array and returns the roots of the polynomial defined by them. The roots in question can be complex, and the complex data type will need usage in modelica.
#include <stdio.h>
#include <gsl/gsl_poly.h>
void poly_roots(double* a, const size_t size,double *z,size_t size_z);
void poly_root... | {
"alphanum_fraction": 0.6589769308,
"avg_line_length": 24.925,
"ext": "c",
"hexsha": "2237c6673d178b86be9f6bc80890bf44640e4737",
"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": "5836c... |
#pragma once
#if SEAL_COMPILER == SEAL_COMPILER_MSVC
// Require Visual Studio 2015 or newer and C++14 support
#if (_MSC_VER < 1900) || (_MSVC_LANG < 201402L)
#error "Microsoft Visual Studio 2015 (14.0) or newer required; C++14 support required"
#endif
// Can work with Visual Studio 2015 (C++14) with some limitations... | {
"alphanum_fraction": 0.5804459691,
"avg_line_length": 34.7023809524,
"ext": "h",
"hexsha": "20e06aeec9e6ba4491d1bbe975badcbea59c0499",
"lang": "C",
"max_forks_count": 2,
"max_forks_repo_forks_event_max_datetime": "2021-11-26T02:31:56.000Z",
"max_forks_repo_forks_event_min_datetime": "2021-05-29T10:15:... |
/*
Pierwszy program stosuje metode Brenta
gsl_root_fsolver_brent
dla rownania
x^2 - 5 = 0
rozwiazaniem jest x = \sqrt 5 = 2.236068...
*/
#include <stdio.h>
#include <gsl/gsl_errno.h>
#include <gsl/gsl_math.h>
#include <gsl/gsl_roots.h>
#include <string.h>
#include "demo_fn.h"
int
main (int argc, char *argv[])
{
i... | {
"alphanum_fraction": 0.5737874097,
"avg_line_length": 23.0714285714,
"ext": "c",
"hexsha": "499c11d61de298465288a94e19e76377a933e16d",
"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 (C) 2008 by Paul Demorest
* Licensed under the Academic Free License version 2.1
*
***************************************************************************/
#ifndef __Pulsar_Wavelet_h
#define __Pulsar_Wav... | {
"alphanum_fraction": 0.5763348538,
"avg_line_length": 24.3594771242,
"ext": "h",
"hexsha": "59057746a034c70b9f0d53fc601c2efe1cd4c336",
"lang": "C",
"max_forks_count": 1,
"max_forks_repo_forks_event_max_datetime": "2020-02-13T20:08:14.000Z",
"max_forks_repo_forks_event_min_datetime": "2020-02-13T20:08:... |
/**
*
* @file core_dgbtype1cb.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 2012-12-15
* @generated d Tue Jan 7 11:44:49 2014
*
**/
#include <lapa... | {
"alphanum_fraction": 0.5053967328,
"avg_line_length": 35.8952879581,
"ext": "c",
"hexsha": "d61a26e4ca86f752a3b2e436298ee2517a3da4d2",
"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 <stdarg.h>
#include <string.h>
#include <math.h>
#include <gbpLib.h>
#include <gbpRNG.h>
#include <gbpMCMC.h>
#include <gsl/gsl_linalg.h>
#include <gsl/gsl_fit.h>
#include <gsl/gsl_interp.h>
void compute_MCMC_chain_stats(double **x,
int n_x,
... | {
"alphanum_fraction": 0.4744404532,
"avg_line_length": 35.1359223301,
"ext": "c",
"hexsha": "3f0460c59ece413b4ed5d15a2208def99e3f79c7",
"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:... |
/* Copyright (C) 2021 Atsushi Togo */
/* All rights reserved. */
/* This file is part of phonopy. */
/* 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 abo... | {
"alphanum_fraction": 0.675241647,
"avg_line_length": 58.1371681416,
"ext": "h",
"hexsha": "ce2094edb80dc622a22a2ae5a0931863c460589b",
"lang": "C",
"max_forks_count": 30,
"max_forks_repo_forks_event_max_datetime": "2020-05-01T21:36:50.000Z",
"max_forks_repo_forks_event_min_datetime": "2016-02-11T13:33:... |
/* ode-initval/control.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.6634877384,
"avg_line_length": 27.1851851852,
"ext": "c",
"hexsha": "1b3a132b69ab613e85f36b542772ad6955991d95",
"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:... |
#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_symv (void) {
const double flteps = 1e-4, dbleps = 1e-6;
{
int order = 101;
int uplo = 121;
float alpha = 1.0f;
float beta = -1.0f;
int N = 1;
int lda = 1;
flo... | {
"alphanum_fraction": 0.4763645531,
"avg_line_length": 20.8763157895,
"ext": "c",
"hexsha": "c997598bc4c20db3fe51572a8c85b3fab6a95314",
"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:... |
#include <math.h>
#include <stdio.h>
#include <gsl/gsl_matrix.h>
#include <gsl/gsl_linalg.h>
#include <Python.h>
int sum(int* npyArray3D, int npyLength1D, int npyLength2D, int npyLength3D)
{
int i, j, k;
int sum = 0;
double dummy = sqrt(9.0);
int MAT_DIM = 6;
gsl_matrix *m = gsl_matrix_alloc(MAT_DIM, MAT_DIM... | {
"alphanum_fraction": 0.639516129,
"avg_line_length": 22.5454545455,
"ext": "c",
"hexsha": "83070afebb8475bbe831916c097a86b9dec637be",
"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 GSL_INTERFACE_H
#define GSL_INTERFACE_H
#include <gsl/gsl_odeiv2.h>
#include <gsl/gsl_errno.h>
#include <gsl/gsl_matrix.h>
#ifdef __cplusplus
extern "C" {
#endif
/*****************************
* Structure definitions
*****************************
*/
/**
* Encapsulation of the integrator;
*/
typedef str... | {
"alphanum_fraction": 0.6245546725,
"avg_line_length": 31.321888412,
"ext": "h",
"hexsha": "d1f70786672ec2e4e7c5cde9358372d6a32c5b66",
"lang": "C",
"max_forks_count": 1,
"max_forks_repo_forks_event_max_datetime": "2022-02-20T15:50:01.000Z",
"max_forks_repo_forks_event_min_datetime": "2022-02-20T15:50:0... |
/****************************************
* MIT License
*
* Copyright (c) 2020 Miguel Ramos Pernas
****************************************/
#ifdef USE_CPU
#include "Python.h"
#include "math.h"
#include <gsl/gsl_integration.h>
#include <gsl/gsl_math.h>
#include <gsl/gsl_monte.h>
#include <gsl/gsl_monte_miser.h>
#i... | {
"alphanum_fraction": 0.6797721845,
"avg_line_length": 25.6745283019,
"ext": "c",
"hexsha": "130dd96cb058fb6457c559f808c9f8b7bc2fc573",
"lang": "C",
"max_forks_count": 1,
"max_forks_repo_forks_event_max_datetime": "2020-02-03T22:59:00.000Z",
"max_forks_repo_forks_event_min_datetime": "2020-02-03T22:59:... |
// This file is part of playd.
// playd is licensed under the MIT licence: see LICENSE.txt.
/**
* @file
* Declaration of the Basic_audio, Null_audio and Audio classes.
* @see audio/audio.cpp
*/
#ifndef PLAYD_AUDIO_H
#define PLAYD_AUDIO_H
#include <chrono>
#include <cstdint>
#include <memory>
#include <string>
#i... | {
"alphanum_fraction": 0.7041674453,
"avg_line_length": 24.1036036036,
"ext": "h",
"hexsha": "30aeed3abd26b6ed16fe9cf88559e001f68ebc60",
"lang": "C",
"max_forks_count": 2,
"max_forks_repo_forks_event_max_datetime": "2017-02-23T12:41:21.000Z",
"max_forks_repo_forks_event_min_datetime": "2016-09-04T23:04:... |
#ifndef KGS_GSLQR_H
#define KGS_GSLQR_H
#include "math/QR.h"
#include <gsl/gsl_matrix.h>
class QRGSL: public QR {
public:
QRGSL(gsl_matrix* M): QR(M){}
protected:
void updateFromMatrix() override;
};
#endif //KGS_GSLQR_H
| {
"alphanum_fraction": 0.7051282051,
"avg_line_length": 12.3157894737,
"ext": "h",
"hexsha": "c7a0d856d19d39927ba2d6cdd47ba1d454cd6bc1",
"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":... |
/*
* SpectrumTransformer.h
*
* Created on: Jul 30, 2015
* Author: dpayne
*/
#ifndef _SPECTRUM_TRANSFORMER_H
#define _SPECTRUM_TRANSFORMER_H
#include <fftw.h>
#include "Transformer/GenericTransformer.h"
#include "Writer/NcursesWriter.h"
#include "Domain/Settings.h"
namespace vis
{
class SpectrumTransformer ... | {
"alphanum_fraction": 0.6352347162,
"avg_line_length": 36.0985221675,
"ext": "h",
"hexsha": "64fc7151e26031f2bab55dd00b011ce3e970688a",
"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":... |
/* ensure once-only inclusion. */
#ifndef __VFL_BLAS_H__
#define __VFL_BLAS_H__
/* include the matrix and vector headers. */
#include <vfl/util/matrix.h>
#include <vfl/util/vector.h>
/* determine whether or not atlas is used. */
#ifdef __VFL_USE_ATLAS
/* include the atlas blas header. */
#include <cblas.h>
#include ... | {
"alphanum_fraction": 0.7107215105,
"avg_line_length": 22.8153846154,
"ext": "h",
"hexsha": "e5f1add57e83693ca91454e4228bbc1e9d71bc7b",
"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":... |
// @(#)root/matrix:$Name: $:$Id: TMatrixTSparse.h,v 1.5 2006/05/17 06:22:06 brun Exp $
// Authors: Fons Rademakers, Eddy Offermann Feb 2004
/*************************************************************************
* Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
* All rights reserved. ... | {
"alphanum_fraction": 0.5823202032,
"avg_line_length": 69.8377358491,
"ext": "h",
"hexsha": "6f085905929c35f157b1bbbf5bde784a6f328a08",
"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":... |
/* Standard C Libraries */
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "interpolation.h"
#include "float.h"
#include <gsl/gsl_errno.h>
#include <gsl/gsl_spline.h>
typedef struct {
int start_index;
int end_index;
int n;
double* x;
double* y;
} segment;
t... | {
"alphanum_fraction": 0.5259054326,
"avg_line_length": 30.2357414449,
"ext": "c",
"hexsha": "19743812633e9746924cb33b0c000e035d2f0657",
"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 <cblas.h>
#include "tasks.h"
#include "utils.h"
void trsm_task_par_reconfigure(int nth)
{
// empty
}
void trsm_task_par_finalize(void)
{
// empty
}
void trsm_task_par(void *ptr, int nth, int me)
{
struct trsm_task_arg *arg = (struct trsm_task_arg*) ptr;
int n = arg->n;
int m ... | {
"alphanum_fraction": 0.563559322,
"avg_line_length": 20.9777777778,
"ext": "c",
"hexsha": "b72568025dfe9907e60830f99b54418c755ca381",
"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 problems_h
#define problems_h
#include <ceed.h>
#include <petsc.h>
#include "../problems/cl-problems.h"
#include "../problems/neo-hookean.h"
#include "../problems/mooney-rivlin.h"
// Physics options
#define SOLIDS_PROBLEM_REGISTER(list, name, fname, physics) \
ierr = PetscFunctionListAdd(&list->setupPhysics... | {
"alphanum_fraction": 0.6508379888,
"avg_line_length": 44.75,
"ext": "h",
"hexsha": "4ce53c6a02704c904919f7fa13d60eeb2d830d49",
"lang": "C",
"max_forks_count": 41,
"max_forks_repo_forks_event_max_datetime": "2022-03-01T13:02:07.000Z",
"max_forks_repo_forks_event_min_datetime": "2017-12-27T22:35:13.000Z... |
#include <gsl/gsl_math.h>
#include "gsl_cblas.h"
#include "cblas.h"
void
cblas_dsyr2k (const enum CBLAS_ORDER Order, const enum CBLAS_UPLO Uplo,
const enum CBLAS_TRANSPOSE Trans, const int N, const int K,
const double alpha, const double *A, const int lda,
const double *B, const int ldb, const dou... | {
"alphanum_fraction": 0.7072599532,
"avg_line_length": 26.6875,
"ext": "c",
"hexsha": "d05156dffee12501dedcd594ec8e2140c2dffc38",
"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:59.000... |
#include <gsl/gsl_math.h>
#include <gsl/gsl_cblas.h>
#include "cblas.h"
#include "error_cblas_l2.h"
void
cblas_sspmv (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo,
const int N, const float alpha, const float *Ap, const float *X,
const int incX, const float beta, float *Y, const in... | {
"alphanum_fraction": 0.6984536082,
"avg_line_length": 25.8666666667,
"ext": "c",
"hexsha": "8aca4cc36b017c259d1a08b5bb818fcb6b7e6627",
"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 zcposv.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 Emmanuel Agullo
* @date 2010-11-15
* @precisions mixed zc -> ds
*
**/
#include <stdlib.h>
#incl... | {
"alphanum_fraction": 0.5906743798,
"avg_line_length": 38.4432835821,
"ext": "c",
"hexsha": "9a61790380ac1fcc5cf4514046a2a9a29bf169dc",
"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":... |
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#pragma once
#pragma warning (disable : 4514 4710 4711) // inlining
#pragma warning (disable: 5045) // TODO Spectre
// #define WIN32_LEAN_AND_MEAN ... | {
"alphanum_fraction": 0.7416829746,
"avg_line_length": 30.0588235294,
"ext": "h",
"hexsha": "b5517d39f4d960e4e588e3db55d21301e073f963",
"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":... |
/* movstat/mmacc.c
*
* 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 License, or (at
* your option) any later version.
*
*... | {
"alphanum_fraction": 0.6466115261,
"avg_line_length": 26.964028777,
"ext": "c",
"hexsha": "6a88921530ebb7d601a85a27ea6226434b5d979f",
"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... |
/*
* bspline.c: Routines for calculating values of B-splines and their
* derivatives, as well as efficient computation of the values of
* N-dimensional B-spline surfaces.
*/
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include <string.h>
#include <gsl/gsl_matrix.h>
#include <gsl... | {
"alphanum_fraction": 0.62282925,
"avg_line_length": 25.794188862,
"ext": "c",
"hexsha": "97272fd19515174a250d489cf223703c9d836d5f",
"lang": "C",
"max_forks_count": 3,
"max_forks_repo_forks_event_max_datetime": "2021-03-30T16:44:18.000Z",
"max_forks_repo_forks_event_min_datetime": "2020-07-17T09:20:29.... |
/*
* aeif_cond_beta_multisynapse.h
*
* This file is part of NEST.
*
* Copyright (C) 2004 The NEST Initiative
*
* NEST 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 Lice... | {
"alphanum_fraction": 0.6533125804,
"avg_line_length": 31.7103004292,
"ext": "h",
"hexsha": "d3d5b7876f1bfeb7e640442658962eb450a45499",
"lang": "C",
"max_forks_count": 10,
"max_forks_repo_forks_event_max_datetime": "2021-03-25T09:32:56.000Z",
"max_forks_repo_forks_event_min_datetime": "2019-12-09T06:45... |
/*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
** **
** This file forms part of the Underworld geophysics modelling application. **
** ... | {
"alphanum_fraction": 0.4162062615,
"avg_line_length": 36.2,
"ext": "c",
"hexsha": "cc8cbe87b5240eda6db351e1885ba39059b395cb",
"lang": "C",
"max_forks_count": 68,
"max_forks_repo_forks_event_max_datetime": "2021-08-25T04:54:26.000Z",
"max_forks_repo_forks_event_min_datetime": "2015-12-14T21:57:46.000Z"... |
#pragma once
#define EXPORT __declspec(dllexport)
#define WIN32_LEAN_AND_MEAN
// STL
#include <array>
#include <cassert>
#include <cstdint>
#include <deque>
#include <exception>
#include <fstream>
#include <iomanip>
#include <sstream>
#include <stack>
#include <stdexcept>
#include <string>
#include <unordered_map>
#... | {
"alphanum_fraction": 0.7442996743,
"avg_line_length": 18.8923076923,
"ext": "h",
"hexsha": "45bf20948ad3455872f478c06c69389d1054b8b4",
"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 <string>
#include <vector>
#include <array>
#include <map>
#include <gsl\gsl>
#include <type_traits>
namespace multiformats {
enum base_t {
dynamic_base = -1,
identity = 0,
base256,
//base1, // '1'
bas... | {
"alphanum_fraction": 0.589869156,
"avg_line_length": 48.1362799263,
"ext": "h",
"hexsha": "2db1c375d2220f464c745ae64d28af028ca2ad69",
"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/gsl_filter.h
*
* 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 License, or (at
* your option) any later version.
... | {
"alphanum_fraction": 0.7525922354,
"avg_line_length": 37.7,
"ext": "h",
"hexsha": "0339da26a003c38ed65ba390f74cfeac95b06042",
"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": "3ca418a... |
#include "matrix.h"
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include <math.h>
#include <gsl/gsl_vector.h>
#include <gsl/gsl_matrix.h>
#include <gsl/gsl_linalg.h>
/*************************** Complex Number *************************/
/*
typedef struct {
double dat[2];
} Complex;
*/
Complex Co... | {
"alphanum_fraction": 0.6292011019,
"avg_line_length": 26.46875,
"ext": "c",
"hexsha": "2e2315ad71ee78ce13415a6ed4af3ea521a2212f",
"lang": "C",
"max_forks_count": 2,
"max_forks_repo_forks_event_max_datetime": "2017-07-19T21:30:55.000Z",
"max_forks_repo_forks_event_min_datetime": "2017-04-25T20:00:21.00... |
#include <assert.h>
#include <stdio.h>
#include <math.h>
#include <string.h>
#include <float.h>
#include "nn.h"
#ifdef __APPLE__
#include <Accelerate/Accelerate.h>
#else
#include <cblas.h>
#endif
#define AVERAGE_FISHER 10
/**
* A function for generating random numbers according to a N(mu, sigma) Gaussian
* distribu... | {
"alphanum_fraction": 0.5625841832,
"avg_line_length": 32.2294573643,
"ext": "c",
"hexsha": "5ca10152159a91c3981587801bea7f96410044ee",
"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) 2018 Sir Ementaler
//
// 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 withou... | {
"alphanum_fraction": 0.7050938338,
"avg_line_length": 33.9090909091,
"ext": "h",
"hexsha": "0db140f09f7a69468db29c3bad1fb40619e18171",
"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":... |
/////////////////////////////////////////////////////////////////////////////////
//
// Solution of linear systems involved in the Levenberg - Marquardt
// minimization algorithm
// Copyright (C) 2004 Manolis Lourakis (lourakis at ics forth gr)
// Institute of Computer Science, Foundation for Research & Technolog... | {
"alphanum_fraction": 0.6243044736,
"avg_line_length": 28.0155884645,
"ext": "c",
"hexsha": "89ffab0316e5f853ff69f58cf6764c6ddcd2222d",
"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 <string.h>
#include <math.h>
#include <cblas.h>
#define SWAP(x, y, T) do { T SWAP = x; x = y; y = SWAP; } while (0)
//The Struct that contains the k nearest neighbors of m queries
typedef struct knnresult{
int * nidx; //!< Indices (0-based) of nearest neighbors [m-by-k]
double * ndist; //!< Dist... | {
"alphanum_fraction": 0.4612450147,
"avg_line_length": 24.5404255319,
"ext": "h",
"hexsha": "3736dc064802e4dfb7f68823b413e09bfe228df5",
"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 OPENMC_TALLIES_FILTER_CELL_H
#define OPENMC_TALLIES_FILTER_CELL_H
#include <cstdint>
#include <unordered_map>
#include <gsl/gsl>
#include "openmc/tallies/filter.h"
#include "openmc/vector.h"
namespace openmc {
//==============================================================================
//! Specifies wh... | {
"alphanum_fraction": 0.5125628141,
"avg_line_length": 26.5333333333,
"ext": "h",
"hexsha": "e4180148f45473b0cbc3e6c6aaa3d37f2c85b2e8",
"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 _SPC_SPC_H
#define _SPC_SPC_H
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <unistd.h>
#include <string.h>
#include <gsl/gsl_nan.h>
#include <gsl/gsl_sys.h>
#include "aXe_grism.h"
#include "aXe_utils.h"
#include "fitsio.h"
#define SPCTOL 1.0e-5
// interpolation type used for the
// res... | {
"alphanum_fraction": 0.7387434555,
"avg_line_length": 21.9540229885,
"ext": "h",
"hexsha": "ac41e157ab557557acca82d3e5a3c0eaeccba016",
"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_errno.h>
#include <gsl/gsl_spline.h>
#include <galpy_potentials.h>
// MovingObjectPotential
// 3 arguments: amp, t0, tf
void constrain_range3(double * d) {
// Constrains index to be within interpolation range
if (*d < 0) *d = 0.0;
if (*d > 1) *d = 1.0;
}
void cosinerule(double... | {
"alphanum_fraction": 0.670334507,
"avg_line_length": 33.7425742574,
"ext": "c",
"hexsha": "58922c8ffa51ce22e412bbdd5f2bb7f7a765dcdc",
"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": ... |
/* vector/gsl_vector_float.h
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 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 2 of the License,... | {
"alphanum_fraction": 0.6744153675,
"avg_line_length": 31.3711790393,
"ext": "h",
"hexsha": "4fb280ba9c4ddaa02a68f2fbb0ceaf6d04563e61",
"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... |
/**
*
* @file core_clarfy.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 2011-05-15
* @generated c Tue Jan 7 11:44:49 2014
*
**/
#include <math.h>
... | {
"alphanum_fraction": 0.5025906736,
"avg_line_length": 26.2330097087,
"ext": "c",
"hexsha": "163fa798388111f620a6074d59f137a221032261",
"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/vector/gsl_vector.h>
#include <gsl/gsl_math.h>
#define BASE_DOUBLE
#include <gsl/templates_on.h>
#include <gsl/vector/minmax_source.c>
#include <gsl/templates_off.h>
#undef BASE_DOUBLE
| {
"alphanum_fraction": 0.7625,
"avg_line_length": 20,
"ext": "c",
"hexsha": "00a3849860eebcdea32338646aec1c80b769bc93",
"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": "58778f148e65749... |
/*
* SPDX-License-Identifier: BSD-3-Clause
*
* example_10-StructOfArrays-CellLinkedList-OuterLoop-SymmetricalLoadBalancing.c :
* Example of SPH Density Calculation using
* fast neighbor search the main density loop via
* Cell Linked List method, Struct of Arrays (SoA)
* data layout, Open... | {
"alphanum_fraction": 0.5788667036,
"avg_line_length": 40.5682210708,
"ext": "c",
"hexsha": "6ffea1e10a40fd8f8425a9a326156e2728e5d61f",
"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) 2018 Jan Filipowicz, Filip Turobos
//
// 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, ... | {
"alphanum_fraction": 0.7243891985,
"avg_line_length": 39.5423728814,
"ext": "h",
"hexsha": "f95afb251a262e0a3e47726e9abfacc93c3f815d",
"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 <cblas.h>
#include "util.h"
#include "conv.h"
extern float *scratch;
convLayer convLayer_init(int Sm, int Sn, int p)
{
convLayer cl; CONVL_INIT(cl);
cl.Sm=Sm; cl.Sn=Sn; cl.p=p;
return cl;
}
void convLayer_free(convLayer *cl)
{
ftens_free(&cl->W); ftens_free(&cl->b);
ftens_free(&... | {
"alphanum_fraction": 0.5299595142,
"avg_line_length": 23.0841121495,
"ext": "c",
"hexsha": "e74dbf0ce0e9fcdce340fb1c205faf92f18473e1",
"lang": "C",
"max_forks_count": 21,
"max_forks_repo_forks_event_max_datetime": "2021-09-16T17:50:19.000Z",
"max_forks_repo_forks_event_min_datetime": "2017-06-10T17:50... |
/* Copyright (c) 2014, J.M. Hernandez-Lobato, M.W. Hoffman, Z. Ghahramani
This function is from the code for the paper
Hernández-Lobato J. M., Hoffman M. W. and Ghahramani Z.
Predictive Entropy Search for Efficient Global Optimization of Black-box
Functions, In NIPS, 2014.
https://bitbucket.org/jmh233/codepesnips... | {
"alphanum_fraction": 0.6782945736,
"avg_line_length": 25.8,
"ext": "c",
"hexsha": "e313a649a94120c6e1fa73e4007e4c29418d360d",
"lang": "C",
"max_forks_count": 15,
"max_forks_repo_forks_event_max_datetime": "2022-02-22T21:41:42.000Z",
"max_forks_repo_forks_event_min_datetime": "2017-05-27T02:48:48.000Z"... |
/* statistics/gsl_statistics_int.h
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Jim Davies, 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 Licens... | {
"alphanum_fraction": 0.7881165919,
"avg_line_length": 57.9220779221,
"ext": "h",
"hexsha": "48f128814a1a49d16dfdb96ce0b9693794ad6776",
"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 <gsl/gsl>
#include <vector>
#include <memory>
struct AVCodecContext;
struct AVPacket;
struct AVFrame;
namespace video_streamer
{
class FrameEncoder
{
public:
explicit FrameEncoder(gsl::not_null<AVCodecContext*> codecContext);
std::vector<unsigned char> encode(gsl::not_null<const AVFr... | {
"alphanum_fraction": 0.7567114094,
"avg_line_length": 19.8666666667,
"ext": "h",
"hexsha": "d7975efb41d45441467fd1188b4a7f44abe583ea",
"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 BASIS_H
#define BASIS_H
#include <algorithm>
#include <cstddef>
#include <cmath>
#include <map>
#include <memory>
#include <mutex>
#include <vector>
#include <gsl/gsl_linalg.h>
#include <gsl/gsl_math.h>
#include <gsl/gsl_matrix.h>
#include <gsl/gsl_spblas.h>
#include <gsl/gsl_spmatrix.h>
#include <gsl/gsl_wa... | {
"alphanum_fraction": 0.7445972495,
"avg_line_length": 19.2075471698,
"ext": "h",
"hexsha": "7b2cc5dbbb157d0a238291dccfb2c8240e13acb1",
"lang": "C",
"max_forks_count": 2,
"max_forks_repo_forks_event_max_datetime": "2020-03-27T14:41:25.000Z",
"max_forks_repo_forks_event_min_datetime": "2019-04-27T00:23:... |
/* specfunc/bessel_K1.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman
* Copyright (C) 2016 Pavel Holoborodko, 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 Foundat... | {
"alphanum_fraction": 0.6595187428,
"avg_line_length": 28.0229357798,
"ext": "c",
"hexsha": "0c2369c0145c1af788742ba2a2d7966628d63f23",
"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 <unordered_map>
#include <vector>
#include <gsl/span>
#include <json.hpp>
#include <optional.hpp>
#include "Quiver/Animation/AnimationData.h"
#include "Quiver/Animation/AnimationId.h"
#include "Quiver/Animation/Rect.h"
#include "Quiver/Animation/TimeUnit.h"
namespace qvr
{
// Tells us about w... | {
"alphanum_fraction": 0.7551502871,
"avg_line_length": 25.9736842105,
"ext": "h",
"hexsha": "6165c47cb49b67a74acc6ffeee3a93ff70677f69",
"lang": "C",
"max_forks_count": 8,
"max_forks_repo_forks_event_max_datetime": "2020-03-19T10:08:45.000Z",
"max_forks_repo_forks_event_min_datetime": "2017-10-22T14:47:... |
#include <lapacke.h>
#include <mpi.h>
#include <stdio.h>
#include "../include/paralleltt.h"
#include <unistd.h>
// X is r1 x n x r2, transpose is r2 x n x r1
double* train_transpose(const double* X, int r1, int n, int r2){
double* X_T = (double*) calloc(r1*n*r2, sizeof(double));
for (int ii = 0; ii < r1; +... | {
"alphanum_fraction": 0.558305975,
"avg_line_length": 30.5823293173,
"ext": "c",
"hexsha": "1987cc46a867496a85304f391fdb1a7c4aef06a2",
"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 <gsl-lite/gsl-lite.hpp>
#include <boost/test/data/test_case.hpp>
#include <boost/test/unit_test.hpp>
#include <cuda/runtime_api.hpp>
#include <thrustshift/managed-vector.h>
#include <thrustshift/copy.h>
namespace thrustshift {
template<class MemoryResource>
void touch_all_memory_resource_pag... | {
"alphanum_fraction": 0.6752037253,
"avg_line_length": 22.6052631579,
"ext": "h",
"hexsha": "1ac8a3cc1e31013f10c3c8e546244b9205fc0e8a",
"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":... |
/* vector/gsl_vector_long_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... | {
"alphanum_fraction": 0.69813404,
"avg_line_length": 38.0546218487,
"ext": "h",
"hexsha": "abd22aa6ced4461b73567adb2f739fc8aa840a49",
"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": "... |
/*
GENETIC - A simple genetic algorithm.
Copyright 2014, 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 copyright notice, this
list of condi... | {
"alphanum_fraction": 0.698449777,
"avg_line_length": 36.2230769231,
"ext": "c",
"hexsha": "75d3d6e74218659cdd2ac8fec544bdb814100c33",
"lang": "C",
"max_forks_count": 1,
"max_forks_repo_forks_event_max_datetime": "2017-05-22T08:54:08.000Z",
"max_forks_repo_forks_event_min_datetime": "2017-05-22T08:54:0... |
/* matrix/gsl_matrix_int.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 Lice... | {
"alphanum_fraction": 0.6531709632,
"avg_line_length": 35.0304709141,
"ext": "h",
"hexsha": "a67df8b2db9b0bede764f0c864e911b5f4b18b8d",
"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":... |
/* err/gsl_message.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 License, o... | {
"alphanum_fraction": 0.7190082645,
"avg_line_length": 29.8765432099,
"ext": "h",
"hexsha": "4d3a9d51302678270ca6428e2938548cd371996c",
"lang": "C",
"max_forks_count": 5,
"max_forks_repo_forks_event_max_datetime": "2022-01-04T19:22:30.000Z",
"max_forks_repo_forks_event_min_datetime": "2020-06-27T11:11:... |
/* W. H. Bell
** A program to generate random numbers obeying a Landau distribution
** using the GNU scientific libraries.
*/
#include <stdio.h>
/* Header files needed for the Landau distribution generator */
#include <gsl/gsl_rng.h>
#include <gsl/gsl_randist.h>
int main() {
int i;
double ran_num;
const gsl_r... | {
"alphanum_fraction": 0.6416666667,
"avg_line_length": 20.5714285714,
"ext": "c",
"hexsha": "69a81ef7e913daa60a42294487900e5ab54eeacf",
"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 BASIC_PARTICLE_H
#define BASIC_PARTICLE_H
#include <iostream>
#include <cmath>
#include <cstdlib>
#include <cassert>
#include <gsl/gsl_randist.h>
#include <gsl/gsl_rng.h>
#include "basic_changepoint.h"
#include "binary.h"
#include "regime.h"
class particle{
public:
particle(const unsigned long int & start_ti... | {
"alphanum_fraction": 0.7151266031,
"avg_line_length": 66.7251782776,
"ext": "h",
"hexsha": "ca58dbc033010a9d16f74023aaec537c4f9b1db9",
"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":... |
//STARTWHOLE
static char help[] = "Newton's method for a two-variable system.\n"
"No analytical Jacobian. Run with -snes_fd or -snes_mf.\n\n";
#include <petsc.h>
extern PetscErrorCode FormFunction(SNES, Vec, Vec, void*);
int main(int argc,char **argv) {
PetscErrorCode ierr;
SNES snes; // nonli... | {
"alphanum_fraction": 0.6497102382,
"avg_line_length": 33.7608695652,
"ext": "c",
"hexsha": "fcd6b338bcc9ff6fada8885c201f20d27f6a1ed0",
"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 "macros.h"
#include <gsl/span>
#include <array>
#include <optional>
#include <string>
namespace linkollector::win {
enum class activity { url, text };
constexpr std::string_view activity_delimiter = "\uedfd";
constexpr std::array<std::byte, activity_delimiter.size()>
activity_delimiter_... | {
"alphanum_fraction": 0.6955624355,
"avg_line_length": 26.1891891892,
"ext": "h",
"hexsha": "53a1886c6904543f86f7c97e01a7451d81f2d18c",
"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":... |
/*
Performing approximate Bayesian computation sequential Monte Carlo (Toni et al.
2009) for linear regression.
Synthetic data is generated by `ground_truth_and_analysis.ipynb`.
This script writes particles.csv, where each row corresponds to a particle and
each column corresponds to a round of SMC.
Defining... | {
"alphanum_fraction": 0.6697871249,
"avg_line_length": 31.0677290837,
"ext": "c",
"hexsha": "faab26c0d683e2330e7f3bc0fb82a53980228af4",
"lang": "C",
"max_forks_count": 1,
"max_forks_repo_forks_event_max_datetime": "2018-07-02T14:25:20.000Z",
"max_forks_repo_forks_event_min_datetime": "2018-07-02T14:25:... |
#ifndef KGS_NULLSPACEQR_H
#define KGS_NULLSPACEQR_H
#include <gsl/gsl_matrix.h>
#include <gsl/gsl_vector.h>
#include <string>
#include "math/QR.h"
#include "math/Nullspace.h"
#include "TransposeQR.h"
/**
* An implementation of Nullspace backed by a QR decomposition
*/
class NullspaceQR: public Nullspace {
public... | {
"alphanum_fraction": 0.7219917012,
"avg_line_length": 21.2647058824,
"ext": "h",
"hexsha": "9e144ca69c2d76919d6c5c7d0d4755488b09925a",
"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":... |
/* integration/fixed.c
*
* Copyright (C) 2017 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.557018029,
"avg_line_length": 22.0512195122,
"ext": "c",
"hexsha": "746e5fb3491b92b44a77a74100f8e3586edc329e",
"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 core_ssbtype1cb.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 2011-05-15
* @generated s Tue Jan 7 11:44:49 2014
*
**/
#include <lapa... | {
"alphanum_fraction": 0.532627866,
"avg_line_length": 32.6330935252,
"ext": "c",
"hexsha": "10808e5b003c69347f8c6a11653b95f79506f7c5",
"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 GRAPH_H_
#define GRAPH_H_
#include "common.h"
#include <gsl/gsl_rng.h>
#include <gsl/gsl_randist.h>
/** A graph represented by an adjacency list (made of dynamic arrays). */
typedef struct
{
int num_v; /** Number of vertices. */
int *num_e; /** Number of edges per vertex. */
int *capacity; /** ... | {
"alphanum_fraction": 0.6736538462,
"avg_line_length": 34.8993288591,
"ext": "h",
"hexsha": "d62a9bf8c36801a4a18a77f892cdcee3572e6ba9",
"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) 2007, Michael Lehn
*
* 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.7426610751,
"avg_line_length": 34.0649350649,
"ext": "h",
"hexsha": "5a47a6c4655bb9fcb11624e840778c567ce07f02",
"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_errno.h>
#include <gsl/gsl_fft_complex.h>
#define REAL(z,i) ((z)[2*(i)])
#define IMAG(z,i) ((z)[2*(i)+1])
int
main (void)
{
int i; double data[2*128];
for (i = 0; i < 128; i++)
{
REAL(data,i) = 0.0; IMAG(data,i) = 0.0;
}
REAL(data,0) = 1.0;... | {
"alphanum_fraction": 0.4623513871,
"avg_line_length": 17.2045454545,
"ext": "c",
"hexsha": "aa00242fdade49fbb0acc77054b977ddea2b3cac",
"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 <stdlib.h>
#include <gsl/gsl_math.h>
#include <gsl/gsl_monte.h>
#include <gsl/gsl_rng.h>
#include <gsl/gsl_complex.h>
#include <gsl/gsl_matrix.h>
#include <gsl/gsl_complex_math.h>
#include <gsl/gsl_cblas.h>
#include <gsl/gsl_blas.h>
#ifndef gauge_config
#include "config.h"
#define gauge_config 1
#define sq(x... | {
"alphanum_fraction": 0.6863013699,
"avg_line_length": 26.3855421687,
"ext": "c",
"hexsha": "7ab95266004f3ec729f29db1700cfdc8bdf945f0",
"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":... |
#if !defined(STRIPWS_H_INCLUDED)
#define STRIPWS_H_INCLUDED
#include "FileEnumerator.h"
#include "Utils.h"
#include <filesystem>
#include <gsl/gsl>
#include <iosfwd>
#include <string>
class StripWS
{
public:
static int usage(::std::ostream& strm, const ::std::string& progName,
const char* pMsg);
StripWS(::gsl:... | {
"alphanum_fraction": 0.7140151515,
"avg_line_length": 27.7894736842,
"ext": "h",
"hexsha": "6e25d82d4bc67212295743681914d1318e1614ae",
"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_coulomb.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
* yo... | {
"alphanum_fraction": 0.6473429952,
"avg_line_length": 32.0930232558,
"ext": "h",
"hexsha": "65f0ac8da4549e57139b1164a9376022bbcfafd4",
"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:... |
/* multifit_nlinear/scaling.c
*
* Copyright (C) 2015, 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 lat... | {
"alphanum_fraction": 0.7127585406,
"avg_line_length": 27.0628930818,
"ext": "c",
"hexsha": "fc2efda7cb0142b0ea6817e76aeaa76def9c07b2",
"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:... |
/*******************************************************************************
NAME: extract_rgb_palette
ALGORITHM DESCRIPTION:
Dumps RGB indexed color palette from graphics file to stdout
ISSUES:
Only color indexed TIFF files currently supported
**********************************************************... | {
"alphanum_fraction": 0.5935846981,
"avg_line_length": 31.5922459893,
"ext": "c",
"hexsha": "e5fdae00743b45a481fc1c79ce6bd0347d17812e",
"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:... |
#include <math.h>
#include <stdio.h>
#include <gsl/gsl_matrix.h>
#include <gsl/gsl_blas.h>
int main(void)
{
size_t i, j;
gsl_matrix *m = gsl_matrix_alloc(10,10);
for (i=0; i<10; i++)
for (j=0; j<10; j++)
gsl_matrix_set(m, i, j, sin(i) + cos(j));
for (j=0; j<10; j++)
{
gsl_vector_view column ... | {
"alphanum_fraction": 0.5875251509,
"avg_line_length": 16.5666666667,
"ext": "c",
"hexsha": "7b1663692a4f2efc2c34c7462af863f663253cca",
"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":... |
/*
* Author : Pierre Schnizer
* Date : December 2004
*
*/
/*
#ifdef DEBUG
#undef DEBUG
#endif
#define DEBUG 10
*/
#include <gsl/gsl_fft.h>
#include <gsl/gsl_fft_complex.h>
#include <gsl/gsl_fft_real.h>
#include <gsl/gsl_fft_halfcomplex.h>
#include <gsl/gsl_fft_complex_float.h>
#include <gsl/gsl_fft_real_floa... | {
"alphanum_fraction": 0.6679639571,
"avg_line_length": 31.4785757393,
"ext": "c",
"hexsha": "889c3bcfae77f9c58a877c8b7f1bd013f207bbfd",
"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:... |
// Sammlung verwendeter Funktionen
#include "global.h"
#include "targets.h"
#include <gsl/gsl_cblas.h>
#include <gsl/gsl_rng.h>
#include <gsl/gsl_randist.h>
#include <gsl/gsl_sf_gamma.h>
#include <math.h>
#include <stdio.h>
#include "utility.h"
#include <string.h>
#include <time.h>
#include <omp.h>
int Get_Lattice_Tar... | {
"alphanum_fraction": 0.6188349515,
"avg_line_length": 31.0240963855,
"ext": "c",
"hexsha": "82e5dae58f4807acf988a34b34f44b88870b6639",
"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":... |
/**************************************************************************/
/* Common definitions for the c vader routines */
/**************************************************************************/
/**************************************************************************/
/* General... | {
"alphanum_fraction": 0.5941295547,
"avg_line_length": 35.2857142857,
"ext": "h",
"hexsha": "a1c382acf517db0bc745c09dfa9e1d7e4c6a72d6",
"lang": "C",
"max_forks_count": 2,
"max_forks_repo_forks_event_max_datetime": "2021-11-20T02:11:17.000Z",
"max_forks_repo_forks_event_min_datetime": "2021-11-19T04:41:... |
/*
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.4330998076,
"avg_line_length": 28.0782683983,
"ext": "c",
"hexsha": "fb8f88850df833dd440cb98e89802e6e1abd5330",
"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 libceed_solids_examples_misc_h
#define libceed_solids_examples_misc_h
#include <ceed.h>
#include <petsc.h>
#include "../include/structs.h"
// -----------------------------------------------------------------------------
// Context setup
// ----------------------------------------------------------------------... | {
"alphanum_fraction": 0.4448367167,
"avg_line_length": 49.2608695652,
"ext": "h",
"hexsha": "daae9d9d06edddeba2b52a42d68bf7e34ed02906",
"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/plugin/iasset_importer.h"
#include <yaml-cpp/node/node.h>
#include "halley/core/graphics/material/material_definition.h"
#include <gsl/span>
namespace Halley
{
class MaterialDefinition;
class MaterialImporter : public IAssetImporter
{
public:
ImportAssetType getType() const overrid... | {
"alphanum_fraction": 0.7954186414,
"avg_line_length": 38.3636363636,
"ext": "h",
"hexsha": "afc66dd702423636d6a8bb0d4636c878349e140a",
"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... |
#pragma once
#include "GradUtil.h"
#include "DistanceGrad.h"
#ifndef _NOGSL
#include <gsl/gsl_vector.h>
#include <gsl/gsl_blas.h>
#else
#include "CustomSolver.h"
#endif
#include <limits>
#include <math.h>
#include <vector>
#include "BasicError.h"
using namespace std;
class ValueGrad {
double val;
gsl_vector* grad... | {
"alphanum_fraction": 0.6585430464,
"avg_line_length": 32.5431034483,
"ext": "h",
"hexsha": "cfeb598918c5c7d11566450f5fba03dc85b4dd3f",
"lang": "C",
"max_forks_count": 2,
"max_forks_repo_forks_event_max_datetime": "2020-12-06T01:45:04.000Z",
"max_forks_repo_forks_event_min_datetime": "2020-12-04T20:47:... |
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <gsl/gsl_rng.h>
#include <time.h>
#include <assert.h>
#include "core_allvars.h"
#include "core_proto.h"
#include "temporal_array.h"
void init_galaxy(int p, int halonr, int treenr, int32_t filenr)
{
int32_t j, step, status;
ass... | {
"alphanum_fraction": 0.6153743849,
"avg_line_length": 22.8541033435,
"ext": "c",
"hexsha": "af494f3f40b312e1c6ab4a839da5f42ec509cd6d",
"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":... |
/* Starting from version 7.8, MATLAB BLAS expects ptrdiff_t arguments for integers */
#if MATLAB_VERSION >= 0x0708
#include <stddef.h>
#include <stdlib.h>
#endif
/* Starting from version 7.6, MATLAB BLAS is seperated */
#if MATLAB_VERSION >= 0x0705
#include <blas.h>
#endif
#include <lapack.h>
#ifndef min... | {
"alphanum_fraction": 0.6595174263,
"avg_line_length": 23.3125,
"ext": "h",
"hexsha": "e5aa2e0aad3da3401a2d275c208220a16138c9e0",
"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": "cd51... |
#pragma once
#include "detail.h"
#include "schedule.h"
#include <gsl/gsl-lite.hpp>
#include <vector>
#ifndef UNIT_TEST
#include "random_utils.h"
#include "temperature.h"
#include "utils.h"
#else // UNIT_TEST
#include "stub/random_utils.h"
#include "stub/temperature.h"
#include "stub/utils.h"
#endif // UNIT_TEST
names... | {
"alphanum_fraction": 0.6598873592,
"avg_line_length": 23.3284671533,
"ext": "h",
"hexsha": "d86207b61165d4dd81169588fb7455ef46347946",
"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 <cblas.h>
#include "tasks.h"
void syrk_task_seq(void *ptr)
{
struct syrk_task_arg *arg = (struct syrk_task_arg*) ptr;
int n = arg->n;
int k = arg->k;
double *A21 = arg->A21;
double *A22 = arg->A22;
int ldA = arg->ldA;
// Compute A22 := A21 - A21 * A21'.
cbla... | {
"alphanum_fraction": 0.5131004367,
"avg_line_length": 20.8181818182,
"ext": "c",
"hexsha": "9be59dc10e0ca05f4f62594635f5083f7a0f6bd5",
"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_hyperg.c
*
* Copyright (C) 2007, 2009, 2010 Brian Gough
* Copyright (C) 1996, 1997, 1998, 1999, 2000, 2004 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 Foundati... | {
"alphanum_fraction": 0.7065851039,
"avg_line_length": 77.2562962963,
"ext": "c",
"hexsha": "23354eac3712196268f87a137f1d5b561820f9e6",
"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) 2008-2020 */
/*; Associated Universities, Inc. Washington DC, USA. */
/*; */
/*; This pr... | {
"alphanum_fraction": 0.6223390165,
"avg_line_length": 35.2269503546,
"ext": "c",
"hexsha": "8d62e5d93092ed3e21b5e5e89d742e54b345763a",
"lang": "C",
"max_forks_count": 1,
"max_forks_repo_forks_event_max_datetime": "2021-12-22T14:07:41.000Z",
"max_forks_repo_forks_event_min_datetime": "2021-12-22T14:07:... |
/* vector/gsl_vector_uchar.h
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 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 2 of the License,... | {
"alphanum_fraction": 0.6760993203,
"avg_line_length": 31.7577092511,
"ext": "h",
"hexsha": "b778ad65c7b60ae0e4dee0f48686bcac713d4ab9",
"lang": "C",
"max_forks_count": 14,
"max_forks_repo_forks_event_max_datetime": "2021-06-10T03:09:53.000Z",
"max_forks_repo_forks_event_min_datetime": "2015-04-29T20:31... |
/*
Copyright 2016 Amazon.com, Inc. or its affiliates. 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. A copy of the License is located at
http://aws.amazon.com/apache2.0/
or in the "license" file acco... | {
"alphanum_fraction": 0.6668535826,
"avg_line_length": 50.9119746233,
"ext": "h",
"hexsha": "4d94a6b87195169386afd3bf775fd5ff34f364fb",
"lang": "C",
"max_forks_count": 633,
"max_forks_repo_forks_event_max_datetime": "2017-05-02T11:33:50.000Z",
"max_forks_repo_forks_event_min_datetime": "2016-05-10T23:0... |
/* ----------------------------------------------------------------------------
JAM_AXI_VEL_WMMT
Calculates weighted first moments.
INPUTS
xp : projected x' [pc]
yp : projected y' [pc]
nxy : number of x' and y' values given
incl : inclination [radians]
lum : ... | {
"alphanum_fraction": 0.521024735,
"avg_line_length": 31.0989010989,
"ext": "c",
"hexsha": "9c3f175ada10b110e4df101e405dac262bbb4ef7",
"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
/*
* (C) Copyright 2020-2021 UCAR
*
* This software is licensed under the terms of the Apache Licence Version 2.0
* which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
*/
/*! \defgroup ioda_cxx_attribute Attributes and Has_Attributes
* \brief Ancillary data attached to variables and ... | {
"alphanum_fraction": 0.6960331088,
"avg_line_length": 42.8547169811,
"ext": "h",
"hexsha": "da507b2de331c42ac43f37b4cf82fff80445ddb6",
"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":... |
/*
* BRAINS
* (B)LR (R)everberation-mapping (A)nalysis (I)n AGNs with (N)ested (S)ampling
* Yan-Rong Li, liyanrong@ihep.ac.cn
* Thu, Aug 4, 2016
*/
/*! \file dnest_sa1d.c
* \brief run dnest sampling for sa and 1d rm analysis.
*/
#ifdef SA
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
#include <... | {
"alphanum_fraction": 0.6621066292,
"avg_line_length": 28.6728682171,
"ext": "c",
"hexsha": "45c99536229a4add59d3621d6ea7a32dce57cfa3",
"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_dlaset.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 d Tue Jan 7 11:44:58 2014
*
**/
#includ... | {
"alphanum_fraction": 0.5145228216,
"avg_line_length": 27.6557377049,
"ext": "c",
"hexsha": "9b2ef499b7dbeb613e371bb70f93f0faccefec64",
"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":... |
/* cdf/gammainv.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.5608715184,
"avg_line_length": 22.7142857143,
"ext": "c",
"hexsha": "84815fcd5b081e34a2d186b05594aa782364c20a",
"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... |
/************************************************************/
/********* Interval Censoring data analysis ***********/
/********* by Hao Liu on 6/7/07 **********/
/************************************************************/
/*** accepted data file: first p colmuns are covariates, last 2 columns... | {
"alphanum_fraction": 0.4738690643,
"avg_line_length": 28.9938900204,
"ext": "c",
"hexsha": "373b43d92a50bdcbb24b51b17eb1e746d0140098",
"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 */
#ifndef __CCL_F1D_H_INCLUDED__
#define __CCL_F1D_H_INCLUDED__
#include <gsl/gsl_spline.h>
CCL_BEGIN_DECLS
/*
* Spline wrapper
* Used to take care of evaluations outside the supported range
*/
typedef struct {
gsl_spline *spline;
double x0,xf; //Interpolation limits
double y0,yf; //Constant val... | {
"alphanum_fraction": 0.7621621622,
"avg_line_length": 19.1379310345,
"ext": "h",
"hexsha": "5425dfb57ad21e89eaba32d99858dd36699c9df8",
"lang": "C",
"max_forks_count": 1,
"max_forks_repo_forks_event_max_datetime": "2021-02-10T07:35:07.000Z",
"max_forks_repo_forks_event_min_datetime": "2021-02-10T07:35:... |
#include <stdlib.h>
#include <stdio.h>
#include <gsl/gsl_matrix.h>
#include "bstrlib/bstrlib.h"
#include "DosValues.h"
int write_dos_vals(char *outPath, int num_dos, double *Es, double *dos_vals);
int main(int argc, char *argv[]) {
if (argc < 15) {
printf("Usage: DosValues.out 'out_path' 'n' 'num_dos' 'Ta... | {
"alphanum_fraction": 0.5581730769,
"avg_line_length": 26.6666666667,
"ext": "c",
"hexsha": "915af309974fc3b7d1d10233a31db98e53edd355",
"lang": "C",
"max_forks_count": 1,
"max_forks_repo_forks_event_max_datetime": "2020-08-18T15:11:23.000Z",
"max_forks_repo_forks_event_min_datetime": "2020-08-18T15:11:... |
#ifndef LAPACKWRAPPER_H
#define LAPACKWRAPPER_H
#include <vector>
extern "C" {
// void dbdsqr_(char *uplo, int *n, int *ncvt, int *nru, int *ncc, double *D, double *E, double *VT, int *ldvt, double *U, int *ldu, double *C, int *ldc, double *work, int *info);
// void dgetrf_(int *m, int *n, double *A, int *lda... | {
"alphanum_fraction": 0.5841683367,
"avg_line_length": 42.4680851064,
"ext": "h",
"hexsha": "966d0ffc140206b86c468799ccc6eac2d1075c31",
"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":... |
/* -*- linux-c -*- */
/* cluster.c
Copyright (C) 2002-2004 John M. Fregeau
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 ... | {
"alphanum_fraction": 0.6272926362,
"avg_line_length": 33.3607305936,
"ext": "c",
"hexsha": "c8f3d1f8bd175a8ec2e0a3af02c0698dc93d7964",
"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":... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.