Search is not available for this dataset
text
string
meta
dict
#pragma once #include <vector> #include <string> #include <memory> #include <functional> #include <gsl> struct Vec3 { float x,y,z; }; struct Vec2 { float x,y; }; #include "types.h" #include "automaticId.h"
{ "alphanum_fraction": 0.6875, "avg_line_length": 16, "ext": "h", "hexsha": "4fbcab844c51c1e92720775b42ffd4959cae0e29", "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": "73659ce98b51eb8...
#if !defined(REGEXMOVE_H_INCLUDED) #define REGEXMOVE_H_INCLUDED #include "Utils.h" #include <filesystem> #include <gsl/gsl> #include <iosfwd> #include <regex> #include <string> class RegExMove { public: static int usage(::std::ostream& strm, const ::std::string& progName, const char* pMsg); RegExMove(::gsl::sp...
{ "alphanum_fraction": 0.7405452946, "avg_line_length": 23.6875, "ext": "h", "hexsha": "b566678d3d32a9458160a27aca1ecec0b61e2985", "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": "bd20...
/* multiset/gsl_multiset.h * based on combination/gsl_combination.h by Szymon Jaroszewicz * based on permutation/gsl_permutation.h by Brian Gough * * Copyright (C) 2009 Rhys Ulerich * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as ...
{ "alphanum_fraction": 0.7564655172, "avg_line_length": 29.6170212766, "ext": "h", "hexsha": "65e93f68e16d5ccee55426008ee6dd13b3949e59", "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:...
static char help[] = "A structured-grid Poisson solver using DMDA+KSP.\n\n"; #include <petsc.h> extern PetscErrorCode formMatrix(DM, Mat); extern PetscErrorCode formExact(DM, Vec); extern PetscErrorCode formRHS(DM, Vec); //STARTMAIN int main(int argc,char **args) { PetscErrorCode ierr; DM da; ...
{ "alphanum_fraction": 0.5240886609, "avg_line_length": 34.7707006369, "ext": "c", "hexsha": "d52f399fd332e14d3998c1efc7397ed64ba86e48", "lang": "C", "max_forks_count": 46, "max_forks_repo_forks_event_max_datetime": "2022-03-22T07:43:17.000Z", "max_forks_repo_forks_event_min_datetime": "2016-07-23T09:26...
#include <stdlib.h> #include <stdio.h> #include <math.h> #include <gsl/gsl_errno.h> #include <gsl/gsl_spline.h> int main (void) { int N = 4; double x[4] = {0.00, 0.10, 0.27, 0.30}; double y[4] = {0.15, 0.70, -0.10, 0.15}; /* Note: y[0] == y[3] for periodic data */ gsl_interp_accel *acc = gsl_...
{ "alphanum_fraction": 0.5401785714, "avg_line_length": 21.8536585366, "ext": "c", "hexsha": "02488a1c878f96a751ab6c010d04f63536e05752", "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...
#include <stdio.h> #include <string.h> #include <gsl/gsl_linalg.h> #include <gsl/gsl_matrix.h> #include <gsl/gsl_matrix_double.h> int main() { gsl_matrix* A; gsl_matrix* U; gsl_matrix* V; gsl_vector* S; gsl_vector* work; int i, j; int M, N; M = N = 2; work = gsl_vector_alloc(N); S ...
{ "alphanum_fraction": 0.4449315068, "avg_line_length": 20.9770114943, "ext": "c", "hexsha": "a2c7ca1a4f7cf1b1244c6f42c635efdbc64c02e5", "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:0...
/* matrix/gsl_matrix_long_double.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 Li...
{ "alphanum_fraction": 0.7081639037, "avg_line_length": 37.2827988338, "ext": "h", "hexsha": "f219ce76c61a8da15579df33d0e78297ece48cc7", "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_dgemv_tile.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 Mark Gates * @date 2010-11-15 * @generated d Tue Jan 7 11:44:59 2014 * **/ #incl...
{ "alphanum_fraction": 0.4904776772, "avg_line_length": 35.1978021978, "ext": "c", "hexsha": "c83ac5a31b119dd242def2d93028e7954f2c96e4", "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 DERIVATIVE_H #define DERIVATIVE_H #include <memory> #include <gsl/gsl_math.h> #include <gsl/gsl_vector.h> #include <gsl/gsl_interp.h> #include <gsl/gsl_deriv.h> #include "constants.h" void deriv_discrete(gsl_vector *df, gsl_vector *f, double step); #endif // DERIVATIVE_H
{ "alphanum_fraction": 0.7465277778, "avg_line_length": 15.1578947368, "ext": "h", "hexsha": "51b8c2aa734e228866242aaae8599086584ed8a0", "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:...
/* Siconos-Numerics, Copyright INRIA 2005-2011. * Siconos is a program dedicated to modeling, simulation and control * of non smooth dynamical systems. * Siconos is a free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Softwa...
{ "alphanum_fraction": 0.7335109927, "avg_line_length": 25.4406779661, "ext": "h", "hexsha": "e7538814ec35fc21ea4a89f8f6deeadde4601684", "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":...
ο»Ώ/* β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€” Backwards elimination algorithm using Bidiag2. β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€” This is a MEX function which uses the Bidiag2 PLS algorithm to estimate ...
{ "alphanum_fraction": 0.4403349616, "avg_line_length": 42.2779503106, "ext": "c", "hexsha": "8195e61e56b4bd008489e95544415dbc3533b431", "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_math.h> #include <gsl/gsl_vector.h> #include <gsl/gsl_matrix.h> #include "sum.h" int main(int argc, char *argv[]) { int num_bands = 2; double t = 1.0; double E0 = 6.0; double deltaE = 14.0; void Efn(double k[3], gsl_vector *energies) { ...
{ "alphanum_fraction": 0.5516769336, "avg_line_length": 28.0961538462, "ext": "c", "hexsha": "52dddd8fd8b72b016de1516d04ae96c3b0be5202", "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":...
/** * * @generated d Tue Jan 7 11:45:26 2014 * **/ #include <stdlib.h> #include <stdio.h> #include <string.h> #include <math.h> #ifdef USE_MKL #include <mkl_cblas.h> #include <mkl_lapacke.h> #else #include <cblas.h> #include <lapacke.h> #endif #include "plasma.h" #include <core_blas.h> #include "auxiliary.h" /*--...
{ "alphanum_fraction": 0.5972101133, "avg_line_length": 24.9347826087, "ext": "c", "hexsha": "32d31830408970a6f145a7bbb857c8628fe6269d", "lang": "C", "max_forks_count": 8, "max_forks_repo_forks_event_max_datetime": "2021-01-21T11:17:28.000Z", "max_forks_repo_forks_event_min_datetime": "2018-06-22T18:44:...
// // Copyright (c) Microsoft. All rights reserved. // This code is licensed under the MIT License (MIT). // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY // IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR // PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT. ...
{ "alphanum_fraction": 0.6864142539, "avg_line_length": 23.8829787234, "ext": "h", "hexsha": "aefc0ff0ef2aca0c5568b53b5f0b23b3546c4553", "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":...
/* bcls.c $Revision: 282 $ $Date: 2006-12-17 17:38:00 -0800 (Sun, 17 Dec 2006) $ --------------------------------------------------------------------- This file is part of BCLS (Bound-Constrained Least Squares). Copyright (C) 2006 Michael P. Friedlander, Department of Computer Science, University of Br...
{ "alphanum_fraction": 0.564171, "avg_line_length": 31.9104258443, "ext": "c", "hexsha": "6c5670b51069f1e2f0f17e9110bf58bf0f353ac1", "lang": "C", "max_forks_count": 2, "max_forks_repo_forks_event_max_datetime": "2020-03-24T13:00:19.000Z", "max_forks_repo_forks_event_min_datetime": "2020-03-05T07:46:30.0...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #pragma once #include "activation_info.h" #include "attention_wrapper.h" #include "core/providers/cpu/rnn/rnn_helpers.h" #include "core/common/common.h" #include "core/common/logging/logging.h" #include "core/framework/al...
{ "alphanum_fraction": 0.6900614754, "avg_line_length": 36.3726708075, "ext": "h", "hexsha": "2d3a6f20fe1e90d75afeb6890eb52f8c7f877e8f", "lang": "C", "max_forks_count": 4, "max_forks_repo_forks_event_max_datetime": "2021-11-30T13:58:13.000Z", "max_forks_repo_forks_event_min_datetime": "2021-06-05T19:52:...
#include <math.h> #include <stdio.h> #include <gsl/gsl_blas.h> #include <gsl/gsl_matrix.h> #include <gsl/gsl_sf_pow_int.h> #include <gsl/gsl_vector.h> #include <argtable2.h> #include "qdm.h" void qdm_ispline_vector( gsl_vector *result, const double tau, const size_t spline_df, const gsl_vector *knot...
{ "alphanum_fraction": 0.6126194067, "avg_line_length": 36.8333333333, "ext": "c", "hexsha": "795763e981977d894566799168dd0709f537e81f", "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 __RNG_H__ #define __RNG_H__ #include <gsl/gsl_rng.h> #include <ctime> #include<iostream> #include <cstring> #include <fstream> #define ABS(x) ((x) >= 0 ? (x) : -(x)) #define min(a,b) ((a) <= (b) ? (a) : (b)) #define max(a,b) ((a) >= (b) ? (a) : (b)) #define OVERFLO 1e100 #define UNDERFLO 1e-100 namespace w...
{ "alphanum_fraction": 0.6924939467, "avg_line_length": 24.2941176471, "ext": "h", "hexsha": "4c5ad57d9ad33008719685555fab56d4337b0ebf", "lang": "C", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_hexsha":...
/* * SPDX-License-Identifier: BSD-3-Clause * * example_04-ArrayOfStructs-Naive-Omp-SIMD-Tiled.c : * Example of SPH Density Calculation using a * naive implementation of the main density loop, * no neighbours earch, and Array of Structs (AoS) * data layout, OpenMP parallelization and SIM...
{ "alphanum_fraction": 0.5627344408, "avg_line_length": 45.6748251748, "ext": "c", "hexsha": "d3d0ab813325548102a67f495216220069ea5d40", "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":...
/* * Player - One Hell of a Robot Server * Copyright (C) 2000 Brian Gerkey & Kasper Stoy * gerkey@usc.edu kaspers@robotics.usc.edu * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published...
{ "alphanum_fraction": 0.5712263316, "avg_line_length": 20.4007220217, "ext": "c", "hexsha": "23d7ccb16c78d8d733a95e98132f5c8948f4ff20", "lang": "C", "max_forks_count": 5, "max_forks_repo_forks_event_max_datetime": "2022-03-05T15:04:17.000Z", "max_forks_repo_forks_event_min_datetime": "2022-01-24T17:19:...
#include <stdio.h> #include <stdlib.h> #include <gsl/gsl_sf_zeta.h> /* Calculate the Hurwitz zeta function by invoking the GNU scientific library */ /* Only intended to be used with R; not the most elegant integration but it may do for now */ /* Two arguments, the power used in the sum (s) and the baseline valu...
{ "alphanum_fraction": 0.6256572029, "avg_line_length": 24.3846153846, "ext": "c", "hexsha": "0afe81f25966e9f2ece9cbd2a81df6d1cf4339e0", "lang": "C", "max_forks_count": 4, "max_forks_repo_forks_event_max_datetime": "2022-03-02T10:29:33.000Z", "max_forks_repo_forks_event_min_datetime": "2019-05-12T08:50:...
/* * This file is part of MXE. See LICENSE.md for licensing information. */ /* taken from http://www.netlib.org/lapack/lapacke.html */ /* Calling CGEQRF and CUNGQR to compute Q with workspace querying */ #include <stdio.h> #include <stdlib.h> #include <lapacke_utils.h> #include <cblas.h> int main (int argc, con...
{ "alphanum_fraction": 0.6393244873, "avg_line_length": 30.1454545455, "ext": "c", "hexsha": "6a63796da590c9e1287179e8c7ca62e969b63bb7", "lang": "C", "max_forks_count": 6, "max_forks_repo_forks_event_max_datetime": "2019-02-07T22:09:44.000Z", "max_forks_repo_forks_event_min_datetime": "2016-07-20T14:50:...
/* avl.c * * Copyright (C) 1998-2002, 2004 Free Software Foundation, Inc. * Copyright (C) 2018 Patrick Alken * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the Li...
{ "alphanum_fraction": 0.5442469382, "avg_line_length": 26.1516064257, "ext": "c", "hexsha": "7423860b389b11f11245e61972df9cd15ce48ece", "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:...
/** * @brief handle cosmological functions like power spectrum, growth, etc. * * @file core_power.h * @author Michal Vrastil * @date 2018-06-21 */ #pragma once #include "precision.hpp" #include <gsl/gsl_spline.h> /*******************//** * FORWARD DECLARATIONS * ************************/ class Cosmo_Param; //...
{ "alphanum_fraction": 0.7069306931, "avg_line_length": 28.7203791469, "ext": "h", "hexsha": "9fedcf1856254f1a52147a3f42b75edd151f54f0", "lang": "C", "max_forks_count": 2, "max_forks_repo_forks_event_max_datetime": "2019-07-03T12:48:40.000Z", "max_forks_repo_forks_event_min_datetime": "2018-11-20T13:15:...
/* matrix/gsl_matrix_uint.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.6590242113, "avg_line_length": 34.3974763407, "ext": "h", "hexsha": "a253657227e6e9a9e961681088c0c5d01d550c64", "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":...
/* statistics/gsl_statistics_ushort.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 Lic...
{ "alphanum_fraction": 0.8015390846, "avg_line_length": 64.1298701299, "ext": "h", "hexsha": "49669cf7f655acf508519587530168672b6805ae", "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 batchg_zgemv.c * * Part of API test for Batched BLAS routines. * * @author Samuel D. Relton * @author Pedro V. Lara * @author Mawussi Zounon * @date 2016-06-01 * * @precisions normal z -> c d s * **/ #include <cblas.h> #include "bblas.h" #define COMPLEX void batchg_zgemv( const enum BB...
{ "alphanum_fraction": 0.6954346467, "avg_line_length": 23.1739130435, "ext": "c", "hexsha": "4e542489de770b764e2187a2d9d470bef532afcf", "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_cl_options_h #define libceed_solids_examples_cl_options_h #include <petsc.h> #include "../include/structs.h" // Process general command line options PetscErrorCode ProcessCommandLineOptions(MPI_Comm comm, AppCtx app_ctx); #endif // libceed_solids_examples_cl_options_h
{ "alphanum_fraction": 0.8421052632, "avg_line_length": 27.6363636364, "ext": "h", "hexsha": "c4b3844a1b13b2eec5fdbca1591a43cd9d01594e", "lang": "C", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_hexsha":...
/* * Copyright (c) 2016-2021 lymastee, All rights reserved. * Contact: lymastee@hotmail.com * * This file is part of the gslib project. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in t...
{ "alphanum_fraction": 0.6995244272, "avg_line_length": 33.0428571429, "ext": "h", "hexsha": "de21f75df93f1f9c57b4b9e303c155672fafc698", "lang": "C", "max_forks_count": 1, "max_forks_repo_forks_event_max_datetime": "2016-10-19T15:20:58.000Z", "max_forks_repo_forks_event_min_datetime": "2016-10-19T15:20:...
#ifndef QDM_PARAMETERS_H #define QDM_PARAMETERS_H 1 #include <gsl/gsl_vector.h> typedef struct { unsigned long int rng_seed; int acc_check; int burn; int iter; int knot_try; int spline_df; int thin; double month; double knot; double tau_high; double tau_low; double theta_min; double thet...
{ "alphanum_fraction": 0.7105263158, "avg_line_length": 13.1034482759, "ext": "h", "hexsha": "a11d17c59c63173159d277e37a20473844146851", "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 CTETRA_TETRA_H #define CTETRA_TETRA_H #include <stdlib.h> #include <gsl/gsl_vector.h> #include "ecache.h" typedef double (*tetra_SumFn)(double E, double E1, double E2, double E3, double E4, double num_tetra); double tetra_SumTetra(tetra_SumFn F, double E, EnergyCache *Ecache); void sortEs(double Es[4]); #e...
{ "alphanum_fraction": 0.7609329446, "avg_line_length": 22.8666666667, "ext": "h", "hexsha": "00edd38cb29d92fe8ee96bcd5395eb9f68cd6363", "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":...
// sammlung verwendeter Funktionen #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 <string.h> #include <time.h> #include <omp.h> #ifndef HEADER_FILE_UTIL #define HEADER_FILE_UTIL double Norm_Diff(double *vec1...
{ "alphanum_fraction": 0.7019322141, "avg_line_length": 43.8472222222, "ext": "h", "hexsha": "0b41f7d5dd1eb1f26db38626696159dd658acd12", "lang": "C", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_hexsha":...
#include <stdio.h> #include <gsl/gsl_statistics_double.h> #include <gsl/gsl_matrix_double.h> // #include "covar.h" void print_mat(gsl_matrix* C) { int i, j; for (i = 0; i < C->size1; i++) { printf("\n"); for (j = 0; j < C->size2; j++) { printf("%f", C->data[C->size2*i+j]...
{ "alphanum_fraction": 0.4144975288, "avg_line_length": 28.3644859813, "ext": "c", "hexsha": "b23607fe109b9559f1e14a4a768517168f0d0530", "lang": "C", "max_forks_count": 26, "max_forks_repo_forks_event_max_datetime": "2022-02-22T10:10:49.000Z", "max_forks_repo_forks_event_min_datetime": "2018-07-04T04:32...
#ifndef ANGLE_CONVERSION_H_1QTGVG9X #define ANGLE_CONVERSION_H_1QTGVG9X #include <gsl/gsl> #include <sens_loc/math/constants.h> #include <type_traits> namespace sens_loc { /// Implement necessary math functionality in this namespace, which is mostly /// used by conversions. namespace math { /// This function conver...
{ "alphanum_fraction": 0.6549336411, "avg_line_length": 29.3728813559, "ext": "h", "hexsha": "eefbc26431953bde5204f33dbd5480996bea9dbc", "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_char.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 t...
{ "alphanum_fraction": 0.6631082423, "avg_line_length": 33.8487394958, "ext": "h", "hexsha": "03e386734f03056206cfd0551e6d0eba618056f8", "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 <string.h> #include <math.h> #include <time.h> #include <sys/time.h> #include <sys/resource.h> #include <unistd.h> #include <gsl/gsl_rng.h> #include <gsl/gsl_math.h> #include <gsl/gsl_integration.h> #include "core_allvars_grid.h" #include "core_proto_grid.h" int32_t i...
{ "alphanum_fraction": 0.670810542, "avg_line_length": 30.1047904192, "ext": "c", "hexsha": "476354e6515b61ea7a5267346aeaf1fcebdd16da", "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/vector3.h" #include <gsl/span> namespace Halley { class AudioListenerData; class AudioChannelData { public: float pan; // TODO, do this right }; class AudioPosition { public: static AudioPosition makeUI(float pan = 0.0f); // -1.0f = left, 1.0f = right static AudioPos...
{ "alphanum_fraction": 0.7413394919, "avg_line_length": 24.7428571429, "ext": "h", "hexsha": "47993c3b397b15332e18bdd608efe9e5189638fc", "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_linalg.h> #include "getNextIterate.h" void getNextIterate(const grid *grd, const bool eos_func, const wksp *w #if AA_M > 0 , const unsigned long itCount, const long nHist, double *residMax #endif ) { long i; #if AA_M > 0 long j, mk, colptr; gsl_matri...
{ "alphanum_fraction": 0.6036626724, "avg_line_length": 30.5034482759, "ext": "c", "hexsha": "552c81278645c48c94814020d4a952e0610d3187", "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:...
#include <petsc.h> #include "poissonfunctions.h" PetscErrorCode Poisson1DFunctionLocal(DMDALocalInfo *info, double *au, double *aF, PoissonCtx *user) { PetscErrorCode ierr; int i; double xmax[1], xmin[1], h, x, ue, uw; ierr = DMDAGetBoundingBox(info->da...
{ "alphanum_fraction": 0.4136988174, "avg_line_length": 41.2084507042, "ext": "c", "hexsha": "e5bced073f16e701dffa5a42bbb10e9b938a4a3c", "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 <string.h> #include <inttypes.h> #include <math.h> #include <assert.h> #include <nlopt.h> // The "procedural" interface to Reduce/CSL. #include "C_call_CSL.h" // activate by setting to 1 or 2 int DEBUG = 0; // The optimization "object": static nlopt_opt opt = NUL...
{ "alphanum_fraction": 0.6025624681, "avg_line_length": 34.2532751092, "ext": "c", "hexsha": "cb8c616dbea8a952b8f1ca1122c4a6f806ec10a9", "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 "jfftw_complex_nd_Plan.h" #include <fftw.h> /* * Class: jfftw_complex_nd_Plan * Method: createPlan * Signature: ([III)V */ JNIEXPORT void JNICALL Java_jfftw_complex_nd_Plan_createPlan( JNIEnv *env, jobject obj, jintArray dim, jint dir, jint flags ) { jclass clazz; jfieldID id; jbyteArray arr; u...
{ "alphanum_fraction": 0.6543245175, "avg_line_length": 32.9952830189, "ext": "c", "hexsha": "25e15e1f19c2bf9d4e9e7d5533edebe7bf413251", "lang": "C", "max_forks_count": 2, "max_forks_repo_forks_event_max_datetime": "2022-03-09T05:30:21.000Z", "max_forks_repo_forks_event_min_datetime": "2022-03-08T14:04:...
/* * Gsl_vector_3: test gsl_vector * * Copyright (c) 2012 JΓ©rΓ©mie Decock * * Required: GSL library (libgsl0-dev) * Usage: gcc gsl_vector_3.c -lgsl -lgslcblas -lm * or: gcc gsl_vector_3.c $(pkg-config --libs gsl) */ #include <gsl/gsl_vector.h> int main(int argc, char * argv[]) { gsl_vector * v1 = gsl_...
{ "alphanum_fraction": 0.652613828, "avg_line_length": 19.7666666667, "ext": "c", "hexsha": "eefddb4f339ba6e6e5e6d0cb3d9e811f49f40aba", "lang": "C", "max_forks_count": 7, "max_forks_repo_forks_event_max_datetime": "2022-01-04T15:59:45.000Z", "max_forks_repo_forks_event_min_datetime": "2017-10-31T09:48:1...
#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; const int n = 630; double data[2*n]; gsl_fft_complex_wavetable * wavetable; gsl_fft_complex_workspace * workspace; for...
{ "alphanum_fraction": 0.5093724531, "avg_line_length": 20.1147540984, "ext": "c", "hexsha": "b12dc7669af4c0972aee4d206291946519f4be24", "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:...
/* linalg/qr.c * * 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, or (at ...
{ "alphanum_fraction": 0.5669803019, "avg_line_length": 24.6627712855, "ext": "c", "hexsha": "126a382305932a2d53827b9530e155121ad03d5d", "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...
#define _XOPEN_SOURCE 600 #include <gsl/gsl_rng.h> #include <gsl/gsl_randist.h> #include <math.h> #include <time.h> void setupInitialSeed( int id, gsl_rng *rgen) { struct timespec spec; clock_gettime( CLOCK_REALTIME, &spec ); gsl_rng_set( rgen, (unsigned long int) ( round( spec.tv_nsec / 1.0e6 )...
{ "alphanum_fraction": 0.6, "avg_line_length": 16.5277777778, "ext": "c", "hexsha": "c84073fbc63e0ecd3c94f6db8b002880430c111f", "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": "2b7d745...
#include <gsl/gsl_math.h> #include "gsl_cblas.h" #include "cblas.h" void cblas_drotmg (double *d1, double *d2, double *b1, const double b2, double *P) { #define BASE double #include "source_rotmg.h" #undef BASE }
{ "alphanum_fraction": 0.7196261682, "avg_line_length": 17.8333333333, "ext": "c", "hexsha": "d92358ff70295d6de5e42ead0e980dafb956eb1b", "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:...
/* * Copyright 2020 Makani Technologies LLC * * 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 ...
{ "alphanum_fraction": 0.7059878093, "avg_line_length": 33.0059171598, "ext": "h", "hexsha": "b015b6d5ec3c7d87477c35ed2c75107b00fe7539", "lang": "C", "max_forks_count": 107, "max_forks_repo_forks_event_max_datetime": "2022-03-18T09:00:14.000Z", "max_forks_repo_forks_event_min_datetime": "2020-09-10T17:2...
#pragma once #include <array> #include <variant> #include <gsl/gsl-lite.hpp> #include <clrie/method_info.h> #include <clrie/instruction_factory.h> #include <corhdr.h> #include "cil.h" #include "signature.h" namespace appmap { template <typename T> constexpr COR_SIGNATURE type_signature() { if conste...
{ "alphanum_fraction": 0.6393549438, "avg_line_length": 38.8544303797, "ext": "h", "hexsha": "e39ac320525788df14d3974f401af822a44a7f16", "lang": "C", "max_forks_count": 1, "max_forks_repo_forks_event_max_datetime": "2021-06-24T02:05:16.000Z", "max_forks_repo_forks_event_min_datetime": "2021-06-24T02:05:...
/* BalSelSims.c Simulation of balancing selection simulation with sampling (finite population effects) Selection; reproduction; mutation based on deterministic recursions, then sampling Repeats for 'Length' generations Simulation uses routines found with the GNU Scientific Library (GSL) (http://www.gnu.org/software/...
{ "alphanum_fraction": 0.5877048052, "avg_line_length": 31.1716738197, "ext": "c", "hexsha": "6b728f8e74a4fd8093f06005a0f80bffc5791f0f", "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) 2021 FISCO BCOS. * SPDX-License-Identifier: Apache-2.0 * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unl...
{ "alphanum_fraction": 0.697992311, "avg_line_length": 33.4428571429, "ext": "h", "hexsha": "3da9d9469ac78449a1afc2be106b40097b3bc39e", "lang": "C", "max_forks_count": 9, "max_forks_repo_forks_event_max_datetime": "2021-12-06T06:41:02.000Z", "max_forks_repo_forks_event_min_datetime": "2021-02-22T03:47:0...
// Copyright (c) 2021 Stig Rune Sellevag // // This file is distributed under the MIT License. See the accompanying file // LICENSE.txt or http://www.opensource.org/licenses/mit-license.php for terms // and conditions. #ifndef SCILIB_LINALG_INV_H #define SCILIB_LINALG_INV_H #ifdef USE_MKL #include <mkl.h> #else #incl...
{ "alphanum_fraction": 0.6831530139, "avg_line_length": 25.5394736842, "ext": "h", "hexsha": "32581d4f49a8b7c21c394a59a1d249174d868992", "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":...
#ifdef HAVE_CONFIG_H #include "config.h" #endif #include <php.h> #include <cblas.h> #include <lapacke.h> #include "kernel/operators.h" /** * Matrix-matrix multiplication i.e. linear transformation of matrices A and B. * * @param return_value * @param a * @param b */ void tensor_matmul(zval * return_value, zval...
{ "alphanum_fraction": 0.5321689907, "avg_line_length": 21.7507507508, "ext": "c", "hexsha": "a551923dcc5ad00a6fc78c69c1d1e0c86d7437f1", "lang": "C", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_hexsha":...
/* * Copyright (c) 2016-2021 lymastee, All rights reserved. * Contact: lymastee@hotmail.com * * This file is part of the gslib project. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Softw...
{ "alphanum_fraction": 0.5682315738, "avg_line_length": 32.3700787402, "ext": "h", "hexsha": "7bd8b8973277679ec76c44150f076f13a82697db", "lang": "C", "max_forks_count": 1, "max_forks_repo_forks_event_max_datetime": "2016-10-19T15:20:58.000Z", "max_forks_repo_forks_event_min_datetime": "2016-10-19T15:20:...
/* multifit_nlinear/test.c * * Copyright (C) 2007, 2013, 2015, 2016 Brian Gough, 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 ...
{ "alphanum_fraction": 0.7103239978, "avg_line_length": 32.5178571429, "ext": "c", "hexsha": "0052ff2b8890f7afdffdbd838973cb9571fb94c1", "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 <utility> #include <array> #include <vector> #include <unordered_map> #include <DirectXMathExtend.h> #include <gsl.h> #include <VertexTraits.h> #include <minmax> #include "bvh.h" #include <hlslm\hlsl.hpp> #include <iostream> namespace Geometrics { template <typename IndexType> struct Triangle ...
{ "alphanum_fraction": 0.6517373724, "avg_line_length": 27.8188751192, "ext": "h", "hexsha": "d5444e3383ae3a2d48466c23320ad465ca048731", "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 LDA_TOPIC_WORD_PROB_MULTI_SELECT_H #define LDA_TOPIC_WORD_PROB_MULTI_SELECT_H #include "Lambda.h" #include "LambdaCreationFunctions.h" #include "MultiSelectionComp.h" #include "PDBVector.h" #include "LDATopicWordProb.h" #include "TopicAssignment.h" #include "LDATopicWordProb.h" #include <gsl/gsl_rng.h> #inclu...
{ "alphanum_fraction": 0.6307485733, "avg_line_length": 29.79, "ext": "h", "hexsha": "172d5f746ace1aaddec60d8777974ab727a6a5c3", "lang": "C", "max_forks_count": 3, "max_forks_repo_forks_event_max_datetime": "2022-03-06T19:28:19.000Z", "max_forks_repo_forks_event_min_datetime": "2022-01-18T02:13:53.000Z"...
/* movstat/test_median.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.731544619, "avg_line_length": 37.8988764045, "ext": "c", "hexsha": "9eaca2f5de8a02fd7201d9294c3ee3996e3a5e88", "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...
/* * Copyright (c) 2011-2018 The University of Tennessee and The University * of Tennessee Research Foundation. All rights * reserved. * * @precisions normal z -> s d c * */ #ifndef _DPLASMA_CORES_H_ #define _DPLASMA_CORES_H_ #include <math.h> #include <cblas.h> ...
{ "alphanum_fraction": 0.626984127, "avg_line_length": 27.3913043478, "ext": "h", "hexsha": "3dbe42be31fe335990e713f291725c90009a87b8", "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_randist.h> int main (void) { double x; const gsl_rng_type * T; gsl_rng * r; gsl_rng_env_setup (); T = gsl_rng_default; r = gsl_rng_alloc (T); for (x = 0.1; x < 2; x+= 0.1) { double y0 = exp (x); double sigma = 0.1 * y0; d...
{ "alphanum_fraction": 0.5488888889, "avg_line_length": 15, "ext": "c", "hexsha": "a3f1e32854bcbf0f0220513d3d25cb8b4d4d5e4c", "lang": "C", "max_forks_count": 40, "max_forks_repo_forks_event_max_datetime": "2022-03-03T23:23:37.000Z", "max_forks_repo_forks_event_min_datetime": "2015-02-26T15:31:16.000Z", ...
/** * @copyright (c) 2017 King Abdullah University of Science and Technology (KAUST). * All rights reserved. **/ /** * @file time_zpotrf_tile.c * * This file shows how to generate tile low-rank (TLR) matrix and factorize it using Cholesky factorization. * * HiCMA is a software package provid...
{ "alphanum_fraction": 0.5805419245, "avg_line_length": 34.9776119403, "ext": "c", "hexsha": "c59d8e055c23094fe639c75a8d8009b72c278acc", "lang": "C", "max_forks_count": 1, "max_forks_repo_forks_event_max_datetime": "2021-04-08T11:05:38.000Z", "max_forks_repo_forks_event_min_datetime": "2021-04-08T11:05:...
#ifndef __GSL_VERSION_H__ #define __GSL_VERSION_H__ #if !defined( GSL_FUN ) # if !defined( GSL_DLL ) # define GSL_FUN extern # elif defined( BUILD_GSL_DLL ) # define GSL_FUN extern __declspec(dllexport) # else # define GSL_FUN extern __declspec(dllimport) # endif #endif #include <gsl/gsl_types.h> #undef...
{ "alphanum_fraction": 0.7510853835, "avg_line_length": 18.6756756757, "ext": "h", "hexsha": "ed7cb3275663921dcc3c0ee3b8723a89f0708a04", "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 <cblas.h> int main(void) { float a[] = { 1, 2, 3, 4, 5, 6 }; float b[] = { 0, 0, 0, 0, 0, 0 }; const int n = sizeof a / sizeof a[0]; int i; cblas_scopy(n/2, a, 2, b, 2); /* copy every other element */ for (i = 0; i < n; ++i) printf("%f ", b[i]); putchar('\n'); return 0; }
{ "alphanum_fraction": 0.5063694268, "avg_line_length": 17.4444444444, "ext": "c", "hexsha": "bf1699535837b8197475c625fae6760fd0b4dbdf", "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":...
/** * @license BSD 3-Clause * @copyright Pawel Okas * @version $Id$ * @brief * * @authors Pawel Okas * created on: 30-03-2019 * * @copyright Copyright (c) 2019, Pawel Okas * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted prov...
{ "alphanum_fraction": 0.6719122556, "avg_line_length": 41.6622516556, "ext": "h", "hexsha": "0ceeeaac071404bfc8510dc5f19319464124766f", "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":...
/* * PIController.h * * Created on: Mar 31, 2013 * Author: vgomez, Sep Thijssen */ #ifndef PICONTROLLER_H_ #define PICONTROLLER_H_ #define VERB_LEVEL 1 #include "global.h" #include <boost/property_tree/ptree.hpp> #include <iostream> #include <fstream> #include <algorithm> #include <gsl/gsl_rng.h> #inclu...
{ "alphanum_fraction": 0.7108886108, "avg_line_length": 27.1768707483, "ext": "h", "hexsha": "e63864a9e83f8951208ad33bd5bace574ff6a901", "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 "Ds4Color.h" #include <gsl/span> /** * \brief PoD for setting \c Ds4Device parameters like motor speed, light color, etc. */ struct Ds4Output { uint8_t rightMotor = 0; uint8_t leftMotor = 0; Ds4Color lightColor = {}; uint8_t flashOnDur = 0; uint8_t flashOffDur = 0; uint...
{ "alphanum_fraction": 0.66918429, "avg_line_length": 24.5185185185, "ext": "h", "hexsha": "6ff7fa24edf3b9874bfb275a1c9604a70907eb93", "lang": "C", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_hexsha": "...
/* multimin/test_funcs.c * * Copyright (C) 1996, 1997, 1998, 1999, 2000 Fabrice Rossi * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or (at * your op...
{ "alphanum_fraction": 0.6161301488, "avg_line_length": 23.5836734694, "ext": "c", "hexsha": "34081af1881d4d1a93378b347a0f7834ae8b97ca", "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 <stdio.h> #include <math.h> #include <gsl/gsl_sf_legendre.h> #include <gsl/gsl_integration.h> #include <gsl/gsl_errno.h> #include <gsl/gsl_interp.h> #include <gsl/gsl_spline.h> #include <gsl/gsl_linalg.h> #include <gsl/gsl_matrix.h> /******************************************************...
{ "alphanum_fraction": 0.4556627314, "avg_line_length": 29.5065934066, "ext": "c", "hexsha": "062784f12def76d28c24cbf8bfa0784002115300", "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 "datastructures/PointBuffer.h" #include "math/Vector3.h" #include "proj_api.h" #include <containers/Range.h> #include <string> #include <gsl/gsl> class Point; struct AABB; /// <summary> /// Spatial reference systems that the SRSTransformHelper can transform into /// </summary> enum class Tar...
{ "alphanum_fraction": 0.6796727502, "avg_line_length": 34.795620438, "ext": "h", "hexsha": "b9bb9429a9a09f592d95bcde854adb701adb6ede", "lang": "C", "max_forks_count": 3, "max_forks_repo_forks_event_max_datetime": "2022-02-08T11:45:45.000Z", "max_forks_repo_forks_event_min_datetime": "2020-12-03T13:50:4...
/*! * Copyright (c) 2014 by Contributors * \file base.h * \brief definitions of base types, operators, macros functions * * \author Bing Xu, Tianqi Chen */ #ifndef MSHADOW_BASE_H_ #define MSHADOW_BASE_H_ #ifdef _MSC_VER #define _CRT_SECURE_NO_WARNINGS #define _CRT_SECURE_NO_DEPRECATE #define NOMINMAX #endif #inc...
{ "alphanum_fraction": 0.707120237, "avg_line_length": 27.1916666667, "ext": "h", "hexsha": "6336dfa023bcc15baed7ff45e0bf33ba6755d466", "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 /// /// @author Mirko Myllykoski (mirkom@cs.umu.se), UmeΓ₯ University /// /// @internal LICENSE /// /// Copyright (c) 2019-2020, UmeΓ₯ Universitet /// /// Redistribution and use in source and binary forms, with or without /// modification, are permitted provided that the following conditions are met: /// //...
{ "alphanum_fraction": 0.6213452127, "avg_line_length": 28.4099821747, "ext": "c", "hexsha": "0d7e9dee5e25ab3bc50d76a8583f333e667f510f", "lang": "C", "max_forks_count": 4, "max_forks_repo_forks_event_max_datetime": "2020-04-14T09:41:23.000Z", "max_forks_repo_forks_event_min_datetime": "2019-04-30T12:14:...
#include <stdio.h> #include <stdlib.h> #include <math.h> #include <ndlinear/gsl_multifit_ndlinear.h> #include <gsl/gsl_math.h> #include <gsl/gsl_sf_laguerre.h> #include <gsl/gsl_sf_legendre.h> #include <gsl/gsl_matrix.h> #include <gsl/gsl_vector.h> #include <gsl/gsl_multifit.h> #include <gsl/gsl_rng.h> #include <gsl/...
{ "alphanum_fraction": 0.5850097339, "avg_line_length": 26.9170305677, "ext": "c", "hexsha": "a4872bf1a77cf2a2be99b4c83307d434f54fb98d", "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 <petsc.h> #include <bpetsc_impl.h> #include <assert.h> #define LEFT_SUBSPACE Full #define RIGHT_SUBSPACE Full #include <buildmat_template.h> #undef RIGHT_SUBSPACE #undef LEFT_SUBSPACE int main(int argc, char const *argv[]) { PetscErrorCode ierr; PetscScalar* x_array; PetscScalar* b_array; s...
{ "alphanum_fraction": 0.6738421396, "avg_line_length": 23.5846153846, "ext": "c", "hexsha": "a7a7f42ea5a668be900138ffe697fa1a3134ba09", "lang": "C", "max_forks_count": 3, "max_forks_repo_forks_event_max_datetime": "2022-01-26T21:38:18.000Z", "max_forks_repo_forks_event_min_datetime": "2018-02-21T19:36:...
/* test.c * * Copyright (C) 2012-2014 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. * * Th...
{ "alphanum_fraction": 0.6256508633, "avg_line_length": 27.7490494297, "ext": "c", "hexsha": "0c2637db4655e82cae4767b88353d056f9cd3495", "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 */ #ifndef __CCL_UTILS_H_INCLUDED__ #define __CCL_UTILS_H_INCLUDED__ #include <gsl/gsl_spline.h> #define CCL_MIN(a, b) (((a) < (b)) ? (a) : (b)) #define CCL_MAX(a, b) (((a) > (b)) ? (a) : (b)) CCL_BEGIN_DECLS /** * Compute bin edges of N-1 linearly spaced bins on the interval [xmin,xmax] * @param xmin...
{ "alphanum_fraction": 0.7252641691, "avg_line_length": 32.0307692308, "ext": "h", "hexsha": "7694e68b2328bf6064c23f26ed8078702722a4f3", "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":...
// Petsc initialization #pragma once #include <hollow/petsc/config.h> #include <geode/utility/debug.h> #include <vector> #include <string> // Work around configuration issue in old PETSc versions #define PETSC_RESTRICT PETSC_CXX_RESTRICT #include <petsc.h> namespace hollow { using std::string; using std::vector; // ...
{ "alphanum_fraction": 0.7873754153, "avg_line_length": 33.4444444444, "ext": "h", "hexsha": "7984d8097eb19036cd60a40dbbbd308aeca378d2", "lang": "C", "max_forks_count": 1, "max_forks_repo_forks_event_max_datetime": "2020-05-20T06:16:51.000Z", "max_forks_repo_forks_event_min_datetime": "2020-05-20T06:16:...
/* ** Implementation of LISA algorithm ** for statistical inference of fMRI images ** ** 2nd level inference using a GLM design matrix, ** e.g. for anova designs ** ** G.Lohmann, 2018 */ #include <viaio/Vlib.h> #include <viaio/file.h> #include <viaio/mu.h> #include <viaio/option.h> #include <viaio/os.h> #include <vi...
{ "alphanum_fraction": 0.6801971102, "avg_line_length": 35.4230769231, "ext": "c", "hexsha": "4f1a2e8e732ec257490f55d599ad1ca8f998968a", "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:...
#include <gsl/blas/cblas.h> /** All the methods below are obtained directly from the ATLAS implementation of BLAS, available at: http://www.netlib.org/clapack/cblas/ */ #include "f2c.h" doublereal ddot(integer *n, doublereal *dx, integer *incx, doublereal *dy, integer *incy){ /* System generated locals */ ...
{ "alphanum_fraction": 0.4696168834, "avg_line_length": 22.0963341858, "ext": "c", "hexsha": "822c008379b52d3daaf761dbf15833f329872df9", "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":...
/* * CircularDB implementation for time series data. * * Copyright (c) 2007-2009 Powerset, Inc * Copyright (c) Dan Grillo, Manish Dubey, Dan Sully * * All rights reserved. */ #include "config.h" #include <ctype.h> #include <errno.h> #include <fcntl.h> #include <float.h> #include <inttypes.h> #include <math.h> ...
{ "alphanum_fraction": 0.5749651783, "avg_line_length": 27.8761904762, "ext": "c", "hexsha": "fba1152dd4938c8f72aea83aea7fba0d1f84902e", "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":...
/* * Gsl_blas_dgemm_matrix_view: test gsl_blas_dgemm (matrix . matrix) * * Copyright (c) 2012 JΓ©rΓ©mie Decock * * Required: GSL library (libgsl0-dev) * Usage: gcc gsl_blas_dgemm_matrix_view.c -lgsl -lgslcblas -lm * or: gcc gsl_blas_dgemm_matrix_view.c $(pkg-config --libs gsl) */ #include <stdio.h> #include ...
{ "alphanum_fraction": 0.5432220039, "avg_line_length": 24.2380952381, "ext": "c", "hexsha": "119d4ec13710ec5ea0a836e5365e6dc7d59fce5d", "lang": "C", "max_forks_count": 7, "max_forks_repo_forks_event_max_datetime": "2022-01-04T15:59:45.000Z", "max_forks_repo_forks_event_min_datetime": "2017-10-31T09:48:...
#include <stdlib.h> #include <stdio.h> #include <gsl/gsl_math.h> #include <gsl/gsl_chebyshev.h> double f1(double x, void *p) { (void) (p); /* avoid unused parameter warning */ return exp(pow(x, 2)); } double f2(double x, void *p) { (void) (p); /* avoid unused parameter warning */ return fabs(x + pow(x...
{ "alphanum_fraction": 0.5204678363, "avg_line_length": 25.4680851064, "ext": "c", "hexsha": "bb15481ccccb5625f0c419da41614bd0481e87ff", "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 2014 Marc Normandin * * 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 agr...
{ "alphanum_fraction": 0.6189099917, "avg_line_length": 30.8535031847, "ext": "h", "hexsha": "056e4cb204794070a0df4db8c1743e873c50d4e0", "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 2019 The Katla Authors * * 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 agr...
{ "alphanum_fraction": 0.7104037267, "avg_line_length": 24.3018867925, "ext": "h", "hexsha": "b6f7d09419aa4d51b1b84da9febf33c60326312b", "lang": "C", "max_forks_count": 1, "max_forks_repo_forks_event_max_datetime": "2020-08-26T13:32:36.000Z", "max_forks_repo_forks_event_min_datetime": "2020-08-26T13:32:...
/** * File: scaleback_utils.c * Subroutine for the WFC3 background scaling * */ #include <gsl/gsl_vector.h> #include <gsl/gsl_multifit_nlin.h> #include <gsl/gsl_vector.h> #include <gsl/gsl_matrix.h> #include <gsl/gsl_sort.h> #include "aXe_grism.h" #include "aXe_utils.h" #include "spc_FITScards.h" #include "spce_sec...
{ "alphanum_fraction": 0.657238193, "avg_line_length": 29.4259818731, "ext": "c", "hexsha": "8bc6910772a8cc2a638f2ec41b76b5da94c1f8e6", "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 ShapeBase_H #define ShapeBase_H #include <iostream> #include <ostream> #include <fstream> #include <stdio.h> #include <string> #include <vector> #include <boost/numeric/ublas/matrix.hpp> #include <boost/numeric/ublas/matrix_proxy.hpp> #include <boost/numeric/ublas/vector.hpp> #include <boost/numeric/ublas/vec...
{ "alphanum_fraction": 0.6982008668, "avg_line_length": 163.6275510204, "ext": "h", "hexsha": "154d86d1b177f1683db627608bbb01521ce5592d", "lang": "C", "max_forks_count": 2, "max_forks_repo_forks_event_max_datetime": "2021-07-28T12:26:51.000Z", "max_forks_repo_forks_event_min_datetime": "2021-05-06T11:38...
/* Excited States software: KGS Contributors: See CONTRIBUTORS.txt Contact: kgs-contact@simtk.org Copyright (C) 2009-2017 Stanford University Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software with...
{ "alphanum_fraction": 0.7627885921, "avg_line_length": 34.515625, "ext": "h", "hexsha": "ce9aa32dc18bf6aecfc84662966913094325c96e", "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": "11...
/* ** pseudoinverse ** ** G.Lohmann, July 2004 */ #include <stdio.h> #include <stdlib.h> #include <math.h> #include "viaio/Vlib.h" #include <gsl/gsl_cblas.h> #include <gsl/gsl_matrix.h> #include <gsl/gsl_vector.h> #include <gsl/gsl_linalg.h> extern void printmat(gsl_matrix *R,char *str); extern void printvec(gsl_vec...
{ "alphanum_fraction": 0.5811320755, "avg_line_length": 18.4027777778, "ext": "c", "hexsha": "aafd1c8740551e30413dcef0a1192a233d9b596d", "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:...
/* robust_wfun.c * * Copyright (C) 2013 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.6365054602, "avg_line_length": 20.8267148014, "ext": "c", "hexsha": "af8d2c3e97eeb52fd870f0159760994da34c7573", "lang": "C", "max_forks_count": 2, "max_forks_repo_forks_event_max_datetime": "2021-02-14T12:31:02.000Z", "max_forks_repo_forks_event_min_datetime": "2021-01-20T16:22:...
#ifndef IMAGE_H_YQCE0AWR #define IMAGE_H_YQCE0AWR #include <gsl/gsl> #include <opencv2/core/mat.hpp> #include <sens_loc/math/coordinate.h> #include <type_traits> namespace sens_loc::math { namespace detail { template <typename Number> // requires Number<Number> inline int get_opencv_type() { static_assert(std::...
{ "alphanum_fraction": 0.6519576033, "avg_line_length": 34.7593984962, "ext": "h", "hexsha": "ef785e79326bd221f604649b3eed30aac836d7dd", "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":...
/* #define _XOPEN_SOURCE 500 */ #ifndef _FILE_OFFSET_BITS #define _FILE_OFFSET_BITS 64 #endif #include <stdio.h> #include <stdlib.h> #include <string.h> #include <math.h> #include <inttypes.h> #include <limits.h> #ifndef SIZE_MAX #define SIZE_MAX (~(size_t)0) #endif #ifdef _OPENMP #include <omp.h> #endif /* for ope...
{ "alphanum_fraction": 0.6632371098, "avg_line_length": 33.220703125, "ext": "c", "hexsha": "c1970769ffb1e49c496bab2d42a0c5b165a423bc", "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 "bits_of_matcha/engine/memory/Buffer.h" #include "bits_of_matcha/engine/iterations/MatrixwiseBinaryCtx.h" #include <cblas.h> namespace matcha::engine::cpu { void mm(engine::Buffer* a, engine::Buffer* b, engine::Buffer* c, const MatrixwiseBinaryCtx& ctx) { size_t sizeA = ctx.rowsA * ctx.cols...
{ "alphanum_fraction": 0.5368562773, "avg_line_length": 28.0283018868, "ext": "h", "hexsha": "0bd45697f775aedb24de078374143e393df197e2", "lang": "C", "max_forks_count": 1, "max_forks_repo_forks_event_max_datetime": "2022-03-17T12:14:27.000Z", "max_forks_repo_forks_event_min_datetime": "2022-03-17T12:14:...
/* Pre-requisites for the package regression */ #include "config.h" #ifdef HAVE_GSL_HEADER #include <float.h> #include <limits.h> #include <math.h> #include <stdio.h> #include <string.h> #include <time.h> #include <unistd.h> #include <gsl/gsl_blas.h> #include <gsl/gsl_cdf.h> #include <gsl/gsl_eigen.h> #include <gsl/g...
{ "alphanum_fraction": 0.7546106557, "avg_line_length": 28.2898550725, "ext": "h", "hexsha": "bf047b41c7e52cc45ccb3a6b9f094ce26a5aea81", "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) 2021 FISCO BCOS. * SPDX-License-Identifier: Apache-2.0 * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unl...
{ "alphanum_fraction": 0.6988011988, "avg_line_length": 25.3417721519, "ext": "h", "hexsha": "7b320e3c7bb3f7e7b592cc393a420b50f24318e0", "lang": "C", "max_forks_count": 9, "max_forks_repo_forks_event_max_datetime": "2021-12-06T06:41:02.000Z", "max_forks_repo_forks_event_min_datetime": "2021-02-22T03:47:...
/** * * @file core_dsetvar.c * * PLASMA core_blas kernel * PLASMA is a software package provided by Univ. of Tennessee, * Univ. of California Berkeley and Univ. of Colorado Denver * * @version 2.6.0 * @author Mark Gates * @date 2010-11-15 * @generated d Tue Jan 7 11:44:49 2014 * **/ #include <lapacke.h...
{ "alphanum_fraction": 0.5034414946, "avg_line_length": 24.8048780488, "ext": "c", "hexsha": "23c0d85255e074a71fd5777c201097e780952ed6", "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 <cblas.h> int main() { //set up some data int n=300; float* x = malloc( n*sizeof(float) ); float* y = malloc( n*sizeof(float) ); for( int i=0; i<n; ++i ) { x[i]=i+1; y[i]=(i+1)*(i+1); } //calculate y = a...
{ "alphanum_fraction": 0.4708798017, "avg_line_length": 18.3409090909, "ext": "c", "hexsha": "332dd426b29eb4769788ff7b848bb5a5a6ef44d7", "lang": "C", "max_forks_count": 1, "max_forks_repo_forks_event_max_datetime": "2019-10-03T12:13:36.000Z", "max_forks_repo_forks_event_min_datetime": "2019-10-03T12:13:...
#ifndef QDM_MCMC_H #define QDM_MCMC_H 1 #include <gsl/gsl_matrix.h> #include <gsl/gsl_rng.h> #include <gsl/gsl_vector.h> #include <hdf5.h> #include "ijk.h" #include "tau.h" typedef struct { const gsl_rng *rng; size_t burn; size_t iter; size_t thin; size_t acc_check; size_t spline_df; const gsl_vecto...
{ "alphanum_fraction": 0.7056179775, "avg_line_length": 13.1851851852, "ext": "h", "hexsha": "e1c53634f6fc4e09aa52a94ec934c9e93dc09ee0", "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 <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> #include "su3_matrix.c" #ifndef gauge_config #include "config.h" #define gau...
{ "alphanum_fraction": 0.5270143072, "avg_line_length": 24.6496519722, "ext": "c", "hexsha": "ef00f148ab1da9ce3ebea1af0d82a8ea01ab3a89", "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/solver.h> #include <pygsl/rng.h> #include <gsl/gsl_monte.h> #include <gsl/gsl_monte_plain.h> #include <gsl/gsl_monte_miser.h> #include <gsl/gsl_monte_vegas.h> const char * filename = __FILE__; PyObject *module = NULL; static const char monte_f_type_name[] = "F-monte"; static const char module_doc[] = ...
{ "alphanum_fraction": 0.646130831, "avg_line_length": 27.7471698113, "ext": "c", "hexsha": "6ca5a06119e17608e0563d2644a925e0856f920b", "lang": "C", "max_forks_count": 1, "max_forks_repo_forks_event_max_datetime": "2018-10-02T06:18:07.000Z", "max_forks_repo_forks_event_min_datetime": "2018-10-02T06:18:0...
#if !defined(XFORMCVSSTATUS_H_INCLUDED) #define XFORMCVSSTATUS_H_INCLUDED #include <filesystem> #include <gsl/gsl> #include <iosfwd> #include <map> #include <string> class XformCvsStatus { public: static int usage(::std::ostream& strm, const ::std::string& progName, const char* pMsg); XformCvsStatus(::gsl::span...
{ "alphanum_fraction": 0.7363717605, "avg_line_length": 26.6428571429, "ext": "h", "hexsha": "0099e68f8e0f1b187e0020a0bc5508ee1131ec15", "lang": "C", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_hexsha":...
// A rectangular block of data of type float. A transparent block // cache is used for each instance of this class if necessary, so the // image can be much bigger than will fit in memory, and pixels can // still be accessed and written efficiently, provided subsequent // accesses are spatially correlated. A variety ...
{ "alphanum_fraction": 0.691678273, "avg_line_length": 43.7638095238, "ext": "h", "hexsha": "b08369e3ee844440f4c22d8ff8513f2d53b5bcb6", "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:3...
/** * * @file core_sgemv.c * * PLASMA core_blas kernel * PLASMA is a software package provided by Univ. of Tennessee, * Univ. of California Berkeley and Univ. of Colorado Denver * * @version 2.6.0 * @author Mark Gates * @author Mathieu Faverge * @date 2010-11-15 * @generated s Tue Jan 7 11:44:49 2014 *...
{ "alphanum_fraction": 0.5225755791, "avg_line_length": 27.6847826087, "ext": "c", "hexsha": "6aca79493130697f30ba05a51929c4b225c2f41e", "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":...