Search is not available for this dataset
text string | meta dict |
|---|---|
#ifndef UBLAS_LIB_PLASMA_H
#define UBLAS_LIB_PLASMA_H
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <math.h>
#include <pthread.h>
#include <plasma.h>
#include <cblas.h>
#include <lapacke.h>
#include <core_blas.h>
#include <ublas_types.h>
int ubf_init(void **ctx);
int ubf_gemm(void *ctx, ublas_m... | {
"alphanum_fraction": 0.7382075472,
"avg_line_length": 21.2,
"ext": "h",
"hexsha": "b3a7bac7008e904dc93e61ed0be464f0b450c451",
"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": "770ae52... |
/* code by: iperetta@ieee.org */
#ifndef MYMATRIX_H_
#define MYMATRIX_H_
#include <iostream>
#include <fstream>
#include <cmath>
#include <vector>
#include <stdexcept>
#include <limits>
#include <lapacke.h>
#include "myfun.h"
using namespace std;
#ifndef MyEPS_
#define MyEPS_
static double EPS = numeric_limits<doubl... | {
"alphanum_fraction": 0.6131388858,
"avg_line_length": 28.6650980392,
"ext": "h",
"hexsha": "6e39a15043b1c4db644bb6621f8d601960348d59",
"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":... |
//
// mclib_pluto.c
// to read in pluto AMR chombo files
//
// Created by Tyler Parsotan on 11/26/19.
//
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <stdbool.h>
#include <unistd.h>
#include <dirent.h>
#include <limits.h>
#include "hdf5.h"
#include <math.h>
#include <time.h>
#include <gsl/gsl... | {
"alphanum_fraction": 0.5254928055,
"avg_line_length": 44.612244898,
"ext": "c",
"hexsha": "54472e4e5a26547ab956a9b4164099d18d804edc",
"lang": "C",
"max_forks_count": 1,
"max_forks_repo_forks_event_max_datetime": "2022-03-19T09:13:42.000Z",
"max_forks_repo_forks_event_min_datetime": "2022-03-19T09:13:4... |
#pragma once
#include "utility/types.h"
#include <gsl/gsl>
#include <memory>
struct nk_context;
struct nk_user_font;
struct nk_buffer;
///
namespace cws80 {
class GraphicsDevice;
struct FontRequest;
//
class NkScreen {
public:
NkScreen();
~NkScreen();
void init(GraphicsDevice &gdev, uint w, uint h, gsl... | {
"alphanum_fraction": 0.676161919,
"avg_line_length": 17.1025641026,
"ext": "h",
"hexsha": "81d0424dbb6533333a4fd8b7d297602a57579fa6",
"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_integration.h>
#include <gsl/gsl_sf_gamma.h>
double
f(double x, void * params)
{
int m = *(int *) params;
double f = gsl_pow_int(x, m) + 1.0;
return f;
}
int
main (int argc, char *argv[])
{
gsl_integration_fixed_workspace * w;
const gsl_integration_fixe... | {
"alphanum_fraction": 0.6,
"avg_line_length": 20.7692307692,
"ext": "c",
"hexsha": "7638a5b8381d417a1436e6c3ceddefd2c8012aa1",
"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:57.000Z",... |
/* Copyright 2019-2020 Canaan Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | {
"alphanum_fraction": 0.5886016817,
"avg_line_length": 22.4545454545,
"ext": "h",
"hexsha": "e3bb0f8bf63845d1eb6f1e1dc5a1564b6e767c95",
"lang": "C",
"max_forks_count": 2,
"max_forks_repo_forks_event_max_datetime": "2022-03-31T09:48:53.000Z",
"max_forks_repo_forks_event_min_datetime": "2021-04-21T01:27:... |
/*
* Copyright 2009-2019 The VOTCA-MPIP Development Team (http://www.votca.org)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*... | {
"alphanum_fraction": 0.6037377257,
"avg_line_length": 31.7286432161,
"ext": "h",
"hexsha": "8cd8b44130f9316d566b160019a382d96361a86d",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha":... |
#include <gsl/gsl_test.h>
#include <gsl/gsl_ieee_utils.h>
#include <gsl/gsl_math.h>
#include "gsl_cblas.h"
#include "tests.h"
void
test_her2 (void) {
const double flteps = 1e-4, dbleps = 1e-6;
{
int order = 101;
int uplo = 121;
int N = 1;
int lda = 1;
float alpha[2] = {-1.0f, 0.0f};
float A[] = { ... | {
"alphanum_fraction": 0.5013208697,
"avg_line_length": 25.1071428571,
"ext": "c",
"hexsha": "5b43dd1a957c32dff6279ef3f3d495c10c33a553",
"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:... |
//===--- Sudoku/Solver.h ---===//
//
// Solver functions acting on a Board<Options>&
// Declarations are in Solver.fwd.h
//===----------------------------------------------------------------------===//
#pragma once
#include "Solvers_find.h"
#include "Solvers_remove_option... | {
"alphanum_fraction": 0.6774059735,
"avg_line_length": 27.3939393939,
"ext": "h",
"hexsha": "c12f2f098d178423db81c7078d6b96df1a0066e9",
"lang": "C",
"max_forks_count": 1,
"max_forks_repo_forks_event_max_datetime": "2020-04-20T16:26:42.000Z",
"max_forks_repo_forks_event_min_datetime": "2020-04-20T16:26:... |
/* linalg/lu.c
*
* Copyright (C) 2020 Patrick Alken
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or (at
* your option) any later version.
*
* Th... | {
"alphanum_fraction": 0.56134074,
"avg_line_length": 28.783197832,
"ext": "c",
"hexsha": "02805b4987a343d038f39d62a3b4d6a68acb6ce9",
"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:57.... |
/* linalg/ldlt.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.5840444264,
"avg_line_length": 26.0883392226,
"ext": "c",
"hexsha": "aee78472a5477453e72a1ee58d5eea2dc774b003",
"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:... |
/*
* 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.6979212738,
"avg_line_length": 37.3719008264,
"ext": "h",
"hexsha": "0f6ba9632584b9a51e320cd2100138c42ff3be0f",
"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... |
/*
* 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.5199651359,
"avg_line_length": 32.4902654867,
"ext": "h",
"hexsha": "d8f03962889c06dabdc127842baf6c1eadab4e05",
"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 Single_Pin_Subchannel_h
#define Single_Pin_Subchannel_h
#include <vector>
// Trilinos includes
#include "Teuchos_ParameterList.hpp"
#include "Teuchos_RCP.hpp"
// SCALE includes
#include "Nemesis/harness/DBC.hh"
// vendored includes
#include <gsl/gsl>
namespace enrico {
//==================================... | {
"alphanum_fraction": 0.5601675552,
"avg_line_length": 24.0917431193,
"ext": "h",
"hexsha": "53808424cb2845baccc7ebffeef57eafd9ed10b1",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha":... |
#include <gsl/gsl_test.h>
#include <gsl/gsl_ieee_utils.h>
#include <gsl/gsl_math.h>
#include <gsl/gsl_cblas.h>
#include "tests.h"
void
test_syrk (void) {
const double flteps = 1e-4, dbleps = 1e-6;
{
int order = 101;
int uplo = 121;
int trans = 111;
int N = 2;
int K = 1;
float alpha = -1.0f;
flo... | {
"alphanum_fraction": 0.5083341504,
"avg_line_length": 26.6989528796,
"ext": "c",
"hexsha": "21531d526b94751fe27f2a218571ea81b395040f",
"lang": "C",
"max_forks_count": 224,
"max_forks_repo_forks_event_max_datetime": "2022-03-30T00:57:48.000Z",
"max_forks_repo_forks_event_min_datetime": "2015-11-12T21:1... |
// The first test on 25/3/80 contains no information about
// infection because ewes had not been exposed to the donors at this time
// The first test date is end of March which we consider start of April
// Time is counted in months at the start of each month, so month 0 is 1 April 1980
// A seroconversion observed a... | {
"alphanum_fraction": 0.5844347296,
"avg_line_length": 30.4049459042,
"ext": "c",
"hexsha": "307e9a825775ac076ece3327506799cd627d9639",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha":... |
// SPDX-License-Identifier: MIT
// The MIT License (MIT)
//
// Copyright (c) 2014-2018, Institute for Software & Systems Engineering
// Copyright (c) 2018-2019, Johannes Leupolz
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the... | {
"alphanum_fraction": 0.7490131579,
"avg_line_length": 36.6265060241,
"ext": "h",
"hexsha": "2d5e914ead62eda978b71601ee9930f8d9960683",
"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/medacc.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.6248970629,
"avg_line_length": 27.1865671642,
"ext": "c",
"hexsha": "b1eec0349e3233056cd8d70c68b07a0848c885c4",
"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:... |
/* examples/C/ssmfe/precond_expert.c */
/* Laplacian on a square grid (using SPRAL_SSMFE_EXPERT routines) */
#include "spral.h"
#include <stdlib.h>
#include <stdio.h>
#include <cblas.h>
#include <math.h>
/* Header that implements Laplacian and preconditioners */
#include "laplace2d.h"
#include "ldltf.h"
int test_core... | {
"alphanum_fraction": 0.4841242376,
"avg_line_length": 30.5578321216,
"ext": "c",
"hexsha": "81765f03f0fb908a41fbba2a29b78869800387d1",
"lang": "C",
"max_forks_count": 19,
"max_forks_repo_forks_event_max_datetime": "2022-02-28T14:58:37.000Z",
"max_forks_repo_forks_event_min_datetime": "2016-09-30T20:52... |
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
#include <time.h>
#include <gsl/gsl_rng.h>
#include <gsl/gsl_randist.h>
#include <gsl/gsl_cblas.h>
#include <gsl/gsl_interp.h>
#include "allvars.h"
#include "proto.h"
#define SNR (120.0)
int n_con_sim=301, n_line_sim=301;
double sim_error=1... | {
"alphanum_fraction": 0.6169753641,
"avg_line_length": 23.764957265,
"ext": "c",
"hexsha": "10e73ab9f18ceb423136a79dbdc69fc56eed8881",
"lang": "C",
"max_forks_count": 3,
"max_forks_repo_forks_event_max_datetime": "2020-04-12T11:48:42.000Z",
"max_forks_repo_forks_event_min_datetime": "2016-12-29T06:04:1... |
/*
* 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.7345007099,
"avg_line_length": 55.1217391304,
"ext": "h",
"hexsha": "d454485979fddc39220ec6f3229dc34c345005e3",
"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:... |
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include <math.h>
#include <unistd.h>
#include <limits.h>
#include <sys/time.h>
#include <zlib.h>
#ifdef INTEL_COMPILER
#include "mkl.h"
#else
#include <cblas.h>
#endif
//#define FIBS_UNIT 1000
#define DEFAULT_NDIGITS 10
#define SZBUF 1024... | {
"alphanum_fraction": 0.6080786026,
"avg_line_length": 29.7402597403,
"ext": "c",
"hexsha": "5e67228a536e4a2fccf07bd7d258d7a3051e3b97",
"lang": "C",
"max_forks_count": 1,
"max_forks_repo_forks_event_max_datetime": "2020-06-26T15:01:39.000Z",
"max_forks_repo_forks_event_min_datetime": "2020-06-26T15:01:... |
#pragma once
#include "CesiumGltfWriter/Library.h"
#include <CesiumJsonWriter/ExtensionWriterContext.h>
#include <gsl/span>
// forward declarations
namespace CesiumGltf {
struct Model;
}
namespace CesiumGltfWriter {
/**
* @brief The result of writing a glTF with
* {@link GltfWriter::writeGltf} or {@link GltfWri... | {
"alphanum_fraction": 0.7023506989,
"avg_line_length": 27.8584070796,
"ext": "h",
"hexsha": "9cedeee58340a0244aaa0b5cab255ed3cac7c918",
"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
*
* PLASMA is a software package provided by:
* University of Tennessee, US,
* University of Manchester, UK.
*
**/
#ifndef PLASMA_CORE_LAPACK_H
#define PLASMA_CORE_LAPACK_H
#if defined(HAVE_MKL) || defined(PLASMA_WITH_MKL)
#define MKL_Complex16 double _Complex
#define MKL_Complex8 flo... | {
"alphanum_fraction": 0.7052941176,
"avg_line_length": 27.868852459,
"ext": "h",
"hexsha": "79a2f2ef8c8b37c7dae87e999924b0a9ba93dcab",
"lang": "C",
"max_forks_count": 8,
"max_forks_repo_forks_event_max_datetime": "2022-01-14T02:02:47.000Z",
"max_forks_repo_forks_event_min_datetime": "2021-09-03T13:52:4... |
#include <time.h>
#include <math.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <getopt.h>
#include <gsl/gsl_cdf.h>
#include <gsl/gsl_blas.h>
#include <gsl/gsl_vector.h>
#include "../include/type.h"
#include "../include/util.h"
#include "../include/myfunc.h"
#include "../include/global.h"
doub... | {
"alphanum_fraction": 0.5689953811,
"avg_line_length": 30.1217391304,
"ext": "c",
"hexsha": "3611301b19b7664b7248259235c36b0b55f3e2e4",
"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 COVAR_H_
#define COVAR_H_
#include <stdio.h>
#include <gsl/gsl_statistics_double.h>
#include <gsl/gsl_matrix_double.h>
#include <vector>
// \TODO: trim excess comments
// \TODO: split this into an implementation file
/*
* Okay, so here's what we need
* 1) A data structure to store the data points (vecto... | {
"alphanum_fraction": 0.5010270455,
"avg_line_length": 33.3828571429,
"ext": "h",
"hexsha": "34e7e81ebfd72697f802e128e5c120a908eaee1c",
"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... |
#include <gsl/gsl_sf_erf.h>
#include <gsl/gsl_vector.h>
#include <math.h>
#include <time.h>
#include <stdio.h>
#include <stdlib.h>
//#include <gsl/gsl_ran_gaussian.h>
int main (int argc, char *argv[]){
double a = gsl_sf_erf(1);
printf("The random number we get is %f.", a);
exit(0);
} | {
"alphanum_fraction": 0.6543624161,
"avg_line_length": 21.2857142857,
"ext": "c",
"hexsha": "059237f67fa9f250f0adf4df0b8c6495ad31dca1",
"lang": "C",
"max_forks_count": 1,
"max_forks_repo_forks_event_max_datetime": "2019-02-25T18:59:03.000Z",
"max_forks_repo_forks_event_min_datetime": "2019-02-25T18:59:... |
#include "transform_animation.h"
#include "entities/entities.h"
#include <gsl/gsl_poly.h>
#include <gsl/gsl_math.h>
#include "utility/logging.h"
// from x^0 ... x^(len)
static const double drop_in_coeffients[] = { 0.0, -2.0, -3.0, 1.0 };
static void no_op_release(void *data) { }
static void simple_release(void *data... | {
"alphanum_fraction": 0.7173051519,
"avg_line_length": 31.8067226891,
"ext": "c",
"hexsha": "4ab7c6eb2a4044caa1c4a67119c3013c87f98b84",
"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> // malloc
#include <stdio.h> // printf
#include <math.h> // fabs, sqrt, etc.
#include <time.h> // time
#include <unistd.h> // getpid
#include <gsl/gsl_rng.h> // GNU Scientific Library
#include <gsl/gsl_cdf.h> // GNU Scientific L... | {
"alphanum_fraction": 0.6180625631,
"avg_line_length": 32.7603305785,
"ext": "c",
"hexsha": "a12bb95822ee0f26ec2beca365d988bf8b865f5a",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha":... |
#include <math.h>
#include <stdlib.h>
#if !defined(__APPLE__)
#include <malloc.h>
#endif
#include <stdio.h>
#include <assert.h>
#include <time.h>
#include <string.h>
#include <fftw3.h>
#include <gsl/gsl_errno.h>
#include <gsl/gsl_sf_erf.h>
#include <gsl/gsl_integration.h>
#include <gsl/gsl_spline.h>
#include <gsl/gsl... | {
"alphanum_fraction": 0.6969465425,
"avg_line_length": 48.8893678161,
"ext": "c",
"hexsha": "078aa1f5ea47d5835e301268b5030149138d558e",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha":... |
/*
This code is written by <albanese@fbk.it>.
(C) 2010 mlpy Developers.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your o... | {
"alphanum_fraction": 0.5090001513,
"avg_line_length": 24.9471698113,
"ext": "c",
"hexsha": "6dff44308bd0533db76fa58db7dc5de19dc767cd",
"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_slaset.c
*
* PLASMA core_blas quark wrapper
* PLASMA is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
*
* @version 2.6.0
* @author Hatem Ltaief
* @date 2010-11-15
* @generated s Tue Jan 7 11:44:58 2014
*
**/
#includ... | {
"alphanum_fraction": 0.5119189511,
"avg_line_length": 27.5081967213,
"ext": "c",
"hexsha": "a730207684a1b45f57bd8d53068852b26496b5a0",
"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/mathieu_radfunc.c
*
* Copyright (C) 2002 Lowell Johnson
*
* 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 ve... | {
"alphanum_fraction": 0.5008801408,
"avg_line_length": 25.506122449,
"ext": "c",
"hexsha": "bdac8dd3adb4f8906837b889561116e2337296d2",
"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 _INC_MAXMULTIMIN_
#define _INC_MAXMULTIMIN_
#include <pthread.h> // for debug info
#include <gsl/gsl_vector.h>
#include <gsl/gsl_matrix.h>
#include <gsl/gsl_multimin.h>
#include <gsl/gsl_errno.h>
#include <gsl/gsl_rng.h>
struct estimate_thetas_params;
/**
* compute the gradient matrix for the length setting... | {
"alphanum_fraction": 0.733935743,
"avg_line_length": 34.3448275862,
"ext": "h",
"hexsha": "bb272807d0aa10508ffc272212063ff15870f8f1",
"lang": "C",
"max_forks_count": 1,
"max_forks_repo_forks_event_max_datetime": "2021-01-30T16:43:33.000Z",
"max_forks_repo_forks_event_min_datetime": "2021-01-30T16:43:3... |
// MIT License
//
// Copyright (c) 2020 SunnyCase
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, m... | {
"alphanum_fraction": 0.7520582041,
"avg_line_length": 38.9776119403,
"ext": "h",
"hexsha": "4e99c1b29d58c90cdfd41db515ee7da7dd343649",
"lang": "C",
"max_forks_count": 20,
"max_forks_repo_forks_event_max_datetime": "2021-09-13T10:14:07.000Z",
"max_forks_repo_forks_event_min_datetime": "2018-05-18T03:54... |
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
//
// //////////////////////////////////////////////////////////
// // //
// // hybridMANT... | {
"alphanum_fraction": 0.6134446833,
"avg_line_length": 40.8581081081,
"ext": "c",
"hexsha": "be9f33e7d7296786f8b658f9515a8c78dcfc04d9",
"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 "coneOS.h"
#include <cblas.h>
#include <math.h>
// x = b*a
inline void setAsScaledArray(double *x, const double * a,const double b,int len) {
int i;
for( i=0;i<len;++i ) x[i] = b*a[i];
}
// a*= b
inline void scaleArray(double * a,const double b,int len){
//b_dscal(len,b,a,1);
cblas_dscal(len,b,a,1);... | {
"alphanum_fraction": 0.571255159,
"avg_line_length": 26.0696202532,
"ext": "c",
"hexsha": "ed5f27ba056a3b3bb5045211afe875d21676ff3b",
"lang": "C",
"max_forks_count": 2,
"max_forks_repo_forks_event_max_datetime": "2019-12-20T19:38:22.000Z",
"max_forks_repo_forks_event_min_datetime": "2015-11-26T23:10:3... |
/*
FRACTAL - A program growing fractals to benchmark parallelization and drawing
libraries.
Copyright 2009-2021, Javier Burguete Tolosa.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code mus... | {
"alphanum_fraction": 0.6525284363,
"avg_line_length": 28.7850098619,
"ext": "c",
"hexsha": "93ddc66d6c2cd7fdfd389bdde47e3aaa3509693d",
"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":... |
/* -*- Mode: C++; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- */
/*
* Copyright 2017-Present Couchbase, Inc.
*
* Use of this software is governed by the Business Source License included
* in the file licenses/BSL-Couchbase.txt. As of the Change Date specified
* in that file, in accordance... | {
"alphanum_fraction": 0.6365384615,
"avg_line_length": 25.1612903226,
"ext": "h",
"hexsha": "c1fb6a10456517e230968055b6d05cf8d2d403d0",
"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":... |
/*****************************************************************\
__
/ /
/ / __ __
/ /______ _______ / / / / ________ __ __
/ ______ \ /_____ \ / / / / / _____ | / / / /
/ / | / _______| / / / / / / /____/ / / / / /
/ / / /... | {
"alphanum_fraction": 0.534741784,
"avg_line_length": 27.6623376623,
"ext": "h",
"hexsha": "3a69756808d6fb623ee8ef7133f2c0b820a392a7",
"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": ... |
/* matrix/gsl_matrix_short.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 ... | {
"alphanum_fraction": 0.6460455362,
"avg_line_length": 37.1922005571,
"ext": "h",
"hexsha": "7aed526b1358ea69e34ce41fbced21744cdfff83",
"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 example_dpotrf.c
*
* PLASMA testing routines
* PLASMA is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
*
* @brief Example of Cholesky factorization
*
* @version 2.6.0
* @author Bilel Hadri
* @date 2010-11-15
* @generated d Tu... | {
"alphanum_fraction": 0.6082321587,
"avg_line_length": 25.5833333333,
"ext": "c",
"hexsha": "c43ef4e1707a4b4aa2125c6f3611162ac9c94c33",
"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.5816890292,
"avg_line_length": 25.8571428571,
"ext": "c",
"hexsha": "436a66c0f766e3f9b14d2e4dcfb1f9091de6c004",
"lang": "C",
"max_forks_count": 22,
"max_forks_repo_forks_event_max_datetime": "2022-03-13T03:06:29.000Z",
"max_forks_repo_forks_event_min_datetime": "2020-08-13T07:16... |
#ifndef AMICI_MODEL_DIMENSIONS_H
#define AMICI_MODEL_DIMENSIONS_H
#include <gsl/gsl-lite.hpp>
#include <vector>
namespace amici {
/**
* @brief Container for model dimensions.
*
* Holds number of states, observables, etc.
*/
struct ModelDimensions {
/** Default ctor */
ModelDimensions() = default;
/*... | {
"alphanum_fraction": 0.6210431655,
"avg_line_length": 31.5909090909,
"ext": "h",
"hexsha": "ca7f0f1af02fdb36f43c50a6d9cbe2768b1eab22",
"lang": "C",
"max_forks_count": 10,
"max_forks_repo_forks_event_max_datetime": "2022-03-23T12:43:45.000Z",
"max_forks_repo_forks_event_min_datetime": "2020-09-02T09:32... |
#ifndef setupdm_h
#define setupdm_h
#include <ceed.h>
#include <petsc.h>
#include <petscdmplex.h>
#include <petscfe.h>
#include "../include/structs.h"
// -----------------------------------------------------------------------------
// Setup DM
// -----------------------------------------------------------------------... | {
"alphanum_fraction": 0.5584551148,
"avg_line_length": 34.2142857143,
"ext": "h",
"hexsha": "57f610625e9893d079920aad66931f65ada33e12",
"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... |
#pragma once
#include "gl_helpers.h"
#include "GL_Loader.h"
#include "MappedGL.h"
#include "Range.h"
#include <handy/Guard.h>
#include <gsl/span>
#include <type_traits>
#include <vector>
namespace ad
{
struct [[nodiscard]] VertexArrayObject : public ResourceGuard<GLuint>
{
/// \note Deleting a bound VAO rever... | {
"alphanum_fraction": 0.6475691307,
"avg_line_length": 30.5690607735,
"ext": "h",
"hexsha": "00b90e948a2af69cbc34badd411e8a8447539d6a",
"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_SUM_H
#define CTETRA_SUM_H
#include <stdlib.h>
#include <stdbool.h>
#include <gsl/gsl_complex_math.h>
#include <gsl/gsl_vector.h>
#include <gsl/gsl_matrix.h>
#include "input.h"
#include "ecache.h"
#include "evcache.h"
#include "submesh.h"
#include "fermi.h"
#include "weights.h"
double SumEnergy(double... | {
"alphanum_fraction": 0.7687366167,
"avg_line_length": 33.3571428571,
"ext": "h",
"hexsha": "de6ef8e76fd2e364620c8a2b30b20ecb2f482ed6",
"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 2008,2012 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
* GNU Radio is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3, or (at your o... | {
"alphanum_fraction": 0.7031431898,
"avg_line_length": 28.1639344262,
"ext": "h",
"hexsha": "933ee5288c300ee145b68acb09b9f10f44b7c9dd",
"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: G. Jungman + modifications from O. Teytaud
*/
#ifndef __GSL_QRNG_H__
#define __GSL_QRNG_H__
#include <stdlib.h>
#include <gsl/gsl_types.h>
#include <gsl/gsl_errno.h>
#include <gsl/gsl_inline.h>
#undef __BEGIN_DECLS
#undef __END_DECLS
#ifdef __cplusplus
# define __BEGIN_DECLS extern "C" {
# define __END_DE... | {
"alphanum_fraction": 0.7222929936,
"avg_line_length": 21.0267857143,
"ext": "h",
"hexsha": "a1570ab0a52e3b19e08ac12d67ec09250f7259e9",
"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:... |
/* interpolation/gsl_interp2d.h
*
* Copyright 2012 David Zaslavsky
*
* 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 ver... | {
"alphanum_fraction": 0.5975597252,
"avg_line_length": 52.7189189189,
"ext": "h",
"hexsha": "312cea19cdce6621d3f1f2c50557e5b0fe4a6f1f",
"lang": "C",
"max_forks_count": 1,
"max_forks_repo_forks_event_max_datetime": "2020-10-14T12:45:35.000Z",
"max_forks_repo_forks_event_min_datetime": "2020-10-14T12:45:... |
// PMILOS v2.0 (2020)
// Parallel Milne-Eddington inversion code
// (based on IDL code by D. Orozco & J.C. del Toro Iniesta)
// Authors: Manuel Cabrera, Juan P. Cobos, Luis Bellot Rubio (IAA-CSIC)
// Send questions and comments to Luis Bellot, lbellot@iaa.es
#include "mpi.h"
#include <time.h>
#include "defines.h"
#i... | {
"alphanum_fraction": 0.6568531486,
"avg_line_length": 46.16801854,
"ext": "c",
"hexsha": "7f122ed6cd1057ce55b0231ffb8ccf2bfc293cb4",
"lang": "C",
"max_forks_count": 3,
"max_forks_repo_forks_event_max_datetime": "2021-09-09T19:10:00.000Z",
"max_forks_repo_forks_event_min_datetime": "2021-06-14T12:12:02... |
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/time.h>
#include <math.h>
#include <gsl/gsl_matrix.h>
#include <gsl/gsl_rng.h>
#include <gsl/gsl_randist.h>
#include <gsl/gsl_blas.h>
#include <omp.h>
#include "util.h"
int main(int argc, char *argv[]) {
char* input_fileName1 = argv[1];
... | {
"alphanum_fraction": 0.5636363636,
"avg_line_length": 35.6675749319,
"ext": "c",
"hexsha": "f6a2b17985bbd68ba4559b658ebb614779dd140e",
"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 rainbow-gen-usersk.c
/// @brief A command-line tool for generating the user secret keys.
#include <rainbow_keypair.h>
#include <stdlib.h>
#include <stdio.h>
#include <api.h>
#include <utils.h>
#include <string.h>
#include <blas.h>
int main(int argc, char **argv) {
printf("%s\n", CRYPTO_ALGNAME);
... | {
"alphanum_fraction": 0.5723951286,
"avg_line_length": 28.1523809524,
"ext": "c",
"hexsha": "1963170fed5be8d285c8c92e2f99b03882d20e71",
"lang": "C",
"max_forks_count": 1,
"max_forks_repo_forks_event_max_datetime": "2022-01-18T14:16:30.000Z",
"max_forks_repo_forks_event_min_datetime": "2022-01-18T14:16:... |
#include <api/components.h>
#include <api/kvstore_itf.h>
#include <common/string_view.h>
#include <common/utils.h> /* MiB */
#include <gsl/pointers> /* not_null */
#include <cstddef> /* size_t */
#include <memory> /* unique_ptr */
#include <stdexcept> /* runtime_error */
#include <string>
namespace
{
/* things whi... | {
"alphanum_fraction": 0.7404157044,
"avg_line_length": 39.3636363636,
"ext": "h",
"hexsha": "7458b5315dbfd4895abcad64914a59bbc007585d",
"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 <sstream>
#include <gsl/string_span>
/*
String tokenizer that works like the ToEE vanilla one.
*/
class Tokenizer {
public:
explicit Tokenizer(const std::string &input) : mIn(input) {
}
bool NextToken();
bool IsQuotedString() const {
return mTokenType == TokenType::QuotedString;
}
... | {
"alphanum_fraction": 0.7188633615,
"avg_line_length": 18.1758241758,
"ext": "h",
"hexsha": "f86d7ed5fe45785f1ef9a51ea01dae7344a1e284",
"lang": "C",
"max_forks_count": 25,
"max_forks_repo_forks_event_max_datetime": "2021-11-15T23:14:51.000Z",
"max_forks_repo_forks_event_min_datetime": "2016-02-04T21:19... |
// --------------------------------------------------------------------------
// OpenMS -- Open-Source Mass Spectrometry
// --------------------------------------------------------------------------
// Copyright The OpenMS Team -- Eberhard Karls University Tuebingen,
// ETH Zurich, and Freie Universit... | {
"alphanum_fraction": 0.6993984962,
"avg_line_length": 46.8309859155,
"ext": "h",
"hexsha": "b992f2827f6fb8498f54b1b36f9ab3ff39126605",
"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 ESMCI_Mat_H
#define ESMCI_Mat_H
#include "ESMCI_Macros.h"
#include <stdexcept>
#include <iostream>
#include <vector>
#include <algorithm>
#include <functional>
#include <numeric>
#include <initializer_list>
#include <complex.h>
#include <cblas.h>
#include <lapacke.h>
namespace ESMCI{
namespace MapperUtil{
... | {
"alphanum_fraction": 0.549515872,
"avg_line_length": 32.3128712871,
"ext": "h",
"hexsha": "f1a67170b579d4f6acee8e4ff417ebcd9972ac04",
"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 2010-2011, D. E. Shaw Research.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions, and the f... | {
"alphanum_fraction": 0.4545075705,
"avg_line_length": 54.9541984733,
"ext": "h",
"hexsha": "82bc90475ff632ab6626dc607c25944a64befcce",
"lang": "C",
"max_forks_count": 2,
"max_forks_repo_forks_event_max_datetime": "2020-10-08T20:02:46.000Z",
"max_forks_repo_forks_event_min_datetime": "2019-08-11T22:29:... |
/*! \file allvars.h
* \brief declares global variables and structures.
*
* This file declares all global variables and structures. Further variables should be added here, and declared as
* \e \b extern. The actual existence of these variables is provided by the file \ref allvars.cxx. To produce
* \ref allvars.... | {
"alphanum_fraction": 0.6663156663,
"avg_line_length": 30.2014134276,
"ext": "h",
"hexsha": "92a5622150d210fe155c95f4befb0209dd8d4f5c",
"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) 2015-2016, Massachusetts Institute of Technology
// Copyright (c) 2016-2017 Sandia Corporation
// Copyright (c) 2017 NTESS, LLC.
// This file is part of the Compressed Continuous Computation (C3) Library
// Author: Alex A. Gorodetsky
// Contact: alex@alexgorodetsky.com
// All rights reserved.
// Re... | {
"alphanum_fraction": 0.6057756246,
"avg_line_length": 50.1285714286,
"ext": "h",
"hexsha": "d5ad0581e6007f648dd0837c56e6ad60f97f8ae9",
"lang": "C",
"max_forks_count": 10,
"max_forks_repo_forks_event_max_datetime": "2021-11-24T01:58:02.000Z",
"max_forks_repo_forks_event_min_datetime": "2016-09-18T19:46... |
#ifndef VKST_PLAT_FS_NOTIFY_WIN32_H
#define VKST_PLAT_FS_NOTIFY_WIN32_H
#ifndef VKST_PLAT_FS_NOTIFY_H
#error "Include fs_notify.h only"
#endif
#include "fs_notify.h"
#include <gsl.h>
#include <vector>
namespace plat {
class fs_notify final : public impl::fs_notify<fs_notify> {
public:
class watch {
public:
... | {
"alphanum_fraction": 0.6959887403,
"avg_line_length": 25.8363636364,
"ext": "h",
"hexsha": "f690e3026d9f20bc06868c41cc1603254f213d12",
"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":... |
/* Routines for manipulating evolutionary rate matrices.
*
* There is no specific object for this module. Rate matrix
* operations use square nxn ESL_DMATRIX data objects. (The rmx
* module essentially subclasses the dmx module.)
*
* An instantaneous rate matrix is usually denoted by Q. A
* conditional proba... | {
"alphanum_fraction": 0.5699885616,
"avg_line_length": 33.7466827503,
"ext": "c",
"hexsha": "aee587e49c6866202eae26c886e34682f6cfe49f",
"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":... |
/* spdgemm.c
*
* Copyright (C) 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.
*
* This... | {
"alphanum_fraction": 0.5526910049,
"avg_line_length": 29.0382513661,
"ext": "c",
"hexsha": "a58b25c4822752895bf99b3d1284b61d95e5414c",
"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 <cblas.h>
#include <sys/time.h>
#include "../ulmblas.h"
#define M 1024
#define K 128
#define N 1024
void
ULMBLAS(dgemm)(const enum Trans transA,
const enum Trans transB,
const int m,
const int n,
... | {
"alphanum_fraction": 0.4833824148,
"avg_line_length": 27.0113636364,
"ext": "c",
"hexsha": "9422de977e9f348af3311e8bf20dc1672f7f7640",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha":... |
#include <gsl/gsl_linalg.h>
/* user defined functions */
| {
"alphanum_fraction": 0.6949152542,
"avg_line_length": 11.8,
"ext": "h",
"hexsha": "bd27405f63ce51a305ec6317084801b471dd5db3",
"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": "bdb6c48... |
/**
* @file feature.h
* @brief Speech recognition front end.
* @author John McDonough, Tobias Gehrig, Kenichi Kumatani, Friedrich Faubel
*/
#ifndef FEATURE_H
#define FEATURE_H
#include <math.h>
#include <gsl/gsl_rng.h>
#include <gsl/gsl_randist.h>
#include <gsl/gsl_vector.h>
#include <gsl/gsl_matrix.h>
#include ... | {
"alphanum_fraction": 0.7025694768,
"avg_line_length": 27.306836248,
"ext": "h",
"hexsha": "8ab3ae7e52432b7ba0bc437024c20ffa57be5a88",
"lang": "C",
"max_forks_count": 68,
"max_forks_repo_forks_event_max_datetime": "2021-11-17T09:33:10.000Z",
"max_forks_repo_forks_event_min_datetime": "2019-01-08T06:33:... |
#ifndef ControlByRow_h
#define ControlByRow_h
/**
* @file
* $Revision: 1.2 $
* $Date: 2007/01/30 22:12:21 $
*
* Unless noted otherwise, the portions of Isis written by the USGS are
* public domain. See individual third-party library and package descriptions
* for intellectual property information, user agr... | {
"alphanum_fraction": 0.6094724901,
"avg_line_length": 33.9038461538,
"ext": "h",
"hexsha": "fd1cbd97591b1f960d674b57704ae6c32c2737e0",
"lang": "C",
"max_forks_count": 1,
"max_forks_repo_forks_event_max_datetime": "2021-07-12T06:05:03.000Z",
"max_forks_repo_forks_event_min_datetime": "2021-07-12T06:05:... |
/////////////////////////////////////////////////////////////////////
// = NMatrix
//
// A linear algebra library for scientific computation in Ruby.
// NMatrix is part of SciRuby.
//
// NMatrix was originally inspired by and derived from NArray, by
// Masahiro Tanaka: http://narray.rubyforge.org
//
// == Copyright Inf... | {
"alphanum_fraction": 0.6975544517,
"avg_line_length": 40.2615384615,
"ext": "h",
"hexsha": "6bc62ce49c2ab269973b63617d4c5a31d2d1697a",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha":... |
/*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
** **
** This file forms part of the Underworld geophysics modelling application. **
** ... | {
"alphanum_fraction": 0.6177813903,
"avg_line_length": 35.1989100817,
"ext": "c",
"hexsha": "56d1e4784399dfc4b5544d0677d08e90abd9e2f8",
"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... |
#include <stdio.h>
#include <gsl/gsl_blas.h>
#include <time.h>
#include <stdlib.h>
#include <limits.h>
//gcc program.c -lgsl -lgslcblas -lm -o program
void saveTime(FILE *fp, char *type, int vSize, clock_t start, clock_t end) {
//save time and size to file
fprintf(fp, "%s, %d, %f\n", type, vSize, ((double) (end - st... | {
"alphanum_fraction": 0.5730282376,
"avg_line_length": 26,
"ext": "c",
"hexsha": "d5812851fc54f0a7102cf7e09ea2fc6397814f7f",
"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": "58efc9185... |
#pragma once
#include "Core/Pointers.h"
#include "Graphics/GraphicsResource.h"
#include "Graphics/TextureInfo.h"
#include <glad/gl.h>
#include <gsl/span>
#include <vector>
class Texture;
struct Viewport;
namespace Fb
{
enum class DepthStencilType
{
None,
Depth24Stencil8,
Depth32FStencil8
... | {
"alphanum_fraction": 0.6984428409,
"avg_line_length": 22.1260504202,
"ext": "h",
"hexsha": "fb48ddaf9a3810252df957a26429542158156e72",
"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_math.h>
double brent(gsl_function *F, double x_lo, double x_hi, int *status1, int *status2); | {
"alphanum_fraction": 0.75,
"avg_line_length": 31,
"ext": "h",
"hexsha": "0cfca3d5716769af1330eaae921c3d3f9a701791",
"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": "0e4166f04cce27fed... |
#ifndef __BaseStar_h__
#define __BaseStar_h__
#include <gsl/gsl_roots.h>
#include <gsl/gsl_sf_erf.h>
#include "constants.h"
#include "typedefs.h"
#include "profiling.h"
#include "utils.h"
#include "vector3d.h"
#include "Options.h"
#include "Log.h"
#include "Errors.h"
class BaseStar {
public:
BaseStar();
... | {
"alphanum_fraction": 0.4705525443,
"avg_line_length": 89.4104882459,
"ext": "h",
"hexsha": "af8f3ad437651c145c2a2a593be01747405a9e6f",
"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 <config.h>
#include <math.h>
#include <gsl/gsl_statistics.h>
#include <gsl/gsl_vector.h>
#include <gsl/gsl_sort_vector.h>
static int compute_rank(gsl_vector *v);
#define BASE_LONG_DOUBLE
#include "templates_on.h"
#include "covariance_source.c"
#include "templates_off.h"
#undef BASE_LONG_DOUBLE
#define BASE... | {
"alphanum_fraction": 0.6549137284,
"avg_line_length": 20.6666666667,
"ext": "c",
"hexsha": "78803c9eabf7ce3fe8937939648f78c5fe331023",
"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:... |
/*
* Copyright (c) 2010-2018 The University of Tennessee and The University
* of Tennessee Research Foundation. All rights
* reserved.
*
* @precisions normal z -> s d c
*
*/
#include <math.h>
#include <stdlib.h>
#include <core_blas.h>
#include <cblas.h>
#include ... | {
"alphanum_fraction": 0.7011431682,
"avg_line_length": 29.6290322581,
"ext": "c",
"hexsha": "fdb1d43e2a987b5eb161960a9057d3c283e16504",
"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/test_errnos.c
*
* 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, or (at
... | {
"alphanum_fraction": 0.6365705615,
"avg_line_length": 22.5299145299,
"ext": "c",
"hexsha": "9e2741d26daa70d287b2f504a89fb344b2986153",
"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 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.7123252201,
"avg_line_length": 47.3450087566,
"ext": "h",
"hexsha": "15e76a8dc2f3ec3293121384755a2dfee029bc99",
"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":... |
/* block/gsl_block_char.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, or... | {
"alphanum_fraction": 0.772208639,
"avg_line_length": 36.6268656716,
"ext": "h",
"hexsha": "d197bea88cd6efe81c95ca6f61dd13565a6da2cf",
"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 <stdio.h>
#include <math.h>
#include <string.h>
#include <float.h>
#include "optimization.h"
/*****************************************************************************/
/* vector routines */
double vec_dot_prod(const double *v1, const double *v2, const int N)
{
int i;
d... | {
"alphanum_fraction": 0.4806441261,
"avg_line_length": 26.3279569892,
"ext": "c",
"hexsha": "ad6d42c3d79f9d615bfcb14994d1c2a777192c4c",
"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++ -*-
//
// michael a.g. aïvázis <michael.aivazis@para-sim.com>
//
// (c) 2013-2020 parasim inc
// (c) 2010-2020 california institute of technology
// all rights reserved
//
// code guard
#if !defined(altar_bayesian_COV_h)
#define altar_bayesian_COV_h
// externals
#include <gsl/gsl_rng.h>
#include <gsl/gsl_v... | {
"alphanum_fraction": 0.6789895256,
"avg_line_length": 20.2875,
"ext": "h",
"hexsha": "8a02ce585fa65550e367610953765cafed0f3103",
"lang": "C",
"max_forks_count": 20,
"max_forks_repo_forks_event_max_datetime": "2022-02-10T07:10:00.000Z",
"max_forks_repo_forks_event_min_datetime": "2018-04-26T18:40:41.00... |
#include <gsl/gsl_complex.h>
#include <gsl/gsl_vector.h>
#include <gsl/gsl_blas.h>
/* Level 1 */
int mgsl_blas_caxpy(gsl_complex_float *alpha, gsl_vector_complex_float *x, gsl_vector_complex_float *y)
{
return gsl_blas_caxpy(*alpha, x, y);
}
int mgsl_blas_zaxpy(gsl_complex *alpha, gsl_vector_complex *x, gsl_vector_... | {
"alphanum_fraction": 0.7841187271,
"avg_line_length": 41.8974358974,
"ext": "c",
"hexsha": "a4e150eacef8d1674636aec0bd04d6a3cfeb8de7",
"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 <string.h>
#include <pthread.h>
#include <gsl/gsl_sf.h>
#include <gsl/gsl_rng.h>
#include <gsl/gsl_randist.h>
#include <gsl/gsl_statistics.h>
#include <gsl/gsl_integration.h>
#include <gsl/gsl_errno.h>
#include <gsl/gsl_roots.h>
#include "LSAbundance.h... | {
"alphanum_fraction": 0.6007367526,
"avg_line_length": 23.7243697479,
"ext": "c",
"hexsha": "14bae4124d495fb83d6369136e157fee70a071dd",
"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":... |
/*
* -----------------------------------------------------------------
* ODE Solver Library --- ode_lib.c
* Version: 1.6180
* Date: Jan 4, 2011
* -----------------------------------------------------------------
* Programmer: Americo Barbosa da Cunha Junior
* americo.cunhajr@gmail.com
* -------------... | {
"alphanum_fraction": 0.5010828761,
"avg_line_length": 24.3873239437,
"ext": "c",
"hexsha": "d1aaa7a82107ad637395a3966dc3600f8f28c03f",
"lang": "C",
"max_forks_count": 2,
"max_forks_repo_forks_event_max_datetime": "2021-12-30T01:44:13.000Z",
"max_forks_repo_forks_event_min_datetime": "2021-11-15T03:57:... |
/**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you... | {
"alphanum_fraction": 0.5664781297,
"avg_line_length": 35.7894736842,
"ext": "h",
"hexsha": "4f510edbce1785e0dc5b280a3e38ddba6da54484",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha":... |
#include <mpi.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <gsl/gsl_math.h>
#include <sys/stat.h>
#include <sys/types.h>
#include "allvars.h"
#include "proto.h"
#ifdef OUTPUTLINEOFSIGHT
#ifdef OUTPUTLINEOFSIGHT_SPECTRUM
#define PIXELS 512 /* number of bins along line of... | {
"alphanum_fraction": 0.6036655212,
"avg_line_length": 25.5879310345,
"ext": "c",
"hexsha": "81ff394ca7821f190f4a450df42dec6f41391bde",
"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":... |
/* fracbm-fpt-mc (2019)
* Authors: Benjamin Walter, Kay Wiese
* Header File */
// LIBRARIES
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <assert.h>
#include <unistd.h>
#include <time.h>
#include <gsl/gsl_rng.h>
#include <gsl/gsl_randist.h>
#include <gsl/gsl_sf.h>
#include <fftw3.h>
#include <lap... | {
"alphanum_fraction": 0.7325341824,
"avg_line_length": 48.9816513761,
"ext": "h",
"hexsha": "4713fbfeb7ef8c29f019251e0253fc2a49990e55",
"lang": "C",
"max_forks_count": 1,
"max_forks_repo_forks_event_max_datetime": "2021-03-05T00:52:18.000Z",
"max_forks_repo_forks_event_min_datetime": "2021-03-05T00:52:... |
/*
* SpanDSP - a series of DSP components for telephony
*
* makecss.c - Create the composite source signal (CSS) for G.168 testing.
*
* Written by Steve Underwood <steveu@coppice.org>
*
* Copyright (C) 2003 Steve Underwood
*
* All rights reserved.
*
* This program is free software; you can redistribute it an... | {
"alphanum_fraction": 0.5845183991,
"avg_line_length": 31.7255813953,
"ext": "c",
"hexsha": "0cb065783d3b39dbe3a2ac7979391c6daf016f8e",
"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 "IntervalGrad.h"
#ifndef _NOGSL
#include <gsl/gsl_vector.h>
#else
#include "CustomSolver.h"
#endif
#include "BooleanNodes.h"
#include "BooleanDAG.h"
#include "NodeVisitor.h"
#include "VarStore.h"
#include <map>
#include "FloatSupport.h"
#include <iostream>
using namespace std;
#define FINE_GR... | {
"alphanum_fraction": 0.6627665107,
"avg_line_length": 25.3026315789,
"ext": "h",
"hexsha": "294485f8d31758bf9b378256786856904aad298e",
"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:... |
/*
* C version of Diffusive Nested Sampling (DNest4) by Brendon J. Brewer
*
* Yan-Rong Li, liyanrong@mail.ihep.ac.cn
* Jun 30, 2016
*
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
#include <math.h>
#include <float.h>
#include <mpi.h>
#include <sys/stat.h>
#in... | {
"alphanum_fraction": 0.6487144527,
"avg_line_length": 29.8777885548,
"ext": "c",
"hexsha": "06c24b3da622218366a3b15222e9111a0c3f7eed",
"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 BIO_BAYESIAN_HIERARCHICAL_CLUSTERING_H_
#define BIO_BAYESIAN_HIERARCHICAL_CLUSTERING_H_
#include "bio/defs.h"
#include <boost/graph/adjacency_list.hpp>
#include <boost/io/ios_state.hpp>
#include <boost/numeric/ublas/vector.hpp>
#include <boost/numeric/ublas/matrix.hpp>
#include <boost/numeric/ublas/matrix_pr... | {
"alphanum_fraction": 0.5822204157,
"avg_line_length": 26.3333333333,
"ext": "h",
"hexsha": "c9d0e2136e7cdf52e51d0f7101281cf17ef154c0",
"lang": "C",
"max_forks_count": null,
"max_forks_repo_forks_event_max_datetime": null,
"max_forks_repo_forks_event_min_datetime": null,
"max_forks_repo_head_hexsha":... |
/* specfunc/bessel_Y0.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or (at
* your op... | {
"alphanum_fraction": 0.6551226551,
"avg_line_length": 28.1707317073,
"ext": "c",
"hexsha": "9f29aadf156d6b0ed13ea2370f722300e0bfc622",
"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:... |
/**
* @file tde.h
* @brief Time delay estimation
* @author Kenichi Kumatani
*/
#ifndef TDE_H
#define TDE_H
#include <stdio.h>
#include <assert.h>
#include <float.h>
#include <gsl/gsl_block.h>
#include <gsl/gsl_vector.h>
#include <gsl/gsl_matrix.h>
#include <gsl/gsl_complex.h>
#include <gsl/gsl_complex_math.h>
#i... | {
"alphanum_fraction": 0.7231437599,
"avg_line_length": 28.4494382022,
"ext": "h",
"hexsha": "9b4761dd877f362f9068b8b12ccf660439e0b3bc",
"lang": "C",
"max_forks_count": 68,
"max_forks_repo_forks_event_max_datetime": "2021-11-17T09:33:10.000Z",
"max_forks_repo_forks_event_min_datetime": "2019-01-08T06:33... |
#ifndef LOGSPLINEPDF
#define LOGSPLINEPDF
#include <gsl/gsl_rng.h>
#include "splinetable.h"
#ifdef __cplusplus
extern "C" {
#endif
void logsplinepdf_n_sample(double *result, int results, int burnin,
double *coords, int dim, struct splinetable *table, int derivatives,
double (* proposal)(void*), double (* pr... | {
"alphanum_fraction": 0.7272727273,
"avg_line_length": 26.0740740741,
"ext": "h",
"hexsha": "bcef366ce4cb67f641b56fa54c69c10b597d39ad",
"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:... |
/*
* Adapted from bits and pieces in https://code.google.com/p/eq-polar-alignment/
* Could not find copyright statement from there, but license seems to be GPLv3...
*
* Copyright 2014, Kalle Vahlman, zuh@iki.fi
* Licensed under the GNU GPL v3
*
*/
#include <stdio.h>
#include <time.h>
#include <gsl/gsl_vector.h>... | {
"alphanum_fraction": 0.54617737,
"avg_line_length": 33.9446366782,
"ext": "c",
"hexsha": "5515141bfd3b70832de14c563a95e653416ce473",
"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": "... |
/* histogram/test2d.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000, 2007 Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or (at
* your o... | {
"alphanum_fraction": 0.4972931591,
"avg_line_length": 24.2533156499,
"ext": "c",
"hexsha": "36daf6a6d39c001012d2a16f2e6ce320e1575e9b",
"lang": "C",
"max_forks_count": 224,
"max_forks_repo_forks_event_max_datetime": "2022-03-30T00:57:48.000Z",
"max_forks_repo_forks_event_min_datetime": "2015-11-12T21:1... |
#pragma once
#ifndef __CONSTANTS_H__
#define __CONSTANTS_H__
/***************************************************
*************** Auto-Generated File ***************
***************************************************/
#include <cstring>
#include <string>
#include <gsl/gsl_math.h>
#include "../../Utils/BinarySea... | {
"alphanum_fraction": 0.7168989547,
"avg_line_length": 28.7,
"ext": "h",
"hexsha": "3018a0b4dfc190ad727590f0627fab6110d4fc58",
"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": "33cede1... |
#pragma once
#include "rev/gl/Context.h"
#include "rev/gl/Resource.h"
#include "rev/gl/Uniform.h"
#include <array>
#include <gsl/gsl_assert>
#include <string>
namespace rev {
template <GLenum shaderType>
GLuint createShader()
{
return glCreateShader(shaderType);
}
namespace detail {
template <void (*proper... | {
"alphanum_fraction": 0.6386165577,
"avg_line_length": 26.6086956522,
"ext": "h",
"hexsha": "c486cfe962e21740e6a8e75576b215e7b7462891",
"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 <iostream>
#include <math.h>
#include <gsl/gsl_sort.h>
#include <gsl/gsl_wavelet2d.h>
#include <cgi/mosaic/Mosaic.hpp>
void normalizeBySum(double* data, int n)
{
int sum = 0;
for(int i=0; i<n; ++i)
sum += data[i];
for(int i=0; i<n; ++i)
data[i] /= sum;
}
int
main (int argc, char **argv)
{
... | {
"alphanum_fraction": 0.5441487114,
"avg_line_length": 22.7596153846,
"ext": "c",
"hexsha": "2f1a9ca889a5f242e23ca1189a9a9b809baea598",
"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 _CALCLAMBDA_CHISQ_DIST
#define _CALCLAMBDA_CHISQ_DIST
#include <gsl/gsl_blas.h>
#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
#define MIN_EIGENVAL 1E-6
#define SIGINT_DEFAULT 0.001
struct chisq_dist {
int mode;
double *covmat;
double *c;
double *slope;
double *pivotmag;
double *r... | {
"alphanum_fraction": 0.7026406429,
"avg_line_length": 21.243902439,
"ext": "h",
"hexsha": "6da71568726c679d7fe7112eed79f37b1c829d5d",
"lang": "C",
"max_forks_count": 8,
"max_forks_repo_forks_event_max_datetime": "2020-11-14T07:41:53.000Z",
"max_forks_repo_forks_event_min_datetime": "2017-01-26T01:38:4... |
/**
*
* @file core_dgeqp3_pivot.c
*
* PLASMA core_blas kernel
* PLASMA is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
*
* @version 2.6.0
* @author Mark Gates
* @date 2010-11-15
* @generated d Tue Jan 7 11:44:49 2014
*
**/
#include <math... | {
"alphanum_fraction": 0.5381316998,
"avg_line_length": 31.3942307692,
"ext": "c",
"hexsha": "25eb63c644e81963f8db7f1acf6e69cd8e289782",
"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.